Hi there.
I've recently upgraded to Zabbix 1.8 (love the new features!)
The agent, however, seems to fail with ZBX_NOTSUPPORTED when trying to execute a custom user command containing dashes '-' within the passed arguments.
For example my user command:
UserParameter=zstat[*],/opt/zabbix/bin/zstat.sh "$1" "$2" "$3"
When called by:
zstat[zpool,pool-0,capacity]
- or -
zstat[daemon,/opt/syslog-ng/sbin/syslog-ng,root]
fails with ZBX_NOTSUPPORTED.
I've recently upgraded to Zabbix 1.8 (love the new features!)
The agent, however, seems to fail with ZBX_NOTSUPPORTED when trying to execute a custom user command containing dashes '-' within the passed arguments.
For example my user command:
UserParameter=zstat[*],/opt/zabbix/bin/zstat.sh "$1" "$2" "$3"
When called by:
zstat[zpool,pool-0,capacity]
- or -
zstat[daemon,/opt/syslog-ng/sbin/syslog-ng,root]
fails with ZBX_NOTSUPPORTED.


Comment