Ticket added to support system
ZBX-403
When passing a comma to an external command the agent will fail as it is expecting wait/nowait after the comma.
This was found with 1.5.3, but is likely to exist in all versions.
Example packet trace:
system.run[/etc/zabbix/scripts/ruby_proc_sender.rb -s 192.168.103.181 -h lisa -k trap.log -c "ps -eo pcpu\,pmem\,command|sort -k1|tail -10" -D >> /tmp/debug.out,nowait]
ZBXD.........ZBX_NOTSUPPORTED
ZBX-403
When passing a comma to an external command the agent will fail as it is expecting wait/nowait after the comma.
This was found with 1.5.3, but is likely to exist in all versions.
Example packet trace:
system.run[/etc/zabbix/scripts/ruby_proc_sender.rb -s 192.168.103.181 -h lisa -k trap.log -c "ps -eo pcpu\,pmem\,command|sort -k1|tail -10" -D >> /tmp/debug.out,nowait]
ZBXD.........ZBX_NOTSUPPORTED
Comment