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
|
Source: centreon-clib
Section: net
Priority: optional
Maintainer: Freexian Packaging Team <team+freexian@tracker.debian.org>
Uploaders: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper (>= 11), cmake
Standards-Version: 4.4.1
Homepage: https://github.com/centreon/centreon-clib
Vcs-Browser: https://salsa.debian.org/centreon-team/centreon-clib
Vcs-Git: https://salsa.debian.org/centreon-team/centreon-clib.git
Package: libcentreon-clib
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Network, system, applicative supervision and monitoring - core libraries
Centreon is a modular and flexible platform for network, system and
applicative supervision and monitoring.
.
* monitoring of network services
* monitoring of host resources
* simple plugin design that allows users to easily develop their own
service checks
* parallelized service checks
* ability to define network hierarchies
* contact notifications when service or host problems occur and get
resolved (via email, page, or user-defined method)
* ability to define event handlers to be run during service or host
events for proactive problem resolution
* automatic log file rotation
* support for implementing redundant monitoring hosts
.
This package contains the core clib libraries.
|