Forum Discussion

rb1980_75708's avatar
rb1980_75708
Icon for Nimbostratus rankNimbostratus
Jun 11, 2009

monitoring disk via SNMP

I am trying to set up our NMS to montior the disk space on WA partitions via SNMP. I am using the UCD oid under: .1.3.6.1.4.1.2021.9.1

and I am only seeing the / and /var partitions.

I see that in snmpd.conf only those 2 partitions are listed for monitoring, and I would like to monitor a couple additional partitions.

I managed to decipher the help syntax enough to come up with this command:

bigpipe snmpd disk percent minspace type percent minspace 10 path /var/log

but if I run it again to add another partition:

bigpipe snmpd disk percent minspace type percent minspace 10 path /shared

it overwrites the previous.

I can't figure out the syntax to add multiple... a little help?

1 Reply

  • OK... with a bit more trial and error I finally got it:

    bigpipe snmpd disk logs minspace type percent minspace 10 path /var/log add

    bigpipe snmpd disk shared minspace type percent minspace 10 path /shared add