Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-5586

CLONE - Remote commands do not support commas

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • None
    • None
    • Agent (G)
    • None
    • Linux

      When executing a remote command which contains commas in it's arguments the agent will respond with "ZBX_NOTSUPPORTED".

      Here is a packet trace of the server/agent communication:

      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

      The internal commas are being interpreted as part of the [cmd,arg] structure. In the above example the agent is expecting the wait/nowait argument after the first comma.

      There needs to be a way to escape or otherwise use commas in remote commands.

            sasha Alexander Vladishev
            cscott chris scott
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: