Code

control: Updated/extended/improved description.
[pkg-nagixsc.git] / debian / control
1 Source: nagixsc
2 Section: net
3 Priority: optional
4 Maintainer: Sven Velt <sven@velt.de>
5 Build-Depends: debhelper (>= 7.0.50~)
6 Standards-Version: 3.8.0
7 Homepage: http://github.com/wAmpIre/nagixsc
9 Package: nagixsc
10 Architecture: all
11 Depends: ${misc:Depends}, ${python:Depends}, python-libxml2
12 Suggests: python-openssl
13 Provides: ${python:Provides}
14 Description: flexible transport agent for Nagios/Icinga check results
15  Nag(ix)SC is a replacement for NRPE (Nagios Remote Plugin Executor) and NSCA
16  (Nagios Service Check Acceptor) supporting multiple transport mechanisms like
17  HTTP(S), SSH, rsync, or whatever you like. It may be used to execute Nagios/
18  Icinga plugins on a remote host or to send service check results to a central
19  monitoring server.
20  .
21  Nag(ix)SC includes simple HTTP server implementations to send and receive
22  check results and execute plugins. HTTP is the preferred way to transfer the
23  generated data because of the following benefits:
24   * simple protocol with many existing support tools (e.g. curl) and libraries
25     for basically any programming and scripting language
26   * support for relaying/forwarding through (reverse-)proxies
27   * support for authorization and authentication
28   * support for encryption (HTTPS)
29   * filtering possibilities
30  .
31  Nagios/Icinga are monitoring and management systems for hosts, services and
32  networks.