[Pkg-nagios-devel] Bug#755248: [RFR] templates://icinga2/{icinga2-classicui.templates, icinga2-ido-mysql.templates, icinga2-ido-pgsql.templates}

Justin B Rye justin.byam.rye at gmail.com
Thu Jul 31 11:21:23 UTC 2014


Christian PERRIER wrote:
> --- icinga2.old/debian/icinga2-ido-mysql.templates	2014-07-19 08:23:13.433644396 +0200
> +++ icinga2/debian/icinga2-ido-mysql.templates	2014-07-31 07:12:59.745329265 +0200
> @@ -1,9 +1,9 @@
>  Template: icinga2-ido-mysql/enable
>  Type: boolean
>  Default: true
> +_Description: Enable Icinga 2 mysql idoutils?
> + If you choose this option, the ido mysql
> + feature will be enabled in Icinga 2.
>   .
> + You may later disable the feature by using the
> + "icinga2-disable-feature ido-mysql" command.

First, s/mysql/MySQL/ and s/idoutils/IDOUtils/.

The feature is *named* ido-mysql, but calling it "the ido mysql
feature" (or even worse, "the ido pgsql feature") doesn't work very
well - for a start, if there are various ido-*sql features and this is
the MySQL one, I would expect it to be referred to as "the MySQL IDO
feature", not the other way around.

As far as I can work out, the question here is really just "Use
MySQL (to store data in)?"; outputting data to databases is done via a
special cryptically named "Icinga Data Output" module, but why mention
that here?  The question could be:

   _Description: Enable Icinga 2's ido-mysql feature?
   Please specify whether Icinga 2 should use MySQL.

Then the control file:
[...]
> Package: icinga2
[...]
> Description: host and network monitoring system
>  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.

What's a "small environment"?

Can it handle middle-sized set-ups?

Second paragraph no verb.

It seems fairly obvious that Icinga 2 follows on from Icinga 1.x...
perhaps it would make more sense to incorporate the "rewritten" part
into the bit about being a new generation:

    Icinga 2 is a general-purpose monitoring application to fit the needs of
    any size of network. Icinga 1.x was a Nagios fork; this new generation
    has been rewritten from scratch in C++, with multi-threading and cluster
    support.

>  .
>  Features:
>   * All common features of Icinga and Nagios

What, only the features common to both?  That sounds like a logic
puzzle.  Try "standard features".

>   * Much faster and more scalable than Icinga 1 and Nagios

(I hope you're planning to come back and correct that if Nagios v3
turns out to be even more scalable than Icinga 2.)

>   * New configuration format, more intuitive and template based

Slightly awkward (more template based?) - how about:

    * new, more intuitive, template-based configuration format;

>   * Monitoring several services by executing checks (see nagios-plugins*)
>     for example ICMP/ping, SMTP, POP3, HTTP, NNTP, or other TCP port

 * Underpunctuated.
 * I don't see what the "several" is doing here.
 * How does "ping" fit in here?
 * Are those TCP services in any particular order?
 * Why does the list skip UDP?  Oh, well, other versions of this list
   elsewhere also seem to skip UDP, so maybe it's significant.

Perhaps it should be

    * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
      SMTP, etc.) by executing checks (see nagios-plugins*);

>   * Any small script can be used as a check plugin, when following the Nagios
>     plugin API

    * any small script following the Nagios plugin API can be used as a
      check plugin;

>   * Notifications about alerts with any custom script, or shipped examples

I don't understand this line.  Perhaps it's trying to say:
    * notifications about alerts for any custom script (with examples);

You don't need to say that they're "shipped"; if they weren't in the
Debian package, you wouldn't be entitled to mention them here anyway.

>   * Native support for Livestatus and Graphite

(And since I've edited most of them I'll also reformat the whole list
into d-l-e "house style", with semicolons.)

>  .
>  This is the metapackage to install all Icinga 2 features.
> 
> Package: icinga2-common
[...]
> Package: icinga2-bin
[...]
> Package: icinga2-doc
[...]

These just need the same boilerplate changes.

