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
How to monitor mount point on windows with nagios xi?
-
kyang
Re: How to monitor mount point on windows with nagios xi?
You could do so with NSClient and the CheckDriveSize using NRPE.
Example:
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