Code

copyright: Converted to DEP5 format.
[pkg-nagixsc.git] / debian / control
index b27e4839b5188cf6bb81e7ce6d6fb472df1c0c16..a64260c7e43a5ea3b306c51bd34e515561e84e88 100644 (file)
@@ -2,8 +2,9 @@ Source: nagixsc
 Section: net
 Priority: optional
 Maintainer: Sven Velt <sven@velt.de>
+Uploaders: Sebastian Harl <tokkee@debian.org>
 Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 3.8.0
+Standards-Version: 3.9.1
 Homepage: http://github.com/wAmpIre/nagixsc
 
 Package: nagixsc
@@ -11,5 +12,22 @@ Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-libxml2
 Suggests: python-openssl
 Provides: ${python:Provides}
-Description: Transport Nagios check results via HTTP
- Nag(ix)SC is a replacement for NRPE and NSCA
+Description: flexible transport agent for Nagios/Icinga check results
+ Nag(ix)SC is a replacement for NRPE (Nagios Remote Plugin Executor) and NSCA
+ (Nagios Service Check Acceptor) supporting multiple transport mechanisms like
+ HTTP(S), SSH, rsync, or whatever you like. It may be used to execute Nagios/
+ Icinga plugins on a remote host or to send service check results to a central
+ monitoring server.
+ .
+ Nag(ix)SC includes simple HTTP server implementations to send and receive
+ check results and execute plugins. HTTP is the preferred way to transfer the
+ generated data because of the following benefits:
+  * simple protocol with many existing support tools (e.g. curl) and libraries
+    for basically any programming and scripting language
+  * support for relaying/forwarding through (reverse-)proxies
+  * support for authorization and authentication
+  * support for encryption (HTTPS)
+  * filtering possibilities
+ .
+ Nagios/Icinga are monitoring and management systems for hosts, services and
+ networks.