> Package: icinga2-classicui
[...]
> Description: host and network monitoring system - classic ui integration

s/ui/UI/, and why does it need the word "integration"?

[...]
>  This package provides the integration into Icinga Classic UI.

The integration of what into Icinga Classic UI?

   This package provides support for the Icinga Classic User Interface.
 
> Package: icinga2-ido-mysql
[...]
> Description: host and network monitoring system - IDO for MySQL

Is there any reason not to say something like this?

  Description: host and network monitoring system - MySQL support

The word "IDO" is still in the packagename and the long description.

[...]
> Package: icinga2-ido-pgsql
[...]
> Description: host and network monitoring system - IDO for PostgreSQL

Likewise.

[...]
> Package: icinga2-dbg

Just the boilerplate changes.

ObWhyTheName: why was NetSaint originally called NetSaint?  There were
already famous network scanners with names like SATAN and
(unfortunately) SAINT, but those all had retronyms... I'm surprised it
was so hard to find an unused name for a "satanlike daemon".
-- 
JBR	with qualifications in linguistics, experience as a Debian
	sysadmin, and probably no clue about this particular package
-------------- next part --------------
diff -ru icinga2-2.0.1.pristine/debian/control icinga2-2.0.1/debian/control
--- icinga2-2.0.1.pristine/debian/control	2014-07-14 19:28:15.000000000 +0100
+++ icinga2-2.0.1/debian/control	2014-07-31 12:07:23.633417312 +0100
@@ -30,22 +30,21 @@
          ${misc:Depends}
 Recommends: icinga2-doc, nagios-plugins-basic
 Description: host and network monitoring system
- 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
+ Icinga 2 is a general-purpose monitoring application to fit the needs of
+ any size of network. Icinga 1.x was a Nagios fork; this new generation
+ has been rewritten from scratch in C++, with multi-threading and cluster
+ support.
+ .
+ Features:
+  * all standard features of Icinga and Nagios;
+  * much faster and more scalable than Icinga 1 and Nagios;
+  * new, more intuitive, template-based configuration format;
+  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
+    SMTP, etc.) by executing checks (see nagios-plugins*);
+  * any small script following the Nagios plugin API can be used as a
+    check plugin;
+  * notifications about alerts for any custom script (with examples);
+  * native support for Livestatus and Graphite.
  .
  This is the metapackage to install all Icinga 2 features.
 
@@ -53,22 +52,21 @@
 Architecture: all
 Depends: adduser, lsb-release, ${misc:Depends}
 Description: host and network monitoring system - common files
- 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
+ Icinga 2 is a general-purpose monitoring application to fit the needs of
+ any size of network. Icinga 1.x was a Nagios fork; this new generation
+ has been rewritten from scratch in C++, with multi-threading and cluster
+ support.
+ .
+ Features:
+  * all standard features of Icinga and Nagios;
+  * much faster and more scalable than Icinga 1 and Nagios;
+  * new, more intuitive, template-based configuration format;
+  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
+    SMTP, etc.) by executing checks (see nagios-plugins*);
+  * any small script following the Nagios plugin API can be used as a
+    check plugin;
+  * notifications about alerts for any custom script (with examples);
+  * native support for Livestatus and Graphite.
  .
  This package provides configuration and some basic helper scripts.
 
@@ -79,22 +77,21 @@
          ${misc:Depends},
          ${shlibs:Depends}
 Description: host and network monitoring system - daemon
- 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
+ Icinga 2 is a general-purpose monitoring application to fit the needs of
+ any size of network. Icinga 1.x was a Nagios fork; this new generation
+ has been rewritten from scratch in C++, with multi-threading and cluster
+ support.
+ .
+ Features:
+  * all standard features of Icinga and Nagios;
+  * much faster and more scalable than Icinga 1 and Nagios;
+  * new, more intuitive, template-based configuration format;
+  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
+    SMTP, etc.) by executing checks (see nagios-plugins*);
+  * any small script following the Nagios plugin API can be used as a
+    check plugin;
+  * notifications about alerts for any custom script (with examples);
+  * native support for Livestatus and Graphite.
  .
  This package provides the Icinga 2 daemon.
 
