Hi guys,
Hopefully you can tell me what I'm doing wrong -- I have self-compiled 1.1b5 agentd running on HP-UX 11.23 (1.1b6 server running on Linux). I am trying to add item "system.cpu.util" to my HP-UX host but after I define it and ensure it is set to active, its status is set to "Not supported". I also see this in the log file if I set debug to level 4. Browsing through the code, it looks like it is defined for HP-UX, so I would expect it to work.
I have three items to test various formulations:
system.cpu.util[]
system.cpu.util[all,system,avg1]
system.cpu.util[cpu0,user,avg1]
Errors:
006757:20060306:102511 Got line:system.cpu.util[]
006757:20060306:102511 Sending back:ZBX_NOTSUPPORTED
...
006760:20060306:102527 Got line:system.cpu.util[all,system,avg1]
006760:20060306:102527 Sending back:ZBX_NOTSUPPORTED
...
006758:20060306:102545 Got line:system.cpu.util[cpu0,user,avg1]
006758:20060306:102545 Sending back:ZBX_NOTSUPPORTED
Any ideas?
Hopefully you can tell me what I'm doing wrong -- I have self-compiled 1.1b5 agentd running on HP-UX 11.23 (1.1b6 server running on Linux). I am trying to add item "system.cpu.util" to my HP-UX host but after I define it and ensure it is set to active, its status is set to "Not supported". I also see this in the log file if I set debug to level 4. Browsing through the code, it looks like it is defined for HP-UX, so I would expect it to work.
I have three items to test various formulations:
system.cpu.util[]
system.cpu.util[all,system,avg1]
system.cpu.util[cpu0,user,avg1]
Errors:
006757:20060306:102511 Got line:system.cpu.util[]
006757:20060306:102511 Sending back:ZBX_NOTSUPPORTED
...
006760:20060306:102527 Got line:system.cpu.util[all,system,avg1]
006760:20060306:102527 Sending back:ZBX_NOTSUPPORTED
...
006758:20060306:102545 Got line:system.cpu.util[cpu0,user,avg1]
006758:20060306:102545 Sending back:ZBX_NOTSUPPORTED
Any ideas?
Comment