How to monitor mount point on windows with nagios xi?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Zagon007
Posts: 14
Joined: Tue Jul 11, 2017 2:55 am

How to monitor mount point on windows with nagios xi?

Post by Zagon007 »

Hi,
How can I implement mount point monitoring on windows using nagios xi?

for example: M: \ sqldata \ cwdata2,

in the wizards I found only the mount point check on linux.

Many Thank's
Walter
kyang

Re: How to monitor mount point on windows with nagios xi?

Post by kyang »

You could do so with NSClient and the CheckDriveSize using NRPE.

Example:

Code: Select all

[root@localhost libexec]# ./check_nrpe -H 192.168.3.242 -c CheckDriveSize -a a:\testingMounts MaxWarn=80% MaxCrit=90%
OK All 1 drive(s) are ok|'a:testingMounts used'=0.25754GB;78.12421;87.88974;0;97.65527 'a:testingMounts used %'=0%;80;90;0;100
Locked