From: Tollef Fog Heen Date: Wed, 3 Apr 2013 19:43:57 +0000 (+0200) Subject: postgresql, not postresql X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=aea4ae5809c4585c5d4b2f1cbda5410e95ac9304;hp=926f4e135b33829fb27f89f2ce1c25e838667129;p=mirror%2Fdsa-nagios.git postgresql, not postresql --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 08374fa..2ae3e29 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2362,40 +2362,40 @@ services: ### #- - # name: process - postresql81 - master + # name: process - postgresql81 - master # 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'" # hostgroups: postgres81-hosts #- - # name: process - postresql81 - writer + # name: process - postgresql81 - writer # nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgres -C postmaster -a 'postgres: writer process'" # hostgroups: postgres81-hosts - # depends: process - postresql81 - master + # depends: process - postgresql81 - master #- - # name: process - postresql81 - buffer + # name: process - postgresql81 - buffer # nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgres -C postmaster -a 'postgres: stats buffer process'" # hostgroups: postgres81-hosts - # depends: process - postresql81 - master + # depends: process - postgresql81 - master #- - # name: process - postresql81 - collector + # name: process - postgresql81 - collector # nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgres -C postmaster -a 'postgres: stats collector process'" # hostgroups: postgres81-hosts - # depends: process - postresql81 - master + # depends: process - postgresql81 - master #### - - name: unwanted process - postresql + name: unwanted process - postgresql nrpe: "/usr/lib/nagios/plugins/check_procs -w 0 -C postgres" hostgroups: computers excludehostgroups: postgres90-hosts, postgres84-hosts, postgres91-hosts, deadslow - - name: process - postresql91 - master + name: process - postgresql91 - master nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:4 -c 1: -u postgres -C postgres -a '/usr/lib/postgresql/9.1/bin/postgres'" hostgroups: postgres91-hosts - - name: process - postresql90 - master + name: process - postgresql90 - master nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:4 -c 1: -u postgres -C postgres -a '/usr/lib/postgresql/9.0/bin/postgres'" hostgroups: postgres90-hosts - - name: process - postresql84 - master + name: process - postgresql84 - master nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:4 -c 1: -u postgres -C postgres -a '/usr/lib/postgresql/8.4/bin/postgres'" hostgroups: postgres84-hosts -