check_postgres.pl插件监控postgresql数据库

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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略




本文出自 “linux” 博客,请务必保留此出处http://yangzhiming.blog.51cto.com/4849999/1982521

以上是关于check_postgres.pl插件监控postgresql数据库的主要内容,如果未能解决你的问题,请参考以下文章

数据采集之采集引擎学习路线

使用Percona监控插件监控MySQL

Nagios监控配置

关于nagios系统下使用shell脚本自定义监控插件的编写以及没有实时监控图的问题

zabbix使用percona插件监控mysql数据库(十九)

使用percona监控插件在zabbix中监控MySQL