NSClient++ Help (#1) - nscp.exe wmi remotely through Nagios (#1015) - Message List
nscp.exe wmi remotely through Nagios
Hello,
I am very new to NSClient++ and Nagios.
I need to being to monitor windows mount points.
I am able to execute on the windows server
nscp.exe wmi --select "select Name,PercentFreeSpace? from win32_perfformatteddata_perfdisk_logicaldisk where Name=E:
Archive"
But the check_nt!DISKUSAGE! only work on drive letters Can you point me in the direction of what I should be using to check this from nagios?
Thanks
merlin
07/05/12 19:29:09 (11 months ago)
-
Message #2681
To check WMI from nagios use check_nrpe, enable NRPEServer and use the CHeckWMI or CheckWMIValue queries.
Notice that if you use NRPE there is a CheckDrive? (CheckDisk?) command which also works with mount points so you dont really need WMI for that...
Michael Medin
mickem07/05/12 22:01:19 (11 months ago)








