cc8bbdee188e871bb22ec7b036e6347207103b69
[mirror/dsa-nagios.git] / nagios-master.cfg
1 # Non comment lines are YAML
2 #
3 # Strings ought to be in double quotes, but it works in most cases if they aren't :)
4 #
5 # vim:set syntax=yaml:
6
7 # TODO
8 #  - raff:  identd, hpasmd
9 #  - *: mailq
10
11 ---
12 #############################
13 # hosts
14 #############################
15 servers:
16   gw-MAN-DA-debian:
17     address: 82.195.75.126
18     parents: gw-HP-ftc
19     hostgroups: routing-infrastructure
20   gw-HP-ftc:
21     address: 192.25.206.1
22     parents: samosa
23     hostgroups: routing-infrastructure
24   gw-brainfood:
25     address: 70.103.162.1
26     parents: gw-HP-ftc
27     hostgroups: routing-infrastructure
28   gw-brown.edu:
29     address: 128.148.34.1
30     parents: gw-HP-ftc
31     hostgroups: routing-infrastructure
32   gw-osuosl:
33     address: 140.211.166.1
34     parents: gw-HP-ftc
35     hostgroups: routing-infrastructure
36   gw-scanplus-villa:
37     address: 212.211.132.1
38     parents: gw-HP-ftc
39     hostgroups: routing-infrastructure
40   gw-scanplus-lobos:
41     address: 212.211.132.249
42     parents: gw-HP-ftc
43     hostgroups: routing-infrastructure
44   gw-mit-csail:
45     address: 128.30.0.254
46     parents: gw-HP-ftc
47     hostgroups: routing-infrastructure
48
49   samosa:
50     address: 192.25.206.57
51     hostgroups: computers, dl380, apache2-hosts, bind9-hosts
52   raff:
53     address: 192.25.206.59
54     parents: samosa
55     hostgroups: computers, dl380, apache1-hosts, bind9-hosts, rsyncd-hosts
56   gluck:
57     address: 192.25.206.10
58     parents: samosa
59     hostgroups: computers, dl380, apache1-hosts, bind9-hosts, rsyncd-hosts
60
61   bartok:
62     address: 82.195.75.91
63     parents: gw-MAN-DA-debian
64     hostgroups: computers, syslog-ng-hosts, postfix-hosts, dl385
65   sperger:
66     address: 82.195.75.98
67     parents: gw-MAN-DA-debian
68     hostgroups: computers, porterbox, sw-raid
69
70   master:
71     address: 70.103.162.29
72     parents: gw-brainfood
73     hostgroups: computers, apache2-hosts, bind9-hosts
74
75   ries:
76     address: 128.148.34.103
77     parents: gw-osuosl
78     hostgroups: computers, apache2-hosts, bind9-hosts, ftpd-hosts, dl385, rsyncd-hosts
79
80   rietz:
81     address: 140.211.166.43
82     parents: gw-brown.edu
83     hostgroups: computers, apache2-hosts, bind9-hosts, rsyncd-hosts, dl385
84   rietz2:
85     address: 140.211.166.44
86     parents: rietz
87     hostgroups: secondary-IPs
88
89   villa:
90     address: 212.211.132.32
91     parents: gw-scanplus-villa
92     hostgroups: computers, apache2-hosts, ftpd-hosts, rsyncd-hosts, dl380
93   lobos:
94     address: 212.211.132.250
95     parents: gw-scanplus-lobos
96     hostgroups: computers, apache2-hosts, ftpd-hosts, rsyncd-hosts, dl380
97
98   steffani:
99     address: 128.31.0.36
100     parents: gw-mit-csail
101     hostgroups: computers, apache2-hosts, ftpd-hosts, rsyncd-hosts, sw-raid
102
103 #############################
104 # host groups
105 #
106 # hostgroups ircd and all are automatically defined
107 #
108 #############################
109 hostgroups:
110   computers:
111     alias: computers
112     private: 1
113   routing-infrastructure:
114     alias: Internet routers and friends
115     extinfo-icon_image: base/switch40.png
116     extinfo-icon_image_alt: router
117
118   porterbox:
119     alias: developer accessible porter machien
120     extinfo-icon_image: base/debian.png
121     extinfo-icon_image_alt: Debian GNU/Linux
122     extinfo-notes_url: http://db.debian.org/machines.cgi?host=%s
123
124   dl380:
125     alias: HP DL380 hosts
126     private: 1
127   dl385:
128     alias: HP DL385 hosts
129     private: 1
130   sw-raid:
131     alias: Hosts with Linux software raid
132     private: 1
133
134   syslog-ng-hosts:
135     alias: hosts running syslog-ng instead of sysklogd
136     private: 1
137   postfix-hosts:
138     alias: hosts running postfix instead of exim
139     private: 1
140   apache2-hosts:
141     alias: hosts running apache2
142     private: 1
143   apache1-hosts:
144     alias: hosts running apache1
145     private: 1
146   bind9-hosts:
147     alias: hosts running bind9
148     private: 1
149   ftpd-hosts:
150     alias: hosts running vsftpd
151     private: 1
152   rsyncd-hosts:
153     alias: hosts providing rsync services via xinetd
154     private: 1
155
156   secondary-IPs:
157     alias: secondary IP addresses
158     private: 1
159
160 #############################
161 # services
162 #############################
163 services:
164   -
165     name: PING
166     check: "check_ping!300.0,20%!600.0,40%"
167     hostgroups: all
168
169  ############ Services ############
170  ###
171
172  ############ Disk Usage ############
173  ####
174   -
175     name: disk usage - all
176     nrpe: "/usr/lib/nagios/plugins/check_disk 90 95"
177     hostgroups: computers
178   -
179     name: disk usage on /
180     nrpe: "/usr/lib/nagios/plugins/check_disk 60 80 /"
181     hostgroups: computers
182   -
183     name: disk usage on /boot
184     nrpe: "/usr/lib/nagios/plugins/check_disk 60 80 /boot"
185     hosts: sperger, rietz, steffani
186   -
187     name: disk usage on /var
188     nrpe: "/usr/lib/nagios/plugins/check_disk 50 75 /var"
189     hosts: bartok, samosa, raff, lobos, villa
190   -
191     name: disk usage on /org
192     nrpe: "/usr/lib/nagios/plugins/check_disk 80 90 /org"
193     hosts: bartok, sperger, samosa, raff, lobos, villa, steffani
194   -
195     name: disk usage on /tmp
196     nrpe: "/usr/lib/nagios/plugins/check_disk 60 80 /tmp"
197     hosts: samosa, raff
198   -
199     name: disk usage on /usr
200     nrpe: "/usr/lib/nagios/plugins/check_disk 75 90 /usr"
201     hosts: samosa, raff, lobos, villa
202
203  ############ All Computers ############
204  ####
205   #-
206   #  name: apt - security updates
207   #  nrpe: "/usr/local/bin/nagios-check-apt-updates --warnifupdates"
208   #  hostgroups: computers
209   #  normal_check_interval: 480
210   #  notification_interval: 480
211   #  max_check_attempts: 4
212   #  retry_check_interval: 12
213  ####
214   -
215     name: users
216     nrpe: "/usr/lib/nagios/plugins/check_users 30 35"
217     hostgroups: computers
218  ####
219   -
220     name: load
221     nrpe: "/usr/lib/nagios/plugins/check_load -w 12,10,8 -c 22,18,14"
222     hostgroups: computers
223  ####
224   -
225     name: processes - zombies
226     nrpe: "/usr/lib/nagios/plugins/check_procs 5 10 -s Z"
227     hostgroups: computers
228  ####
229   -
230     name: processes - total
231     nrpe: "/usr/lib/nagios/plugins/check_procs 620 700"
232     hostgroups: computers
233  ####
234   -
235     name: swap usage - percent
236     nrpe: "/usr/lib/nagios/plugins/check_swap -w 20% -c 10%"
237     hostgroups: computers
238  ####
239   -
240     name: swap usage - mb
241     nrpe: "/usr/lib/nagios/plugins/check_swap -w 20000 -c 5000"
242     hostgroups: computers
243  ####
244   -
245     name: process - getty
246     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:8 -c 1: -u root -C getty -a /sbin/getty"
247     hostgroups: computers
248  ####
249   -
250     name: process - sshd
251     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:20 -c 1: -u root -C sshd -a '/usr/sbin/sshd'"
252     hostgroups: computers
253   -
254     name: "network service - sshd"
255     check: check_ssh
256     hostgroups: computers
257     depends: process - sshd
258     normal_check_interval:  60
259     notification_interval:  60
260  ####
261   -
262     name: network service - nrpe
263     check: check_tcp!5666
264     hostgroups: computers
265     max_check_attempts: -1
266   -
267     name: process - nrpe
268     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:25 -c 1: -u nagios -C nrpe -a '/usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -d'"
269     hostgroups: computers
270     depends: network service - nrpe
271  ###
272   -
273     name: process - munin-node
274     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:2 -c 1: -u root -C munin-node -a '/usr/sbin/munin-node'"
275     hostgroups: computers
276   -
277     name: network service - munin-node
278     check: check_tcp!4949
279     hostgroups: computers
280     depends: process - munin-node
281  ###
282   -
283     name: process - ntpd
284     # sarge: nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C ntpd -a '/usr/sbin/ntpd -p /var/run/ntpd.pid'"
285     # etch: nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u ntp -C ntpd -a '/usr/sbin/ntpd -p /var/run/ntpd.pid'"
286     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -C ntpd -a '/usr/sbin/ntpd -p /var/run/ntpd.pid'"
287     hostgroups: computers
288   -
289     name: network service - ntp
290     check: check_ntp
291     hostgroups: computers
292     depends: process - ntpd
293  ###
294   -
295     name: process - atd
296     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u daemon -C atd -a /usr/sbin/atd"
297     hostgroups: computers
298  ###
299   -
300     name: process - cron
301     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C cron -a /usr/sbin/cron"
302     hostgroups: computers
303
304  ###
305   -
306     name: process - syslog-ng
307     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C syslog-ng  -a '/sbin/syslog-ng -p /var/run/syslog-ng.pid'"
308     hostgroups: syslog-ng-hosts
309  ###
310   -
311     name: process - syslogd
312     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C syslogd  -a '/sbin/syslogd'"
313     hostgroups: computers
314     excludehostgroups: syslog-ng-hosts
315   -
316     name: process - klogd
317     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C klogd  -a '/sbin/klogd -x'"
318     hostgroups: computers
319     excludehostgroups: syslog-ng-hosts
320
321  ### MAIL STUFF
322  ###
323   -
324     name: process - exim
325     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u Debian-exim -C exim4 -a '/usr/sbin/exim4 -bd -q'"
326     hostgroups: computers
327     excludehostgroups: postfix-hosts
328     excludehosts: master, rietz
329   -
330     name: process - exim - total
331     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:50 -c 1: -C exim4"
332     hostgroups: computers
333     excludehostgroups: postfix-hosts
334     excludehosts: master, rietz
335   -
336     name: process - exim
337     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:300 -c 1:500 -C exim4 -a '/usr/sbin/exim4'"
338     hosts: master, rietz
339  ###
340   -
341     name: process - clamav - clamd
342     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:2 -c 1: -u clamav -C clamd -a '/usr/sbin/clamd'"
343     hostgroups: computers
344     excludehostgroups: postfix-hosts
345   -
346     name: service - clamav
347     nrpe: "/usr/lib/nagios/plugins/check_clamd -H /var/run/clamav/clamd.ctl"
348     hostgroups: computers
349     excludehostgroups: postfix-hosts
350     depends: process - clamav - clamd
351   -
352     name: process - clamav - freshclam
353     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u clamav -C freshclam -a '/usr/bin/freshclam -d --quiet'"
354     hostgroups: computers
355     excludehostgroups: postfix-hosts
356  ###
357   -
358     name: process - spamd - master
359     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C spamd -a '/usr/sbin/spamd --create-prefs --max-children 5 --helper-home-dir -d --pidfile=/var/run/spamd.pid'"
360     #hosts: samosa
361     hostgroups: computers
362     excludehostgroups: postfix-hosts
363     excludehosts: rietz
364   -
365     name: process - spamd - child
366     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:6 -c 1: -C spamd -a 'spamd child'"
367     hostgroups: computers
368     excludehostgroups: postfix-hosts
369     depends: process - spamd - master
370     excludehosts: rietz
371   #
372   -
373     name: process - spamd - master
374     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u debbugs -C spamd -a '/usr/sbin/spamd -d '"
375     hosts: rietz
376   -
377     name: process - spamd - child
378     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:6 -c 1: -u debbugs -C spamd -a 'spamd child'"
379     hosts: rietz
380
381  ###
382   -
383     name: process - greylistd
384     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u greylist -C greylistd -a '/usr/bin/python /usr/sbin/greylistd'"
385     hostgroups: computers
386     excludehostgroups: postfix-hosts
387
388  ###
389   -
390     name: process - postfix - master
391     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C master -a '/usr/lib/postfix/master'"
392     hostgroups: postfix-hosts
393   -
394     name: process - postfix - qmgr
395     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postfix -C qmgr -a 'qmgr -l -t fifo -u'"
396     hostgroups: postfix-hosts
397     depends: process - postfix - master
398   #-
399   #  name: process - postfix - tlsmgr
400   #  nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postfix -C tlsmgr -a 'tlsmgr -l -t fifo -u'"
401   #  hostgroups: postfix-hosts
402   #  depends: process - postfix - master
403   -
404     name: process - postfix - pickup
405     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postfix -C pickup -a 'pickup -l -t fifo -u -c'"
406     hostgroups: postfix-hosts
407     depends: process - postfix - master
408   -
409     name: process - postfix - anvil
410     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postfix -C anvil -a 'anvil -l -t unix -u'"
411     hostgroups: postfix-hosts
412     depends: process - postfix - master
413
414   -
415     name: process - postfix - trivial-rewrite
416     nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:10 -c 0:15 -u postfix -C trivial-rewrite -a 'trivial-rewrite -n rewrite -t unix -u -c'"
417     hostgroups: postfix-hosts
418     depends: process - postfix - master
419   -
420     name: process - postfix - proxymap
421     nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:10 -c 0:15 -u postfix -C proxymap -a 'proxymap -t unix -u'"
422     hostgroups: postfix-hosts
423     depends: process - postfix - master
424   -
425     name: process - postfix - smtpd
426     nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:10 -c 0:15 -u postfix -C smtpd -a 'smtpd -n smtp -t inet -u -c'"
427     hostgroups: postfix-hosts
428     depends: process - postfix - master
429   -
430     name: process - postfix - cleanup
431     nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:30 -c 0:50 -u postfix -C cleanup -a 'cleanup -z -t unix -u -c'"
432     hostgroups: postfix-hosts
433     depends: process - postfix - master
434   -
435     name: process - postfix - local
436     nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:30 -c 0:50 -u postfix -C local -a 'local -t unix'"
437     hostgroups: postfix-hosts
438     depends: process - postfix - master
439
440
441  ###
442   -
443     name: network service - smtp
444     check: check_smtp
445     hostgroups: postfix-hosts
446     depends: process - postfix - master
447   -
448     name: network service - smtp
449     check: check_smtp
450     hostgroups: computers
451     excludehostgroups: postfix-hosts
452     depends: process - exim
453
454
455  ###
456   -
457     name: process - uptimed
458     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u daemon -C uptimed -a '/usr/sbin/uptimed'"
459     hostgroups: computers
460  ###
461   -
462     name: process - irqbalance
463     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C irqbalance -a '/usr/sbin/irqbalance'"
464     hostgroups: computers
465
466
467
468  ############ Processes/Services that only run on some computers ############
469  ####
470  ###
471   -
472     name: process - rngd
473     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C rngd  -a '/usr/sbin/rngd -r /dev/hwrng'"
474     hosts: bartok
475  ###
476   -
477     name: process - sensord
478     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C sensord  -a '/usr/sbin/sensord -f daemon'"
479     hosts: bartok
480
481  ###
482   -
483     name: process - mdadm monitor
484     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u root -C mdadm -a '/sbin/mdadm --monitor --pid-file /var/run/mdadm/monitor.pid --daemonise --scan'"
485     hostgroups: sw-raid
486   -
487     name: RAID - sw raid
488     nrpe: "/usr/lib/nagios/plugins/dsa-check-raid-sw"
489     hostgroups: sw-raid
490
491  ###
492   -
493     name: process - cpqarrayd
494     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u root -C cpqarrayd -a '/usr/sbin/cpqarrayd'"
495     hostgroups: dl385, dl380
496   -
497     name: RAID - arrayprobe
498     nrpe: "sudo /usr/bin/arrayprobe"
499     hostgroups: dl385, dl380
500
501  ###
502   -
503     name: process - slapd
504     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:20 -c 1:50 -u openldap -C slapd -a '/usr/sbin/slapd -g openldap -u openldap'"
505     hosts: samosa
506  ###
507   -
508     name: process - udevd
509     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C udevd -a 'udevd'"
510     hosts: sperger, ries, steffani
511  ###
512   -
513     name: process - acpid
514     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C acpid -a '/usr/sbin/acpid -c /etc/acpi/events -s /var/run/acpid.socket'"
515     hosts: ries, steffani
516
517  ###
518   -
519     name: process - xinetd
520     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C xinetd -a '/usr/sbin/xinetd -pidfile /var/run/xinetd.pid -stayalive'"
521     hosts: samosa
522     hostgroups: rsyncd-hosts
523  ###
524   -
525     name: network service - finger
526     check: check_tcp!79
527     hosts: samosa
528     depends: process - xinetd
529  ###
530   -
531     name: network service - rsync
532     check: check_tcp!873
533     hostgroups: rsyncd-hosts
534     depends: process - xinetd
535
536   -
537     name: network service - rsync
538     check: check_tcp!873
539     hosts: rietz2
540     depends: rietz:process - xinetd
541
542  ###
543   -
544     name: process - nagios1
545     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u nagios -C nagios -a '/usr/sbin/nagios -d /etc/nagios/nagios.cfg'"
546     hosts: samosa
547   -
548     name: process - nagios3
549     # it forks one instance to check, so make it -w 1:2
550     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:2 -c 1: -u nagios -C nagios3 -a '/usr/sbin/nagios3 -d /etc/nagios3/nagios.cfg'"
551     hosts: samosa
552
553  ###
554   -
555     name: process - apache2 - master
556     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u root -C apache2 -a /usr/sbin/apache2"
557     hostgroups: apache2-hosts
558   -
559     name: process - apache2 - worker
560     nrpe: "/usr/lib/nagios/plugins/check_procs -w 2:50 -c 1:100 -u www-data -C apache2 -a /usr/sbin/apache2"
561     hostgroups: apache2-hosts
562     depends: process - apache2 - master
563   -
564     name: network service - http
565     check: check_http
566     hostgroups: apache2-hosts
567     depends: process - apache2 - master
568
569
570
571   -
572     name: process - apache - master
573     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u root -C apache -a /usr/sbin/apache"
574     hostgroups: apache1-hosts
575   -
576     name: process - apache - worker
577     nrpe: "/usr/lib/nagios/plugins/check_procs -w 2:75 -c 1:150 -u www-data -C apache -a /usr/sbin/apache"
578     hostgroups: apache1-hosts
579     depends: process - apache - master
580   -
581     name: network service - http
582     check: check_http
583     hostgroups: apache1-hosts
584     depends: process - apache - master
585
586   -
587     name: network service - http keyserver
588     check: dsa_check_http_port!11371
589     hosts: raff
590     depends: process - apache - master
591
592   -
593     name: network service - https
594     check: check_https
595     hosts: samosa
596     depends: "process - apache2 - master"
597     normal_check_interval: 120
598     notification_interval: 120
599   -
600     name: network service - https cert
601     check: dsa_check_cert!443
602     hosts: samosa
603     depends: network service - https
604     normal_check_interval: 240
605     notification_interval: 240
606  ####
607   -
608     name: process - named
609     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:15 -c 1: -u bind -C named -a '/usr/sbin/named -u bind'"
610     hostgroups: bind9-hosts
611   -
612     name: network service - dns
613     check: check_dns
614     hostgroups: bind9-hosts
615     depends: process - named
616
617  ####
618   -
619     name: process - vsftp - listener
620     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u root -C vsftpd -a 'vsftpd: LISTENER'"
621     hostgroups: ftpd-hosts
622   -
623     name: process - vsftp - instance
624     nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:10 -c 0:30 -u ftp -C vsftpd -a 'vsftpd: '"
625     hostgroups: ftpd-hosts
626   -
627     name: network service - ftp
628     check: check_ftp
629     hostgroups: ftpd-hosts
630     depends: process - vsftp - listener
631
632  ####
633   -
634     name: process - debianqueued
635     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u dak -C debianqueued -a '/usr/bin/perl -w ./debianqueued'"
636     hosts: ries
637
638  ###
639   -
640     name: process - postresql81 - master
641     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgres -C postmaster -a '/usr/lib/postgresql/8.1/bin/postmaster -D /var/lib/postgresql/8.1/main -c config_file=/etc/postgresql/8.1/main/postgresql.conf'"
642     hosts: ries
643   -
644     name: process - postresql81 - writer
645     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgres -C postmaster -a 'postgres: writer process'"
646     hosts: ries
647     depends: process - postresql81 - master
648   -
649     name: process - postresql81 - buffer
650     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgres -C postmaster -a 'postgres: stats buffer process'"
651     hosts: ries
652     depends: process - postresql81 - master
653   -
654     name: process - postresql81 - collector
655     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgres -C postmaster -a 'postgres: stats collector process'"
656     hosts: ries
657     depends: process - postresql81 - master
658
659  ####
660   # XXX is this needed
661   -
662     name: process - snmpd
663     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u snmp -C snmpd -a '/usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -I -smux -p /var/run/snmpd.pid 127.0.0.1'"
664     hosts: lobos, villa