We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, why am i getting this error
In zbx_popen() command:' supervisorctl status | grep -v 'RUNNING' | awk '{print $1":"$2}' | paste -s -d,' EXECUTE_STR() command:' supervisorctl status | grep -v 'RUNNING' | awk '{print $1":"$2}' | paste -s -d,' len:13 cmd_result:'error::<class'
OS Debian Buster Zabbix server 4.10
The text was updated successfully, but these errors were encountered:
Ensure that the below line in zabbix agent config:
UserParameter=supervisor.status,sudo supervisorctl status|grep -v 'RUNNING'|awk '{print $1":"$2}'|paste -s -d,
And run below command on agent node for manual test:
zabbix_get -s 127.0.0.1 -k 'supervisor.status'
Any error? Tested with Zabbix 4.0 and 5.0 on CentOS7, there is no errors like yours.
Sorry, something went wrong.
hi @rterzi
I did as you said, still the same error.
OS Debian 10 Zabbix server 4.10.
No branches or pull requests
Hello,
why am i getting this error
In zbx_popen() command:' supervisorctl status | grep -v 'RUNNING' | awk '{print $1":"$2}' | paste -s -d,'
EXECUTE_STR() command:' supervisorctl status | grep -v 'RUNNING' | awk '{print $1":"$2}' | paste -s -d,' len:13 cmd_result:'error::<class'
OS Debian Buster
Zabbix server 4.10
The text was updated successfully, but these errors were encountered: