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

dashes in arguments to zabbix agent cause ZBX_NOTSUPPORTED error

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Major Major
    • 1.8.2, 1.9.0 (alpha)
    • 1.8
    • Agent (G)
    • None
    • Centos 64bit. rpm build of agent from zabbix.org downloads page.

      I've got a bunch of tests that test multipath disks ( dm-2, dm-3, etc ) which have stopped working since upgrading to the 1.8 agent, the tests work fine for 1.6 agents.

      This is on a 64 bit centos box.

      UserParameter=custom.vfs.dev.write.sectors[*],cat /proc/diskstats | grep $1 | head -1 | awk '

      {print $$10}

      '

      1. ./zabbix_get -s server -k custom.vfs.dev.write.sectors[dm-3] ZBX_NOTSUPPORTED
      1. ./zabbix_get -s server -k custom.vfs.dev.write.sectors[sda]
        138643176

      I've tried this with some other tests as well, and it seems as soon as I add a - into the argument it fails. Note I can run the test from the command line ( cat /proc/diskstats | grep dm-3 | head -1 | awk '

      {print $10}

      ' ) and it works correctly.

            Unassigned Unassigned
            username_taken Paul C
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: