Search found 20 matches
- Wed Dec 23, 2015 4:18 pm
- Forum: Open Source Nagios Projects
- Topic: errors in config - CHECK_PGACTIVITY plugin
- Replies: 38
- Views: 11083
Re: errors in config - CHECK_PGACTIVITY plugin
Thanks for trying but still the same output in Nagios
- Wed Dec 23, 2015 3:19 pm
- Forum: Open Source Nagios Projects
- Topic: errors in config - CHECK_PGACTIVITY plugin
- Replies: 38
- Views: 11083
Re: errors in config - CHECK_PGACTIVITY plugin
see attached
- Wed Dec 23, 2015 3:07 pm
- Forum: Open Source Nagios Projects
- Topic: errors in config - CHECK_PGACTIVITY plugin
- Replies: 38
- Views: 11083
Re: errors in config - CHECK_PGACTIVITY plugin
See attached file
- Wed Dec 23, 2015 2:55 pm
- Forum: Open Source Nagios Projects
- Topic: errors in config - CHECK_PGACTIVITY plugin
- Replies: 38
- Views: 11083
Re: errors in config - CHECK_PGACTIVITY plugin
Thanks PDF will now download
All of the screenshots are in the same file
All of the screenshots are in the same file
- Wed Dec 23, 2015 2:41 pm
- Forum: Open Source Nagios Projects
- Topic: errors in config - CHECK_PGACTIVITY plugin
- Replies: 38
- Views: 11083
Re: errors in config - CHECK_PGACTIVITY plugin
I'm no longer able to send PDF file, its been deactivated. If I try to attach as rich text it fails after the download. Not sure why this was turned off
- Wed Dec 23, 2015 12:29 pm
- Forum: Open Source Nagios Projects
- Topic: errors in config - CHECK_PGACTIVITY plugin
- Replies: 38
- Views: 11083
Re: errors in config - CHECK_PGACTIVITY plugin
Nagios3 version 3.2.3-3ubuntu1.1 This is an Ubuntu 12.04 server, I used apt-get to install Nagios
- Wed Dec 23, 2015 12:18 pm
- Forum: Open Source Nagios Projects
- Topic: errors in config - CHECK_PGACTIVITY plugin
- Replies: 38
- Views: 11083
Re: errors in config - CHECK_PGACTIVITY plugin
I don't see how it can, It gets the info from nagios.cfg. I did move the whole directory out of /etc/nagios3/object but still getting the same error
- Wed Dec 23, 2015 10:04 am
- Forum: Open Source Nagios Projects
- Topic: errors in config - CHECK_PGACTIVITY plugin
- Replies: 38
- Views: 11083
Re: errors in config - CHECK_PGACTIVITY plugin
command.cfg and check_pgactivity.cfg are attached files nagios@montwo:~$ grep -R 'check_pgactivity' /etc/nagios3/ /etc/nagios3/objects/services/check_nrpe.cfg: check_command check_nrpe!check_pgactivity! base253 /etc/nagios3/objects/services/check_pgactivity.cfg: service_description check_pgactivity ...
- Wed Dec 23, 2015 9:38 am
- Forum: Open Source Nagios Projects
- Topic: errors in config - CHECK_PGACTIVITY plugin
- Replies: 38
- Views: 11083
Re: errors in config - CHECK_PGACTIVITY plugin
it all works using IP address root@montwo:~# su - nagios nagios@montwo:~$ check_pgactivity -h 10.11.0.200 -s backends -w 80 -c 95 POSTGRES_BACKENDS OK: 2 connections on 297 | postgres=1;80;95;0;297 nagios=0;80;95;0;297 phppgadmin=0;80;95;0;297 repmgrdb=0;80;95;0;297 opm=0;80;95;0;297 test4=0;80;95;0...
- Wed Dec 23, 2015 9:03 am
- Forum: Open Source Nagios Projects
- Topic: errors in config - CHECK_PGACTIVITY plugin
- Replies: 38
- Views: 11083
Re: errors in config - CHECK_PGACTIVITY plugin
define host { host_name pgtest-db alias pgtest-db address 10.xx.x.xxx hostgroups postgres-hosts check_command check-host-alive max_check_attempts 3 check_period workhours contacts wolf contact_groups db-group notification_interval 5 notification_period workhours register 1 }