Wednesday, July 2, 2014

Enable Disk Monitor in CentOS 5.10

To enable disk monitoring in PRTG, first make sure that all disks/partitions are being included in the /etc/snmp/snmpd.conf using this format:

disk  PATH  [MIN=DEFDISKMINIMUMSPACE]

where PATH:  mount path to the disk in question.
and  MIN:  Disks with space below this value will have the Mib's errorFlag set

example:   

disk / 10000

after finishing restart snmp service using this command

service snmpd restart

to verify the configurations try snmpwalk:

snmpwalk -v 2c localhost -c <community string> .1.3.6.1.4.1.2021.9

No comments:

Post a Comment