Add nagios sample conf
[i18n-zh.git] / cauchy / nagios / services-nscp.cfg
blob0874c198966c7c09cbad1320b54d07cd5ba5f97e
1 # check that windows uptime
2 define service {
3         use                     generic-service
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
11 define service {
12         use                     generic-service
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
20 define service {
21         use                     generic-service
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
29 define service {
30         use                     generic-service
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
38 define service {
39         use                     generic-service
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