@@ -103,22 +100,21 @@
 Section: doc
 Depends: ${misc:Depends}
 Description: host and network monitoring system - documentation
- 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
+ Icinga 2 is a general-purpose monitoring application to fit the needs of
+ any size of network. Icinga 1.x was a Nagios fork; this new generation
+ has been rewritten from scratch in C++, with multi-threading and cluster
+ support.
+ .
+ Features:
+  * all standard features of Icinga and Nagios;
+  * much faster and more scalable than Icinga 1 and Nagios;
+  * new, more intuitive, template-based configuration format;
+  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
+    SMTP, etc.) by executing checks (see nagios-plugins*);
+  * any small script following the Nagios plugin API can be used as a
+    check plugin;
+  * notifications about alerts for any custom script (with examples);
+  * native support for Livestatus and Graphite.
  .
  This package provides the Icinga 2 documentation.
 
@@ -128,25 +124,24 @@
          icinga2-common (= ${source:Version}),
          ${misc:Depends}
 Recommends: apache2 | httpd
-Description: host and network monitoring system - classic ui integration
- 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
+Description: host and network monitoring system - classic UI
+ Icinga 2 is a general-purpose monitoring application to fit the needs of
+ any size of network. Icinga 1.x was a Nagios fork; this new generation
+ has been rewritten from scratch in C++, with multi-threading and cluster
+ support.
+ .
+ Features:
+  * all standard features of Icinga and Nagios;
+  * much faster and more scalable than Icinga 1 and Nagios;
+  * new, more intuitive, template-based configuration format;
+  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
+    SMTP, etc.) by executing checks (see nagios-plugins*);
+  * any small script following the Nagios plugin API can be used as a
+    check plugin;
+  * notifications about alerts for any custom script (with examples);
+  * native support for Livestatus and Graphite.
  .
- This package provides the integration into Icinga Classic UI.
+ This package provides support for the Icinga Classic User Interface.
 
 Package: icinga2-ido-mysql
 Architecture: any
@@ -160,23 +155,22 @@
          ${shlibs:Depends}
 Recommends: mysql-client
 Suggests: mysql-server
-Description: host and network monitoring system - IDO for MySQL
- 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
+Description: host and network monitoring system - MySQL support
+ Icinga 2 is a general-purpose monitoring application to fit the needs of
+ any size of network. Icinga 1.x was a Nagios fork; this new generation
+ has been rewritten from scratch in C++, with multi-threading and cluster
+ support.
+ .
+ Features:
+  * all standard features of Icinga and Nagios;
+  * much faster and more scalable than Icinga 1 and Nagios;
+  * new, more intuitive, template-based configuration format;
+  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
+    SMTP, etc.) by executing checks (see nagios-plugins*);
+  * any small script following the Nagios plugin API can be used as a
+    check plugin;
+  * notifications about alerts for any custom script (with examples);
+  * native support for Livestatus and Graphite.
  .
  This package provides the IDO module for the MySQL database.
 
@@ -192,23 +186,22 @@
          ${shlibs:Depends}
 Recommends: postgresql-client
 Suggests: postgresql
-Description: host and network monitoring system - IDO for PostgreSQL
- 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
+Description: host and network monitoring system - PostgreSQL support
+ Icinga 2 is a general-purpose monitoring application to fit the needs of
+ any size of network. Icinga 1.x was a Nagios fork; this new generation
+ has been rewritten from scratch in C++, with multi-threading and cluster
+ support.
+ .
+ Features:
+  * all standard features of Icinga and Nagios;
+  * much faster and more scalable than Icinga 1 and Nagios;
+  * new, more intuitive, template-based configuration format;
+  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
+    SMTP, etc.) by executing checks (see nagios-plugins*);
+  * any small script following the Nagios plugin API can be used as a
+    check plugin;
+  * notifications about alerts for any custom script (with examples);
+  * native support for Livestatus and Graphite.
  .
  This package provides the IDO module for the PostgreSQL database.
 
