diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2011-06-14 21:39:56 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2011-06-14 21:39:56 +0000 |
| commit | c43376d335db62d4170fc267989d30d062fdce9c (patch) | |
| tree | 2d7c7e4ce850bda83d82c23d7bf58b05303583fa /databases/nagios-check_postgres_replication/pkg-descr | |
| parent | 97085c300de960b4f026c6d4b462d83536ca4100 (diff) | |
Add nagios-check_postgres_replication, a Nagios plugin to check the lag
between a postgresql streaming replica and master.
Diffstat (limited to 'databases/nagios-check_postgres_replication/pkg-descr')
| -rw-r--r-- | databases/nagios-check_postgres_replication/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/nagios-check_postgres_replication/pkg-descr b/databases/nagios-check_postgres_replication/pkg-descr new file mode 100644 index 000000000000..035af36f750e --- /dev/null +++ b/databases/nagios-check_postgres_replication/pkg-descr @@ -0,0 +1,16 @@ +nagiosplugin is a class library which helps writing Nagios (or +Icinga) compatible plugins easily in Python. It cares for much of the +boilerplate code and default logic commonly found in Nagios checks, +including: + + * Nagios 3 Plugin API compliant parameters and output formatting + * Controller to handle the general plugin control flow + * Full Nagios range syntax support + * Automatic threshold checking + * Multiple independend measures and overall state logic + * Long output and performance data + * Timeout handling + * Default options + * Persistent "cookies" to retain state information between check runs + +WWW: http://pypi.python.org/pypi/nagiosplugin |
