check_postgres icon indicating copy to clipboard operation
check_postgres copied to clipboard

Nagios check_postgres plugin for checking status of PostgreSQL databases

Results 110 check_postgres issues
Sort by recently updated
recently updated
newest added

We have a schema which has many small, transient tables. They're never updated, and if they have poor storage use (due to alignment), it's of no concern (because they're relatively...

For example, I'd like to be able to do this, rather than implement the comparison in a shellscript, as I've done. check_postgres --action custom_query -w 140000:150000 --query "SELECT current_setting('server_version_num') AS...

Hi, I've just noticed a bug. ./check_postgres.pl --dbservice="theService_in_pg_service.conf"--dbuser=theUser --dbpass=heyhey --action=connection Use of uninitialized value in printf at ./check_postgres.pl line 1748. Use of uninitialized value in printf at ./check_postgres.pl line 1748....

ID: 81 Version: unspecified Date: 2011-07-28 10:39 EDT Author: Peter Eisentraut ([email protected]) --- When using the `--PSQL` option, the path check is too restrictive, for example: ``` ./check_postgres.pl --PSQL=/usr/lib/postgresql/8.4/bin/psql --action=connection...

Trying to check for a new_version_cp results in an error. Cloudfront is blocking the request from perl `# perl check_postgres.pl --action new_version_cp -v TRYING: GET -t 30 -H 'Pragma: no-cache'...

Running the check_postgresql `sequence` action exits with an error when checking multiple databases. PostgreSQL 11.1 ``` $ check_postgres --action sequence --dbname postgres --dbname template1 Use of uninitialized value in numeric...

Regex matching solely against the word "insufficient" means that it's trivial to cause this to alert unnecessarily by merely including the string "insufficient" in one's real query. Instead verify that...

The system identifiers of master and standby should be compared to ensure that replication and monitoring are working properly. Alternatively, don't set a negative delta to zero but warn about...

I noticed that a few bugs I ran into in 2.23 have been fixed in the tip of master. Since the last release has been nearly two years ago, can...

Since a pgBouncer pool is tied to a user+database pair, the previous output was less useful with large numbers of users in a single database. Adding the user to the...