source: noc/nagios/services.cfg @ 1055

Last change on this file since 1055 was 1055, checked in by quentin, 15 years ago
Monitor NRPE status
File size: 5.1 KB
RevLine 
[48]1define service {
2        name    scripts-service
3        use     generic-service
[535]4        max_check_attempts      6
[48]5        normal_check_interval   2
6        retry_check_interval    1
7        contact_groups  scripts
8        notification_interval   240
9        notification_period     24x7
10        notification_options    w,u,c,r
11        register 0
12}
13
14define service {
15        use                             scripts-service
[899]16        hostgroup_name                  scripts-all
[48]17        service_description             PING
[709]18        check_command                   check_ping!500.0,30%!3000.0,80%
[48]19        }
20
21
22define service {
23        use     scripts-service
[899]24        hostgroup_name  scripts-real
[48]25        service_description     SSH
26        check_command   check_ssh
27}
28
29define service {
30        use     scripts-service
[429]31        host_name       scripts
32        service_description     SSH
33        check_command   check_ssh
34        notification_period     afs
35        contact_groups  scripts,pagers
36}
37
38define service {
39        use     scripts-service
[48]40        hostgroup_name  scripts-http
41        service_description     HTTP
[429]42        notification_period     afs
43        check_command   check_http_heartbeat
44        contact_groups  scripts,pagers
[48]45}
46
47define service {
48        use     scripts-service
[670]49        hostgroup_name          scripts-https
[48]50        service_description     HTTPS
[429]51        notification_period     afs
52        check_command   check_https_cert!14
53        contact_groups  scripts,pagers
[48]54}
55
56define service {
57        use     scripts-service
[899]58        hostgroup_name          scripts-https
59        service_description     HTTPS-CERT
60        notification_period     afs
61        check_command   check_https_cert_444!14
62        contact_groups  scripts,pagers
63}
64
[900]65define service {
66        use     scripts-service
67        host_name       scripts
68        service_description     SVN
69        check_command   check_svn
70        notification_period     afs
71}
72
73define service {
74        use     scripts-service
75        hostgroup_name  scripts-user
76        service_description     SVN
77        check_command   check_svn
78        notification_period     afs
79}
80
[899]81define servicedependency{
82        host_name                       scripts
83        service_description             HTTP
84        dependent_host_name             scripts,scripts-cert,wildcard.scripts
85        dependent_service_description   HTTPS,HTTPS-CERT
86        execution_failure_criteria      n
87        notification_failure_criteria   w,u,c
88        }
89
90define servicedependency{
91        host_name                       scripts
92        service_description             HTTP
93        dependent_host_name             scripts-cert
94        dependent_service_description   HTTP
95        execution_failure_criteria      n
96        notification_failure_criteria   w,u,c
97        }
98
99
100define service {
101        use     scripts-service
[48]102        hostgroup_name  scripts-mail
103        service_description     POSTFIX
[535]104        check_command   check_remote_procs_u!1:128!1:256!postfix
[48]105}
106
107define service {
[709]108        use     scripts-service
109        hostgroup_name  scripts-user
[960]110        service_description     HTTP
111        notification_period     afs
112        check_command   check_http_heartbeat
113        contact_groups  scripts
114}
115
116define service {
117        use     scripts-service
118        hostgroup_name          scripts-user
119        service_description     HTTPS
120        notification_period     afs
121        check_command   check_https_cert!14
122        contact_groups  scripts
123}
124
125define service {
126        use     scripts-service
127        hostgroup_name  scripts-user
[709]128        service_description     NSCD
129        check_command   check_remote_procs_u!1:256!1:512!nscd
130}
131
132define service {
[899]133        use scripts-service
134        hostgroup_name scripts-user
135        service_description     AFS
136        check_command   check_remote_afs
137}
138
139define service {
[991]140        use scripts-service
141        hostgroup_name scripts-user
142        service_description     CRON-WORKING
[993]143        notification_period     afs
[991]144        check_command   check_remote_cron_working
145}
146
147define service {
[899]148    use scripts-service
149    hostgroup_name scripts-user
150    service_description LDAP
151    check_command check_scripts_ldap
152}
153
154define service {
[429]155       use     scripts-service
156       hostgroup_name   scripts-mail
157       service_description      SMTP
158       check_command    check_smtp
159}
160
161define service {
162       use     scripts-service
163       host_name        scripts
[535]164       notification_period      afs
[429]165       service_description      SMTP
166       check_command    check_smtp
167}
168
169define service {
[48]170        use     scripts-service
171        hostgroup_name  scripts-cron
172        service_description     CRON
173        check_command   check_remote_procs_C!1:!1:!crond
174}
175
176define service {
177        use     scripts-service
[899]178        hostgroup_name  scripts-real
[1055]179        service_description     NRPE
180        check_command   check_nrpe_alive
181}
182
183define service {
184        use     scripts-service
185        hostgroup_name  scripts-real
[48]186        service_description     DISK
187        check_command   check_remote_disk!10%!5%
188}
189
190define service {
191        use     scripts-service
192        host_name       b-m,o-f
193        service_description     LOAD
[1054]194        check_command   check_remote_load!50:50:50!100:50:50
[48]195}
196
197define service {
198        use     scripts-service
199        hostgroup_name  mysql-masters,mysql-slaves
200        service_description     LOAD
[899]201        check_command   check_remote_load!16:10:10!20:15:15
[735]202        contact_groups  sql
[48]203}
204
205define service {
206        use     scripts-service
207        hostgroup_name  scripts-user
208        service_description     USERS
209        check_command   check_remote_users!50!25
210}
211
212define service {
213        use     scripts-service
214        hostgroup_name  scripts-mysql
215        service_description     MYSQL
216        check_command   check_tcp!3306
[735]217        contact_groups  sql,scripts,pagers
[48]218}
219
220define service {
221        use     scripts-service
[429]222        hostgroup_name  scripts-mysql
223        service_description     HTTP
224        notification_period     afs
225        check_command   check_http
[735]226        contact_groups  sql,scripts,pagers
[429]227}
228
229define service {
230        use     scripts-service
[48]231        hostgroup_name  mysql-masters
232        service_description     MYSQL-M
233        check_command   check_remote_mysql
[991]234        contact_groups  sql,scripts
[48]235}
236
237define service {
238        use     scripts-service
239        hostgroup_name  mysql-slaves
240        service_description     MYSQL-S
241        check_command   check_remote_mysql_slave
[991]242        contact_groups  sql,scripts
[48]243}
244
245define service {
246        use     scripts-service
247        host_name       b-m,o-f
248        service_description     CPU
249        notifications_enabled   0
[670]250        check_command   check_remote_procs_P!4!6!50
[48]251}
Note: See TracBrowser for help on using the repository browser.