Using this command to monitor disk space on a nt box
running compaq agent from a linux box.
command[cpq_snmp_disk]=$USER1$/check_snmp -H
$HOSTADDRESS$ -C public -o --oid='c
pqHoFileSysDesc.$ARG1
$,cpqHoFileSysPercentSpaceUsed.$ARG1
$,cpqHoFileSysSpaceUsed
.$ARG1$,cpqHoFileSysSpaceTotal.$ARG1$' -u '','%','Mo
of','Mo used' -l 'Disk Usag
e' -w '','0:80' -c '','0:90' -w ,:80,, -c ,:90,,
check_snmp get stuck sometimes.
From a sniffer point of view i see that snmpget is
getting the response from server to all oid then die,
get in zombie mode and then check_snmp get stuck.
I am using ucd-snmp-4.2.1.
Regards