Page 1 of 1

How to monitor mount point on windows with nagios xi?

Posted: Tue May 22, 2018 8:45 am
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

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

Posted: Tue May 22, 2018 4:29 pm
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