From 4b827a77d2876ce72a631c675ac5ff6331a851aa Mon Sep 17 00:00:00 2001 From: Adrien nayrat Date: Tue, 13 Sep 2016 18:40:27 +0200 Subject: [PATCH 1/2] Add check_pgactivity check_pgactivity provide several services to monitor Postgres. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aba1af6..06ae4ef 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * [Citus](https://github.com/citusdata/citus) - Scalable PostgreSQL cluster for real-time workloads ### Monitoring +* [check\_pgactivity](https://github.com/OPMDG/check_pgactivity) - check_pgactivity is designed to monitor PostgreSQL clusters from Nagios. It offers many options to measure and monitor useful performance metrics * [Check\_postgres](https://github.com/bucardo/check_postgres) - Nagios check\_postgres plugin for checking status of PostgreSQL databases * [libzbxpgsql](https://github.com/cavaliercoder/libzbxpgsql) - A comprehensive PostgreSQL monitoring module for Zabbix * [Pome](https://github.com/rach/pome) - Pome stands for Postgres Metrics. Pome is a PostgreSQL Metrics Dashboard to keep track of the health of your database From 044fc1e94360cfa5a56e64c53083e9d68f706602 Mon Sep 17 00:00:00 2001 From: Adrien nayrat Date: Tue, 13 Sep 2016 18:50:11 +0200 Subject: [PATCH 2/2] Fix underscore escape --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06ae4ef..8d741f7 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * [Citus](https://github.com/citusdata/citus) - Scalable PostgreSQL cluster for real-time workloads ### Monitoring -* [check\_pgactivity](https://github.com/OPMDG/check_pgactivity) - check_pgactivity is designed to monitor PostgreSQL clusters from Nagios. It offers many options to measure and monitor useful performance metrics +* [check\_pgactivity](https://github.com/OPMDG/check_pgactivity) - check\_pgactivity is designed to monitor PostgreSQL clusters from Nagios. It offers many options to measure and monitor useful performance metrics * [Check\_postgres](https://github.com/bucardo/check_postgres) - Nagios check\_postgres plugin for checking status of PostgreSQL databases * [libzbxpgsql](https://github.com/cavaliercoder/libzbxpgsql) - A comprehensive PostgreSQL monitoring module for Zabbix * [Pome](https://github.com/rach/pome) - Pome stands for Postgres Metrics. Pome is a PostgreSQL Metrics Dashboard to keep track of the health of your database