File: control

package info (click to toggle)
syslog-nagios-bridge 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 92 kB
  • ctags: 21
  • sloc: python: 157; sh: 71; makefile: 8
file content (22 lines) | stat: -rw-r--r-- 1,067 bytes parent folder | download
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.