@@ -218,21 +211,20 @@
 Priority: extra
 Depends: icinga2-bin (= ${binary:Version}), ${misc:Depends}
 Description: host and network monitoring system - debug symbols
- 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
+ Icinga 2 is a general-purpose monitoring application to fit the needs of
+ any size of network. Icinga 1.x was a Nagios fork; this new generation
+ has been rewritten from scratch in C++, with multi-threading and cluster
+ support.
+ .
+ Features:
+  * all standard features of Icinga and Nagios;
+  * much faster and more scalable than Icinga 1 and Nagios;
+  * new, more intuitive, template-based configuration format;
+  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
+    SMTP, etc.) by executing checks (see nagios-plugins*);
+  * any small script following the Nagios plugin API can be used as a
+    check plugin;
+  * notifications about alerts for any custom script (with examples);
+  * native support for Livestatus and Graphite.
  .
  This package provides debug symbols for Icinga 2.
diff -ru icinga2-2.0.1.pristine/debian/icinga2-ido-mysql.templates icinga2-2.0.1/debian/icinga2-ido-mysql.templates
--- icinga2-2.0.1.pristine/debian/icinga2-ido-mysql.templates	2014-07-12 19:10:24.000000000 +0100
+++ icinga2-2.0.1/debian/icinga2-ido-mysql.templates	2014-07-31 12:09:06.302647686 +0100
@@ -1,9 +1,8 @@
 Template: icinga2-ido-mysql/enable
 Type: boolean
 Default: true
-_Description: Enable icinga 2 mysql idoutils?
- If you acknowledge this question the ido mysql
- feature gets enabled for icinga 2.
+_Description: Enable Icinga 2's ido-mysql feature?
+ Please specify whether Icinga 2 should use MySQL.
  .
- If you want to disable the feature call 
- icinga2-disable-feature ido-mysql
+ You may later disable the feature by using the
+ "icinga2-disable-feature ido-mysql" command.
diff -ru icinga2-2.0.1.pristine/debian/icinga2-ido-pgsql.templates icinga2-2.0.1/debian/icinga2-ido-pgsql.templates
--- icinga2-2.0.1.pristine/debian/icinga2-ido-pgsql.templates	2014-07-12 19:10:24.000000000 +0100
+++ icinga2-2.0.1/debian/icinga2-ido-pgsql.templates	2014-07-31 12:11:57.166036415 +0100
@@ -1,9 +1,8 @@
 Template: icinga2-ido-pgsql/enable
 Type: boolean
 Default: true
-_Description: Enable icinga 2 pgsql idoutils?
- If you acknowledge this question the ido pgsql
- feature gets enabled for icinga 2.
+_Description: Enable Icinga 2's ido-pgsql feature?
+ Please specify whether Icinga 2 should use PostgreSQL.
  .
- If you want to disable the feature call 
- icinga2-disable-feature ido-pgsql
+ You may later disable the feature by using the
+ "icinga2-disable-feature ido-pgsql" command.
-------------- next part --------------
# These templates have been copied from the icinga-cgi package
#
# Only slight modifications have been made.
# ------------------------------------------------------------
#
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english at lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: icinga2-classicui/adminpassword
Type: password
_Description: Icinga 2 ClassicUI administration password:
 Please provide the password to be created with the "icingaadmin" user.
 .
 This is the username and password to use when connecting to the Icinga
 server after completing the configuration. If you do not provide
 a password, you will have to configure access to Icinga manually
 later on.

Template: icinga2-classicui/adminpassword-repeat
Type: password
_Description: Re-enter password to verify:
 Please enter the same user password again to verify you have typed it
 correctly.

Template: icinga2-classicui/adminpassword-mismatch
Type: error
_Description: Password input error
 The two passwords you entered were not the same. Please try again.
-------------- next part --------------
Template: icinga2-ido-mysql/enable
Type: boolean
Default: true
_Description: Enable Icinga 2's ido-mysql feature?
 Please specify whether Icinga 2 should use MySQL.
 .
 You may later disable the feature by using the
 "icinga2-disable-feature ido-mysql" command.
