check_postgres.pl Plugin monitoring PostgreSQL database:
Download URL:
Https://exchange.nagios.org/directory/Plugins/Databases/PostgresQL/check_postgres/details
# tar ZXFV check_postgres-2.11.1.tar.gz
# Rsync-av check_postgres-2.11.1/check_postgres.pl/usr/lib/nagios/plugins/
Shows the number of connections to the database AA:
#/usr/lib/nagios/plugins/check_postgres.pl--output=nagios-h 127.0.0.1-db aa--dbuser=user--dbpass=xxxx--action= backends-w=120-c=150
Displays the size of the database AA (space occupied):
#/usr/lib/nagios/plugins/check_postgres.pl--output=nagios-h 127.0.0.1-db aa--dbuser=user--dbpass=xxxx--action= database_size-w=1t-c=2t
Displays the query time for the database AA (the default w is 120s,c 300s):
#/usr/lib/nagios/plugins/check_postgres.pl--output=nagios-h 127.0.0.1-db aa--dbuser=user--dbpass=xxxx--action= Query_time
Integrated into Nrpe, ICINGA2
This article is from the "Linux" blog, so be sure to keep this source http://yangzhiming.blog.51cto.com/4849999/1982521
check_postgres.pl Plugin Monitoring PostgreSQL database