1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Source: nsca
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
Uploaders: Alexander Wirt <formorer@debian.org>
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 12),
libmcrypt-dev,
po-debconf
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/nagios-team/nsca
Vcs-Git: https://salsa.debian.org/nagios-team/nsca.git
Homepage: https://github.com/NagiosEnterprises/nsca
Rules-Requires-Root: no
Package: nsca
Architecture: any
Depends: confget,
debconf | debconf-2.0,
lsb-base,
nsca-client,
${shlibs:Depends},
${misc:Depends}
Suggests: icinga2,
monitoring-plugins-basic | monitoring-plugins
Pre-Depends: ${misc:Pre-Depends}
Description: Nagios service monitor agent
This addon allows you to send service check results to a central
monitoring server running Nagios in a reasonably secure manner.
.
Nagios is a monitoring and management system for hosts, services and
networks.
.
Nagios' features include:
.
- Monitoring of network services (via TCP port, SMTP, POP3, HTTP, NNTP,
PING, etc.)
- Plugin interface to allow for user-developed service checks
- Contact notifications when problems occur and get resolved (via email,
pager, or user-defined method)
- Ability to define event handlers to be run during service or host events
(for proactive problem resolution)
- Web output (current status, notifications, problem history, log file,
etc.)
.
Nagios was written in C and is designed to be easy to understand and modify
to fit your own needs.
Package: nsca-client
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Nagios service monitor agent - client package
This package contains only the client part of nsca and is thus
suitable for installation on systems that only report passive service
checks to a central server.
.
Nagios is a monitoring and management system for hosts, services and
networks.
.
Nagios' features include:
.
- Monitoring of network services (via TCP port, SMTP, POP3, HTTP, NNTP,
PING, etc.)
- Plugin interface to allow for user-developed service checks
- Contact notifications when problems occur and get resolved (via email,
pager, or user-defined method)
- Ability to define event handlers to be run during service or host events
(for proactive problem resolution)
- Web output (current status, notifications, problem history, log file,
etc.)
.
Nagios was written in C and is designed to be easy to understand and modify
to fit your own needs.
|