-------------- next part --------------
Template: icinga2-ido-pgsql/enable
Type: boolean
Default: true
_Description: Enable Icinga 2's ido-pgsql feature?
 Please specify whether Icinga 2 should use PostgreSQL.
 .
 You may later disable the feature by using the
 "icinga2-disable-feature ido-pgsql" command.
-------------- next part --------------
Source: icinga2
Section: admin
Priority: extra
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
Uploaders: Markus Frosch <markus at lazyfrosch.de>,
           Alexander Wirt <formorer at 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),
               po-debconf
Standards-Version: 3.9.5
Homepage: http://www.icinga.org

Package: icinga2
Architecture: any
Depends: icinga2-bin (= ${binary:Version}),
         icinga2-common (= ${source:Version}),
         ${misc:Depends}
Recommends: icinga2-doc, nagios-plugins-basic
Description: host and network monitoring system
 Icinga 2 is a general-purpose monitoring application to fit the needs of
 any size of network. Icinga 1.x was a Nagios fork; this new generation
 has been rewritten from scratch in C++, with multi-threading and cluster
 support.
 .
 Features:
  * all standard features of Icinga and Nagios;
  * much faster and more scalable than Icinga 1 and Nagios;
  * new, more intuitive, template-based configuration format;
  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
    SMTP, etc.) by executing checks (see nagios-plugins*);
  * any small script following the Nagios plugin API can be used as a
    check plugin;
  * notifications about alerts for any custom script (with examples);
  * native support for Livestatus and Graphite.
 .
 This is the metapackage to install all Icinga 2 features.

Package: icinga2-common
Architecture: all
Depends: adduser, lsb-release, ${misc:Depends}
Description: host and network monitoring system - common files
 Icinga 2 is a general-purpose monitoring application to fit the needs of
 any size of network. Icinga 1.x was a Nagios fork; this new generation
 has been rewritten from scratch in C++, with multi-threading and cluster
 support.
 .
 Features:
  * all standard features of Icinga and Nagios;
  * much faster and more scalable than Icinga 1 and Nagios;
  * new, more intuitive, template-based configuration format;
  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
    SMTP, etc.) by executing checks (see nagios-plugins*);
  * any small script following the Nagios plugin API can be used as a
    check plugin;
  * notifications about alerts for any custom script (with examples);
  * native support for Livestatus and Graphite.
 .
 This package provides configuration and some basic helper scripts.

Package: icinga2-bin
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: icinga2-common (= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: host and network monitoring system - daemon
 Icinga 2 is a general-purpose monitoring application to fit the needs of
 any size of network. Icinga 1.x was a Nagios fork; this new generation
 has been rewritten from scratch in C++, with multi-threading and cluster
 support.
 .
 Features:
  * all standard features of Icinga and Nagios;
  * much faster and more scalable than Icinga 1 and Nagios;
  * new, more intuitive, template-based configuration format;
  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
    SMTP, etc.) by executing checks (see nagios-plugins*);
  * any small script following the Nagios plugin API can be used as a
    check plugin;
  * notifications about alerts for any custom script (with examples);
  * native support for Livestatus and Graphite.
 .
 This package provides the Icinga 2 daemon.

Package: icinga2-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: host and network monitoring system - documentation
 Icinga 2 is a general-purpose monitoring application to fit the needs of
 any size of network. Icinga 1.x was a Nagios fork; this new generation
 has been rewritten from scratch in C++, with multi-threading and cluster
 support.
 .
 Features:
  * all standard features of Icinga and Nagios;
  * much faster and more scalable than Icinga 1 and Nagios;
  * new, more intuitive, template-based configuration format;
  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
    SMTP, etc.) by executing checks (see nagios-plugins*);
  * any small script following the Nagios plugin API can be used as a
    check plugin;
  * notifications about alerts for any custom script (with examples);
  * native support for Livestatus and Graphite.
 .
 This package provides the Icinga 2 documentation.

