[Pkg-nagios-devel] Bug#755248: icinga2: General update after the debconf review process

Christian PERRIER bubulle at debian.org
Sat Sep 6 06:44:37 UTC 2014


Dear Debian maintainer,

On Wednesday, July 23, 2014, I sent you a notification about the beginning of a review
action on debconf templates for icinga2.

Then, I sent you a bug report with rewritten templates and announcing
the beginning of the second phase of this action: call for translation
updates.

Translators have been working hard and here is now the result of their efforts.

Please consider using it EVEN if you committed files to your
development tree as long as they were reported.

The attached tarball contains:

- debian/changelog with the list of changes
- debian/control with rewrites of packages' descriptions
- debian/<templates> with all the rewritten templates file(s)
- debian/po/*.po with all PO files (existing ones and new ones)

As said, please use *at least* the PO files as provided here,
preferrably over those sent by translators in their bug reports. All
of them have been checked and reformatted. In some cases, formatting
errors have been corrected.

The patch.rfr file contains a patch for the templates and control
file(s) alone.

Please note that this patch applies to the templates and control
file(s) of your package as of Wednesday, July 23, 2014. If your package was updated
in the meantime, I may have updated my reference copy....but I also
may have missed that. This is indeed why I suggested you do not
modified such files while the review process was running,
remember..:-)

It is now safe to upload a new package version with these changes.

Please notify me of your intents with regards to this. 

There is of course no hurry to update your package but feel free to
contact me in case you would need sponsoring or any other action to
fix this.



-- 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.tar.gz
Type: application/gzip
Size: 10922 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-nagios-devel/attachments/20140906/3a6e270f/attachment.bin>
-------------- 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.
--- icinga2.old/debian/changelog	2014-07-19 08:23:13.433644396 +0200
+++ icinga2/debian/changelog	2014-09-06 08:44:16.640438552 +0200
@@ -1,3 +1,23 @@
+icinga2 (2.0.1-2) UNRELEASED; urgency=low
+
+  * Debconf templates and debian/control reviewed by the debian-l10n-
+    english team as part of the Smith review project. Closes: #755248
+  * [Debconf translation updates]
+  * Portuguese (Am?rico Monteiro).  Closes: #758573
+  * Russian (Yuri Kozlov).  Closes: #758790
+  * German (Chris Leick).  Closes: #759364
+  * Brazilian Portuguese ().  Closes: #759599
+  * Danish (Joe Hansen).  Closes: #759778
+  * Japanese (victory).  Closes: #760094
+  * Spanish; (Mat?as A. Bellone).  Closes: #760115
+  * Czech (Michal Simunek).  Closes: #760145
+  * Polish (Micha? Ku?ach).  Closes: #760180
+  * Italian (Beatrice Torracca).  Closes: #760300
+  * Turkish (Mert Dirik).  Closes: #760329
+  * French (Steve Petruzzello).  Closes: #760600
+
+ -- Christian Perrier <bubulle at debian.org>  Sat, 19 Jul 2014 08:32:47 +0200
+
 icinga2 (2.0.1-1) unstable; urgency=medium
 
   [ Alexander Wirt ]
-------------- 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/20140906/3a6e270f/attachment.sig>


More information about the Pkg-nagios-devel mailing list