Ad Widget

Collapse

system.run key not supported

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ibrahim
    Junior Member
    • Sep 2006
    • 19

    #1

    system.run key not supported

    Hi,
    I wanted to used system.run key, but it seems like zabbix_agentd doesnt support it on my system. I use zabbix_agentd v1.1.1 on HPUX 11.11

    here are test results:
    $zabbix_agentd -t system.run[echo test]
    [m|ZBX_NOTSUPPORTED]

    $zabbix_agentd -p
    the agent gives [m|ZBX_NOTSUPPORTED] for system.run key and then it hangs!

    The documentation mentions that system.run is supported in HPUX, what can be wrong here?

    Best Regards,
    Ibrahim
  • den_crane
    Senior Member
    • Feb 2006
    • 272

    #2
    $ echo 'EnableRemoteCommands=1' >> zabbix_agentd.conf

    $ ./zabbix_agentd -c zabbix_agentd.conf -t system.run[uptime]
    system.run[uptime] [t| 9:13am up 105 days, 15:45, 3 users, load average: 2.05, 1.79, 1.77]

    $ ./zabbix_agentd -v
    ZABBIX Agent (daemon) v1.1.1 (19 July 2006)
    Compilation time: Aug 2 2006 07:39:48

    $ uname
    HP-UX
    Last edited by den_crane; 11-10-2006, 07:13.

    Comment

    • Ibrahim
      Junior Member
      • Sep 2006
      • 19

      #3
      Thank you, that helps!

      Comment

      Working...