check_postgres

一个为PostgreSQL提供监控功能的脚本

check_postgres是一个基于Perl的脚本("check_postgres.pl"),为PostgreSQL提供监控功能,输出格式为Nagios/Icinga或MRTG。

check_postgres自2007年开始开发(初始提交:e355a71b),由Bucardo维护。

示例

特定数据库大小的简单检查

$ ./check_postgres.pl -H localhost -p 5433 -u postgres \
  --action database_size \
  --warning='10MB' \
  --include=postgres
POSTGRES_DATABASE_SIZE OK: DB "postgres" (host:localhost) (port=5433) postgres: 7574175 (7397 kB)  | time=0.01s postgres=7574175;10485760

分类

监控

参见

Zabbix

反馈

提交任何关于"check_postgres"的评论、建议或更正 此处