Code

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