check_postgres.pl插件监控postgresql数据库

前端之家收集整理的这篇文章主要介绍了check_postgres.pl插件监控postgresql数据库前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。


check_postgres.pl插件监控postgresql数据库


下载网址:


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/



显示数据库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


显示数据库aa的大小(占用空间):

# /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


显示数据库aa的查询时间(默认w为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


集成到nrpe、icinga2略

原文链接:https://www.f2er.com/postgresql/193401.html

猜你在找的Postgre SQL相关文章