I have installed nagios3 on ubuntu server with NSClient installed on windows servers. The nagios server is getting the information from windows server properly but the status of server is showing Critical for each drive though there is more space in the windows server.
The below is parameters which I have entered in the windows.cfg.
define service{ use generic-service host_name winserver service_description C:\ Drive Space check_command check_nt!USEDDISKSPACE!-l c -w 20 -c 5 }
define service{ use generic-service host_name winserver service_description D:\ Drive Space check_command check_nt!USEDDISKSPACE!-l d -w 20 -c 10 }
define service{ use generic-service host_name winserver service_description F:\ Drive Space check_command check_nt!USEDDISKSPACE!-l f -w 15 -c 10 }