2013-11-01 21:35:55 +01:00
|
|
|
Source: icinga2
|
|
|
|
Section: admin
|
|
|
|
Priority: extra
|
|
|
|
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
|
2014-06-16 16:14:31 +02:00
|
|
|
Uploaders: Markus Frosch <markus@lazyfrosch.de>,
|
2014-08-29 11:36:21 +02:00
|
|
|
Jan Wagner <waja@cyconet.org>,
|
2014-06-16 16:14:31 +02:00
|
|
|
Alexander Wirt <formorer@debian.org>
|
|
|
|
Build-Depends: bison,
|
|
|
|
cmake (>= 2.8.7),
|
|
|
|
debhelper (>= 9),
|
|
|
|
flex,
|
|
|
|
g++ (>= 1.96),
|
|
|
|
libboost-dev,
|
|
|
|
libboost-program-options-dev,
|
|
|
|
libboost-regex-dev,
|
|
|
|
libboost-system-dev,
|
|
|
|
libboost-test-dev,
|
|
|
|
libboost-thread-dev,
|
|
|
|
libmysqlclient-dev,
|
|
|
|
libpq-dev,
|
|
|
|
libssl-dev,
|
|
|
|
make (>= 3.81),
|
2014-08-15 15:39:00 +02:00
|
|
|
po-debconf,
|
|
|
|
python-setuptools,
|
|
|
|
python-all
|
2014-06-13 15:58:50 +02:00
|
|
|
Standards-Version: 3.9.5
|
2013-11-01 21:35:55 +01:00
|
|
|
Homepage: http://www.icinga.org
|
|
|
|
|
|
|
|
Package: icinga2
|
|
|
|
Architecture: any
|
|
|
|
Depends: icinga2-bin (= ${binary:Version}),
|
|
|
|
icinga2-common (= ${source:Version}),
|
|
|
|
${misc:Depends}
|
2014-08-29 11:36:21 +02:00
|
|
|
Recommends: icinga2-doc, monitoring-plugins-basic | nagios-plugins-basic
|
2013-11-01 21:35:55 +01:00
|
|
|
Description: host and network monitoring system
|
2014-06-11 14:45:13 +02:00
|
|
|
Icinga 2 is a general-purpose monitoring application and the next generation
|
|
|
|
after Icinga 1.x - which was a Nagios fork. It should fit the needs of a small
|
|
|
|
environment as well as big installations.
|
|
|
|
.
|
|
|
|
Rewritten from scratch in C++, with multi-threading and cluster support.
|
|
|
|
.
|
|
|
|
Features:
|
|
|
|
* All common features of Icinga and Nagios
|
|
|
|
* Much faster and more scalable than Icinga 1 and Nagios
|
|
|
|
* New configuration format, more intuitive and template based
|
|
|
|
* Monitoring several services by executing checks (see nagios-plugins*)
|
|
|
|
for example ICMP/ping, SMTP, POP3, HTTP, NNTP, or other TCP port
|
|
|
|
* Any small script can be used as a check plugin, when following the Nagios
|
|
|
|
plugin API
|
|
|
|
* Notifications about alerts with any custom script, or shipped examples
|
|
|
|
* Native support for Livestatus and Graphite
|
2013-11-01 21:35:55 +01:00
|
|
|
.
|
|
|
|
This is the metapackage to install all Icinga 2 features.
|
|
|
|
|
|
|
|
Package: icinga2-common
|
|
|
|
Architecture: all
|
2014-08-15 15:39:00 +02:00
|
|
|
Depends: python-icinga2 (= ${source:Version}), adduser, lsb-release, ${misc:Depends}
|
2013-11-01 21:35:55 +01:00
|
|
|
Description: host and network monitoring system - common files
|
2014-06-11 14:45:13 +02:00
|
|
|
Icinga 2 is a general-purpose monitoring application and the next generation
|
|
|
|
after Icinga 1.x - which was a Nagios fork. It should fit the needs of a small
|
|
|
|
environment as well as big installations.
|
|
|
|
.
|
|
|
|
Rewritten from scratch in C++, with multi-threading and cluster support.
|
|
|
|
.
|
|
|
|
Features:
|
|
|
|
* All common features of Icinga and Nagios
|
|
|
|
* Much faster and more scalable than Icinga 1 and Nagios
|
|
|
|
* New configuration format, more intuitive and template based
|
|
|
|
* Monitoring several services by executing checks (see nagios-plugins*)
|
|
|
|
for example ICMP/ping, SMTP, POP3, HTTP, NNTP, or other TCP port
|
|
|
|
* Any small script can be used as a check plugin, when following the Nagios
|
|
|
|
plugin API
|
|
|
|
* Notifications about alerts with any custom script, or shipped examples
|
|
|
|
* Native support for Livestatus and Graphite
|
2013-11-01 21:35:55 +01:00
|
|
|
.
|
|
|
|
This package provides configuration and some basic helper scripts.
|
|
|
|
|
|
|
|
Package: icinga2-bin
|
|
|
|
Architecture: any
|
|
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
|
|
Depends: icinga2-common (= ${source:Version}),
|
2014-06-16 16:14:31 +02:00
|
|
|
${misc:Depends},
|
|
|
|
${shlibs:Depends}
|
2013-11-01 21:35:55 +01:00
|
|
|
Description: host and network monitoring system - daemon
|
2014-06-11 14:45:13 +02:00
|
|
|
Icinga 2 is a general-purpose monitoring application and the next generation
|
|
|
|
after Icinga 1.x - which was a Nagios fork. It should fit the needs of a small
|
|
|
|
environment as well as big installations.
|
|
|
|
.
|
|
|
|
Rewritten from scratch in C++, with multi-threading and cluster support.
|
|
|
|
.
|
|
|
|
Features:
|
|
|
|
* All common features of Icinga and Nagios
|
|
|
|
* Much faster and more scalable than Icinga 1 and Nagios
|
|
|
|
* New configuration format, more intuitive and template based
|
|
|
|
* Monitoring several services by executing checks (see nagios-plugins*)
|
|
|
|
for example ICMP/ping, SMTP, POP3, HTTP, NNTP, or other TCP port
|
|
|
|
* Any small script can be used as a check plugin, when following the Nagios
|
|
|
|
plugin API
|
|
|
|
* Notifications about alerts with any custom script, or shipped examples
|
|
|
|
* Native support for Livestatus and Graphite
|
2013-11-01 21:35:55 +01:00
|
|
|
.
|
|
|
|
This package provides the Icinga 2 daemon.
|
|
|
|
|
|
|
|
Package: icinga2-doc
|
|
|
|
Architecture: all
|
|
|
|
Section: doc
|
|
|
|
Depends: ${misc:Depends}
|
|
|
|
Description: host and network monitoring system - documentation
|
2014-06-11 14:45:13 +02:00
|
|
|
Icinga 2 is a general-purpose monitoring application and the next generation
|
|
|
|
after Icinga 1.x - which was a Nagios fork. It should fit the needs of a small
|
|
|
|
environment as well as big installations.
|
|
|
|
.
|
|
|
|
Rewritten from scratch in C++, with multi-threading and cluster support.
|
|
|
|
.
|
|
|
|
Features:
|
|
|
|
* All common features of Icinga and Nagios
|
|
|
|
* Much faster and more scalable than Icinga 1 and Nagios
|
|
|
|
* New configuration format, more intuitive and template based
|
|
|
|
* Monitoring several services by executing checks (see nagios-plugins*)
|
|
|
|
for example ICMP/ping, SMTP, POP3, HTTP, NNTP, or other TCP port
|
|
|
|
* Any small script can be used as a check plugin, when following the Nagios
|
|
|
|
plugin API
|
|
|
|
* Notifications about alerts with any custom script, or shipped examples
|
|
|
|
* Native support for Livestatus and Graphite
|
2013-11-01 21:35:55 +01:00
|
|
|
.
|
|
|
|
This package provides the Icinga 2 documentation.
|
|
|
|
|
|
|
|
Package: icinga2-classicui
|
|
|
|
Architecture: all
|
2014-06-27 13:19:43 +02:00
|
|
|
Depends: apache2-utils,
|
2014-08-29 11:36:21 +02:00
|
|
|
icinga-cgi-bin (>= 1.11.5~),
|
2014-06-16 16:14:31 +02:00
|
|
|
icinga2-common (= ${source:Version}),
|
2013-11-01 21:35:55 +01:00
|
|
|
${misc:Depends}
|
|
|
|
Recommends: apache2 | httpd
|
|
|
|
Description: host and network monitoring system - classic ui integration
|
2014-06-11 14:45:13 +02:00
|
|
|
Icinga 2 is a general-purpose monitoring application and the next generation
|
|
|
|
after Icinga 1.x - which was a Nagios fork. It should fit the needs of a small
|
|
|
|
environment as well as big installations.
|
|
|
|
.
|
|
|
|
Rewritten from scratch in C++, with multi-threading and cluster support.
|
|
|
|
.
|
|
|
|
Features:
|
|
|
|
* All common features of Icinga and Nagios
|
|
|
|
* Much faster and more scalable than Icinga 1 and Nagios
|
|
|
|
* New configuration format, more intuitive and template based
|
2014-08-29 11:36:21 +02:00
|
|
|
* Monitoring several services by executing checks (see monitoring-plugins*)
|
2014-06-11 14:45:13 +02:00
|
|
|
for example ICMP/ping, SMTP, POP3, HTTP, NNTP, or other TCP port
|
|
|
|
* Any small script can be used as a check plugin, when following the Nagios
|
|
|
|
plugin API
|
|
|
|
* Notifications about alerts with any custom script, or shipped examples
|
|
|
|
* Native support for Livestatus and Graphite
|
2013-11-01 21:35:55 +01:00
|
|
|
.
|
|
|
|
This package provides the integration into Icinga Classic UI.
|
|
|
|
|
|
|
|
Package: icinga2-ido-mysql
|
|
|
|
Architecture: any
|
|
|
|
Pre-Depends: ${misc:Pre-Depends}
|
2014-06-16 16:14:31 +02:00
|
|
|
Conflicts: icinga2-ido-pgsql
|
|
|
|
Depends: dbconfig-common,
|
2013-11-01 21:35:55 +01:00
|
|
|
icinga2-bin (= ${binary:Version}),
|
2014-06-16 16:14:31 +02:00
|
|
|
icinga2-common (= ${source:Version}),
|
2014-08-29 11:36:21 +02:00
|
|
|
ucf,
|
2014-06-16 16:14:31 +02:00
|
|
|
${misc:Depends},
|
|
|
|
${shlibs:Depends}
|
2013-11-01 21:35:55 +01:00
|
|
|
Recommends: mysql-client
|
|
|
|
Suggests: mysql-server
|
|
|
|
Description: host and network monitoring system - IDO for MySQL
|
2014-06-11 14:45:13 +02:00
|
|
|
Icinga 2 is a general-purpose monitoring application and the next generation
|
|
|
|
after Icinga 1.x - which was a Nagios fork. It should fit the needs of a small
|
|
|
|
environment as well as big installations.
|
|
|
|
.
|
|
|
|
Rewritten from scratch in C++, with multi-threading and cluster support.
|
|
|
|
.
|
|
|
|
Features:
|
|
|
|
* All common features of Icinga and Nagios
|
|
|
|
* Much faster and more scalable than Icinga 1 and Nagios
|
|
|
|
* New configuration format, more intuitive and template based
|
|
|
|
* Monitoring several services by executing checks (see nagios-plugins*)
|
|
|
|
for example ICMP/ping, SMTP, POP3, HTTP, NNTP, or other TCP port
|
|
|
|
* Any small script can be used as a check plugin, when following the Nagios
|
|
|
|
plugin API
|
|
|
|
* Notifications about alerts with any custom script, or shipped examples
|
|
|
|
* Native support for Livestatus and Graphite
|
2013-11-01 21:35:55 +01:00
|
|
|
.
|
|
|
|
This package provides the IDO module for the MySQL database.
|
|
|
|
|
2013-11-08 13:07:20 +01:00
|
|
|
Package: icinga2-ido-pgsql
|
|
|
|
Architecture: any
|
2014-06-16 16:14:31 +02:00
|
|
|
Conflicts: icinga2-ido-mysql
|
2013-11-08 13:07:20 +01:00
|
|
|
Pre-Depends: ${misc:Pre-Depends}
|
2014-06-26 15:56:31 +02:00
|
|
|
Depends: dbconfig-common,
|
|
|
|
icinga2-bin (= ${binary:Version}),
|
2014-06-16 16:14:31 +02:00
|
|
|
icinga2-common (= ${source:Version}),
|
2014-08-29 11:36:21 +02:00
|
|
|
ucf,
|
2014-06-16 16:14:31 +02:00
|
|
|
${misc:Depends},
|
|
|
|
${shlibs:Depends}
|
2013-11-08 13:07:20 +01:00
|
|
|
Recommends: postgresql-client
|
|
|
|
Suggests: postgresql
|
|
|
|
Description: host and network monitoring system - IDO for PostgreSQL
|
2014-06-11 14:45:13 +02:00
|
|
|
Icinga 2 is a general-purpose monitoring application and the next generation
|
|
|
|
after Icinga 1.x - which was a Nagios fork. It should fit the needs of a small
|
|
|
|
environment as well as big installations.
|
|
|
|
.
|
|
|
|
Rewritten from scratch in C++, with multi-threading and cluster support.
|
|
|
|
.
|
|
|
|
Features:
|
|
|
|
* All common features of Icinga and Nagios
|
|
|
|
* Much faster and more scalable than Icinga 1 and Nagios
|
|
|
|
* New configuration format, more intuitive and template based
|
|
|
|
* Monitoring several services by executing checks (see nagios-plugins*)
|
|
|
|
for example ICMP/ping, SMTP, POP3, HTTP, NNTP, or other TCP port
|
|
|
|
* Any small script can be used as a check plugin, when following the Nagios
|
|
|
|
plugin API
|
|
|
|
* Notifications about alerts with any custom script, or shipped examples
|
|
|
|
* Native support for Livestatus and Graphite
|
2013-11-08 13:07:20 +01:00
|
|
|
.
|
|
|
|
This package provides the IDO module for the PostgreSQL database.
|
|
|
|
|
2013-12-18 14:21:30 +01:00
|
|
|
Package: icinga2-dbg
|
|
|
|
Architecture: any
|
|
|
|
Section: debug
|
|
|
|
Priority: extra
|
2014-06-16 16:14:31 +02:00
|
|
|
Depends: icinga2-bin (= ${binary:Version}), ${misc:Depends}
|
2013-12-18 14:21:30 +01:00
|
|
|
Description: host and network monitoring system - debug symbols
|
2014-06-11 14:45:13 +02:00
|
|
|
Icinga 2 is a general-purpose monitoring application and the next generation
|
|
|
|
after Icinga 1.x - which was a Nagios fork. It should fit the needs of a small
|
|
|
|
environment as well as big installations.
|
|
|
|
.
|
|
|
|
Rewritten from scratch in C++, with multi-threading and cluster support.
|
|
|
|
.
|
|
|
|
Features:
|
|
|
|
* All common features of Icinga and Nagios
|
|
|
|
* Much faster and more scalable than Icinga 1 and Nagios
|
|
|
|
* New configuration format, more intuitive and template based
|
|
|
|
* Monitoring several services by executing checks (see nagios-plugins*)
|
|
|
|
for example ICMP/ping, SMTP, POP3, HTTP, NNTP, or other TCP port
|
|
|
|
* Any small script can be used as a check plugin, when following the Nagios
|
|
|
|
plugin API
|
|
|
|
* Notifications about alerts with any custom script, or shipped examples
|
|
|
|
* Native support for Livestatus and Graphite
|
2013-12-18 14:21:30 +01:00
|
|
|
.
|
|
|
|
This package provides debug symbols for Icinga 2.
|
2014-08-15 15:39:00 +02:00
|
|
|
|
|
|
|
Package: python-icinga2
|
|
|
|
Architecture: all
|
|
|
|
Section: python
|
|
|
|
Priority: extra
|
2014-08-16 22:54:05 +02:00
|
|
|
Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
|
2014-08-16 22:12:40 +02:00
|
|
|
Description: host and network monitoring system - Python module
|
2014-08-15 15:39:00 +02:00
|
|
|
Icinga 2 is a general-purpose monitoring application and the next generation
|
|
|
|
after Icinga 1.x - which was a Nagios fork. It should fit the needs of a small
|
|
|
|
environment as well as big installations.
|
|
|
|
.
|
|
|
|
Rewritten from scratch in C++, with multi-threading and cluster support.
|
|
|
|
.
|
|
|
|
Features:
|
|
|
|
* All common features of Icinga and Nagios
|
|
|
|
* Much faster and more scalable than Icinga 1 and Nagios
|
|
|
|
* New configuration format, more intuitive and template based
|
|
|
|
* Monitoring several services by executing checks (see nagios-plugins*)
|
|
|
|
for example ICMP/ping, SMTP, POP3, HTTP, NNTP, or other TCP port
|
|
|
|
* Any small script can be used as a check plugin, when following the Nagios
|
|
|
|
plugin API
|
|
|
|
* Notifications about alerts with any custom script, or shipped examples
|
|
|
|
* Native support for Livestatus and Graphite
|
|
|
|
.
|
|
|
|
This package provides the Python module for Icinga 2.
|