1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/databases/nagios-check_postgres_replication/pkg-descr
Brooks Davis c43376d335 Add nagios-check_postgres_replication, a Nagios plugin to check the lag
between a postgresql streaming replica and master.
2011-06-14 21:39:56 +00:00

17 lines
653 B
Plaintext

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