Ad Widget

Collapse

HP-UX monitored items

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stevenfoo
    Member
    • Mar 2008
    • 46

    #1

    HP-UX monitored items

    Could we get the following monitored for HP-UX in the coming version?
    Or how to we over come them?

    Total swap space system.swap.size[,total]
    Free swap space system.swap.size[,free]

    Incoming traffic on interface lan0 net.if.in[lan0,bytes]
    Incoming traffic on interface lan1 net.if.in[lan1,bytes]

    Outgoing traffic on interface lan0 net.if.out[lan0,bytes]
    Outgoing traffic on interface lan0 net.if.out[lan1,bytes]

    Free swap space in % system.swap.size[,pfree]
    CPU wait time (avg1) system.cpu.util[,wait,avg1]
    Checksum of /vmlinuz vfs.file.cksum[/vmlinuz]
    Number of processes proc.num[]
    Number of running processes proc.num[,,run]
    Shared memory vm.memory.size[shared]
    Size of /var/log/syslog vfs.file.size[/var/log/syslog]
    Cached memory vm.memory.size[cached]
    Buffers memory vm.memory.size[buffers]
    Temperature of CPU 1of2 sensor[temp2]
    Temperature of CPU 2of2 sensor[temp3]
    Temperature of mainboard sensor[temp1]
  • bobrivers
    Senior Member
    • Feb 2007
    • 115

    #2
    Supported items

    Hi,

    Since zabbix agent for HP-UX is pretty basic, does anyone got lucky on "extending" it, by using UserParameters?

    Rigth now I'm trying to monitor LAN0 parameters. For instance, in order to monitor lan0 colisions, I'm using:

    PHP Code:
    UserParameter=net.colision,netstat -grep lan0 awk '{print $9}' 
    It's working well, but I'm unable to figure out how to monitor lan0 traffic.

    netstat -i only gives I/O in termos of packets. Sice I'm not a HP-UX man, I'm stucked...

    Any advice?

    TIA & happy new year,

    Bob

    Comment

    Working...