-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Code 2 #55
Comments
Zabbix-Server logs:
|
What version of zabbix_sender are you using? I'm running into the same kind of issue and notices that it work using zabbix_sender 3.4.15 and it stopped working when I upgraded to 6.0.7. |
After some debugging it worked for me when I added the line |
I have discovered a bug/feature in monitor.js that causes this error. systemd / sysv will have to be modified also |
Hi, I wanted to get up-to-date data about a running process in PM2 using zabbix.
When trying to run pm2-zabbix –monitor:
When trying to run LOG_LEVEL=trace pm2-zabbix –monitor:
i studied this https://github.com/greatcare/pm2-zabbix/blob/master/Troubleshooting.md
pm2-daemon was successfully discovered in zabbix, while there is no information about the child process pm2 --discovery successfully detects running processes.
The hostname on the node is the same as the hostname in zabbix-agent.conf and is the same as the node on the zabbix server
I can successfully send data using zabbix-sender
Resources used: Ubuntu server 22, NPM 8.5.1, PM2 5.2.0, PM2-zabbix 0.3.2.
I will appreciate any help, thanks
The text was updated successfully, but these errors were encountered: