[Pkg-nagios-devel] Bug#755248: [BTS#755248] templates://icinga2/{icinga2-classicui.templates, icinga2-ido-mysql.templates, icinga2-ido-pgsql.templates} : Final update for English review

Christian PERRIER bubulle at debian.org
Thu Aug 14 07:02:50 UTC 2014


Dear Debian maintainer,

On Wednesday, July 23, 2014, I notified you of the beginning of a review process
concerning debconf templates for icinga2.

The debian-l10n-english contributors have now reviewed these templates,
and the final proposed changes are attached to this update to the
original bug report.

Please review the suggested changes, and if you have any
objections, let me know in the next 3 days.

However, please try to avoid uploading icinga2 with these changes
right now.

The second phase of this process will begin on Sunday, August 17, 2014, when I will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
about Sunday, September 07, 2014. Please avoid uploading a package with fixed or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around Monday, September 08, 2014, I will contact you again and will send a final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


-- 


-------------- 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 --------------
# 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-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 --------------
# 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-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, monitoring-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 monitoring-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 monitoring-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 monitoring-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 monitoring-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 monitoring-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 monitoring-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 monitoring-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 monitoring-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.
-------------- next part --------------
--- icinga2.old/debian/icinga2-ido-mysql.templates	2014-07-19 08:23:13.433644396 +0200
+++ icinga2/debian/icinga2-ido-mysql.templates	2014-08-14 09:02:37.269701413 +0200
@@ -1,9 +1,17 @@
+# 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-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.
--- icinga2.old/debian/icinga2-ido-pgsql.templates	2014-07-19 08:23:13.433644396 +0200
+++ icinga2/debian/icinga2-ido-pgsql.templates	2014-08-14 09:02:37.277701524 +0200
@@ -1,9 +1,17 @@
+# 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-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.
--- icinga2.old/debian/control	2014-07-19 08:23:13.433644396 +0200
+++ icinga2/debian/control	2014-08-12 18:18:30.206408021 +0200
@@ -28,24 +28,23 @@
 Depends: icinga2-bin (= ${binary:Version}),
          icinga2-common (= ${source:Version}),
          ${misc:Depends}
-Recommends: icinga2-doc, nagios-plugins-basic
+Recommends: icinga2-doc, monitoring-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 monitoring-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 monitoring-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 monitoring-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 monitoring-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 monitoring-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 monitoring-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 monitoring-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 monitoring-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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-nagios-devel/attachments/20140814/04b3bcc8/attachment.sig>


More information about the Pkg-nagios-devel mailing list