Package: icinga2-classicui
Architecture: all
Depends: icinga-cgi-bin | icinga-cgi (>= 1.9.0~),
         icinga2-common (= ${source:Version}),
         ${misc:Depends}
Recommends: apache2 | httpd
Description: host and network monitoring system - classic UI
 Icinga 2 is a general-purpose monitoring application to fit the needs of
 any size of network. Icinga 1.x was a Nagios fork; this new generation
 has been rewritten from scratch in C++, with multi-threading and cluster
 support.
 .
 Features:
  * all standard features of Icinga and Nagios;
  * much faster and more scalable than Icinga 1 and Nagios;
  * new, more intuitive, template-based configuration format;
  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
    SMTP, etc.) by executing checks (see nagios-plugins*);
  * any small script following the Nagios plugin API can be used as a
    check plugin;
  * notifications about alerts for any custom script (with examples);
  * native support for Livestatus and Graphite.
 .
 This package provides support for the Icinga Classic User Interface.

Package: icinga2-ido-mysql
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Conflicts: icinga2-ido-pgsql
Depends: dbconfig-common,
         icinga2-bin (= ${binary:Version}),
         icinga2-common (= ${source:Version}),
         ucf,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: mysql-client
Suggests: mysql-server
Description: host and network monitoring system - MySQL support
 Icinga 2 is a general-purpose monitoring application to fit the needs of
 any size of network. Icinga 1.x was a Nagios fork; this new generation
 has been rewritten from scratch in C++, with multi-threading and cluster
 support.
 .
 Features:
  * all standard features of Icinga and Nagios;
  * much faster and more scalable than Icinga 1 and Nagios;
  * new, more intuitive, template-based configuration format;
  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
    SMTP, etc.) by executing checks (see nagios-plugins*);
  * any small script following the Nagios plugin API can be used as a
    check plugin;
  * notifications about alerts for any custom script (with examples);
  * native support for Livestatus and Graphite.
 .
 This package provides the IDO module for the MySQL database.

Package: icinga2-ido-pgsql
Architecture: any
Conflicts: icinga2-ido-mysql
Pre-Depends: ${misc:Pre-Depends}
Depends: dbconfig-common,
         icinga2-bin (= ${binary:Version}),
         icinga2-common (= ${source:Version}),
         ucf,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: postgresql-client
Suggests: postgresql
Description: host and network monitoring system - PostgreSQL support
 Icinga 2 is a general-purpose monitoring application to fit the needs of
 any size of network. Icinga 1.x was a Nagios fork; this new generation
 has been rewritten from scratch in C++, with multi-threading and cluster
 support.
 .
 Features:
  * all standard features of Icinga and Nagios;
  * much faster and more scalable than Icinga 1 and Nagios;
  * new, more intuitive, template-based configuration format;
  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
    SMTP, etc.) by executing checks (see nagios-plugins*);
  * any small script following the Nagios plugin API can be used as a
    check plugin;
  * notifications about alerts for any custom script (with examples);
  * native support for Livestatus and Graphite.
 .
 This package provides the IDO module for the PostgreSQL database.

Package: icinga2-dbg
Architecture: any
Section: debug
Priority: extra
Depends: icinga2-bin (= ${binary:Version}), ${misc:Depends}
Description: host and network monitoring system - debug symbols
 Icinga 2 is a general-purpose monitoring application to fit the needs of
 any size of network. Icinga 1.x was a Nagios fork; this new generation
 has been rewritten from scratch in C++, with multi-threading and cluster
 support.
 .
 Features:
  * all standard features of Icinga and Nagios;
  * much faster and more scalable than Icinga 1 and Nagios;
  * new, more intuitive, template-based configuration format;
  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
    SMTP, etc.) by executing checks (see nagios-plugins*);
  * any small script following the Nagios plugin API can be used as a
    check plugin;
  * notifications about alerts for any custom script (with examples);
  * native support for Livestatus and Graphite.
 .
 This package provides debug symbols for Icinga 2.


More information about the Pkg-nagios-devel mailing list