1 # check that windows uptime
4 hostgroup_name nscp-servers
5 service_description Windows Uptime
6 check_command check_nt!UPTIME
7 notification_interval 0 ; set > 0 if you want to be renotified
10 # check that windows cpu load
13 hostgroup_name nscp-servers
14 service_description Windows CPU Load
15 check_command check_nt!CPULOAD!-l 5,80,90
16 notification_interval 0 ; set > 0 if you want to be renotified
19 # check that windows memory usage
22 hostgroup_name nscp-servers
23 service_description Windows Memory Usage
24 check_command check_nt!MEMUSE!-w 80 -c 90
25 notification_interval 0 ; set > 0 if you want to be renotified
28 # check that windows disk C space
31 hostgroup_name nscp-servers
32 service_description Windows Disk C Space
33 check_command check_nt!USEDDISKSPACE!-l c -w 80 -c 90
34 notification_interval 0 ; set > 0 if you want to be renotified
37 # check that windows disk D space
40 hostgroup_name nscp-servers
41 service_description Windows Disk D Space
42 check_command check_nt!USEDDISKSPACE!-l d -w 80 -c 90
43 notification_interval 0 ; set > 0 if you want to be renotified