I am using this user parameter to monitor CPU load on 2 AIX servers.
UserParameter=sys.procload5,/usr/local/bin/sudo uptime|awk '{print $10}'|sed -e 's/,//'
After Housekeeper runs on the Zabbix server the next check for that user parameter comes up with the following below.
I execute the commands with zabbix_get from the zabbix server and it returns the correct value and also zabbix_agentd -p on the host and everything comes back fine.
This always happens at the same intervals each day on that User Parameter.
Any help would be appreciated.
The servers are AIX 5.3 with Zabbix 1.4.4 agentd
UserParameter=sys.procload5,/usr/local/bin/sudo uptime|awk '{print $10}'|sed -e 's/,//'
After Housekeeper runs on the Zabbix server the next check for that user parameter comes up with the following below.
Code:
29809:20080814:110130 Deleted 50169 records from history and trends 29791:20080814:111451 Type of received value [average:] is not sutable for [sys.procload5@XXXXX] having type [0] 29791:20080814:111451 Returning NOTSUPPORTED 29791:20080814:111451 Parameter [sys.procload5] is not supported by agent on host [XXXXX] Old status [0] 29792:20080814:111516 Type of received value [average:] is not sutable for [sys.procload5@XXXX] having type [0] 29792:20080814:111516 Returning NOTSUPPORTED
This always happens at the same intervals each day on that User Parameter.
Any help would be appreciated.
The servers are AIX 5.3 with Zabbix 1.4.4 agentd