|
@@ -0,0 +1,22 @@
|
|
|
|
+Source: nagbot
|
|
|
|
+Section: net
|
|
|
|
+Priority: extra
|
|
|
|
+Maintainer: Sebastien Badia <seb@sebian.fr>
|
|
|
|
+Uploaders: Gaetan Ryckeboer <gaetan@ryckeboer.org>
|
|
|
|
+Build-Depends: debhelper (>= 7.0.50~)
|
|
|
|
+Standards-Version: 3.9.5
|
|
|
|
+Vcs-Git: git://code.ffdn.org/asr/nagios-irssi.git
|
|
|
|
+Vcs-Browser: https://code.ffdn.org/asr/nagios-irssi.git
|
|
|
|
+Homepage: https://code.ffdn.org/asr/nagios-irssi.git
|
|
|
|
+
|
|
|
|
+Package: nagbot
|
|
|
|
+Architecture: all
|
|
|
|
+Depends: irssi, perl, screen | tmux
|
|
|
|
+ ${misc:Depends}
|
|
|
|
+Recommends: nagios
|
|
|
|
+Description: IRC bot that announces Nagios status
|
|
|
|
+ An IRC (Internet Relay Chat) bot that reads Nagios status information and
|
|
|
|
+ emits alerts to an IRC channel. It can filter alerts based on severity
|
|
|
|
+ (CRITICAL, HARD, SOFT, and/or UNKNOWN) or by regular expression. It can
|
|
|
|
+ connect to IRC servers protected by password or SSL, and can optionally set
|
|
|
|
+ the topic to the current Nagios status.
|