1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: syslog-nagios-bridge
Section: net
Priority: optional
Maintainer: Debian Monitoring Maintainers <pkg-monitoring-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Pocock <daniel@pocock.pro>
Homepage: https://github.com/dpocock/syslog-nagios-bridge
Build-Depends: debhelper (>= 9.0.0)
Standards-Version: 3.9.8
Vcs-Git: git://anonscm.debian.org/pkg-monitoring/syslog-nagios-bridge.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-monitoring/syslog-nagios-bridge.git
Package: syslog-nagios-bridge
Architecture: any
Depends: ${misc:Depends}, python, icinga2 | icinga | nagios3, python-pynag (>= 0.9.1), python-netsyslog, lsb-base
Description: Syslog to Nagios integration
syslog-nagios-bridge brings Syslog and Nagios together, listening for
Syslog events from the network, determining when they meet an error
threshold, mapping the host and syslog tag value to a Nagios service
definition and submitting a passive checkresult to Nagios.
.
Users clear the alerts manually through the Nagios web UI after checking
the log and resolving the problem.
|