Search found 7 matches

by caw001sbm
Tue Jun 11, 2019 3:01 pm
Forum: Nagios XI
Topic: How do I re-use manually created sensors over and over
Replies: 3
Views: 475

Re: How do I re-use manually created sensors over and over

Here is the command that I am using. /usr/local/nagios/libexec/check_postgres.pl -H $HOSTADDRESS$ --port=6613 --dbuser=nagiossvc --dbname=postgres --dbpass="yougotme" --action=backends ERROR: could not translate host name "$" to address: Temporary failure in name resolution Howev...
by caw001sbm
Tue Jun 11, 2019 1:22 pm
Forum: Nagios XI
Topic: How do I re-use manually created sensors over and over
Replies: 3
Views: 475

How do I re-use manually created sensors over and over

Hello, I am trying to figure out how to be able to re-use a manually created sensor. I am trying to load up all of the postgres sensors that are not available out of the box with the wizard configurations. However, when you have to specify the host in the check command, I am failing to see how we wo...
by caw001sbm
Mon Jun 10, 2019 1:30 pm
Forum: Nagios XI
Topic: Monitoring Postgres Server options - Can't find them
Replies: 7
Views: 1810

Re: Monitoring Postgres Server options - Can't find them

Nevermind, I got it. Thank you.
by caw001sbm
Mon Jun 10, 2019 1:24 pm
Forum: Nagios XI
Topic: Monitoring Postgres Server options - Can't find them
Replies: 7
Views: 1810

Re: Monitoring Postgres Server options - Can't find them

Thank you for the assist. I have created a few more services, and added additional hosts, but I dont see the services showing up under the host within the console. They only seem to show up if I match the config name to the host (ie. sbmhqpgsql.sbmgroup.local). I added the hosts to the service under...
by caw001sbm
Wed Jun 05, 2019 11:31 am
Forum: Nagios XI
Topic: Monitoring Postgres Server options - Can't find them
Replies: 7
Views: 1810

Re: Monitoring Postgres Server options - Can't find them

Am I able to re-use the commands for different servers once they are created? Where would they show up to be added?
by caw001sbm
Wed Jun 05, 2019 11:12 am
Forum: Nagios XI
Topic: Monitoring Postgres Server options - Can't find them
Replies: 7
Views: 1810

Re: Monitoring Postgres Server options - Can't find them

Thank you. So I worked on this again this morning, I was able to successfully configure a service for DBSTATS. However, the results came back in one line. backends:1 commits:198509 rollbacks:544 read:2167 hit:7329299 idxscan:0 idxtupread:0 idxtupfetch:0 idxblksread:0 idxblkshit:0 seqscan:0 seqtuprea...
by caw001sbm
Tue Jun 04, 2019 3:12 pm
Forum: Nagios XI
Topic: Monitoring Postgres Server options - Can't find them
Replies: 7
Views: 1810

Monitoring Postgres Server options - Can't find them

Hello, We have been trying to get some Postgres server monitoring completed. However, when we setup the monitor, the only options available in the Postgres monitor are: Connection Status Backend Connections WAL Files Where do I see DB Locks, commits, hits, fetches etc? My assumption is that we shoul...