HP-UX server monitoring - Drive

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sneha.irali
Posts: 141
Joined: Fri Jan 15, 2021 3:56 am

HP-UX server monitoring - Drive

Post by sneha.irali »

Hi Team,

I have HP-UX server, set up for monitoring on Nagios via SNMP.

There were drives that we discovered , few of them return as unknown storage error although the drives are present on the server. please let me know what can be the issue:

Discovered on tool now

Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 10485760 236424 10169376 2% /
/dev/vg00/lvol1 2097152 586776 1498624 28% /stand
/dev/vg00/lvol8 20971520 11929472 8979064 57% /var
/dev/vg00/lvol7 20971520 3336584 17497288 16% /usr
/dev/vg00/lvol6 10485760 714560 9694928 7% /tmp
/dev/vg00/lvol5 20971520 8030272 12840224 38% /opt
/dev/vg00/lvol4 5242880 21168 5181048 0% /home

On the servers:
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 10485760 236424 10169376 2% /
/dev/vg00/lvol1 2097152 586776 1498624 28% /stand
/dev/vg00/lvol8 20971520 11929472 8979064 57% /var
/dev/vg00/lvol7 20971520 3336584 17497288 16% /usr
/dev/vg00/lvol6 10485760 714560 9694928 7% /tmp
/dev/vg00/lvol5 20971520 8030272 12840224 38% /opt
/dev/vg00/lvol4 5242880 21168 5181048 0% /home
/dev/vg00/lviso 17039360 12905828 3875230 77% /iso
/dev/vg00/lvignite 196608000 128700974 63722989 67% /ignite
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: HP-UX server monitoring - Drive

Post by pbroste »

Hello @sneha.irali

Thanks for reaching out, want to start out by running a snmpwalk and then have you run the plugin to list details. Sounds like missing mibs that contain oids for the drives.

The snmpwalk:

Code: Select all

snmpwalk -v2c -c <yourrocommunitystringhere> <yourhostnameoripaddresshere>
Let's then run through the 'check_snmp_storage.pl' to get a list:

Code: Select all

/usr/local/nagios/libexec/check_snmp_storage.pl -H <yourhostaddressipaddresshere> -C <yourrocommunitystring> -m zzzz -w 80 -c 81 -v -2
Change the -m to list specific mounts; for example -m /var.

Please let me know the results,
Perry
Locked