Ad Widget

Collapse

This Key is can not monitor aix CPU!!!system.cpu.util[,user,avg1]

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jerry2049
    Junior Member
    • Sep 2011
    • 20

    #1

    This Key is can not monitor aix CPU!!!system.cpu.util[,user,avg1]

    Hello,Everybody

    I have a question

    zabbix inaccurate for aix server CPU's monitoring

    zabbix default monitor CPU user time key is this

    system.cpu.util[,user,avg1]

    I know in linux,This key system.cpu.util[,user,avg1] Equivalent to the top command!

    But in fact,It is not true in aix servers.
    [root@zabbix bin]# ./zabbix_get -s 192.168.2.11 -k system.cpu.util[,user,avg1]
    26.367225

    And now I add this scripts to the end of your /etc/zabbix/zabbix_agentd.conf and restart the zabbix_agentd
    UserParameter=cpu.user,vmstat 1 2|tail -1|awk '{print $14}'

    When I am running topas command,The data is the same as this scripts
    [root@zabbix bin]# ./zabbix_get -s 192.168.2.11 -k cpu.user
    41

    So I want to know what is the command
Working...