[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[TAF] templates://icinga2/{icinga2-classicui.templates}



The icinga2 package introduced new or modified debconf
templates. This is often a good moment for a review to help the
package maintainer following the general suggested writing style and
track down typos and errors in the use of English language.

A bug report has been sent against the package: 755248

If someone wants to pick up this review, please answer to this mail,
in the mailing list, with an [ITR] (Intent To Review) label.

The templates file is attached.

To propose the file you reviewed for peer review, please send a [RFR]
(Request For Review) mail with the reviewed file attached...then a few
days later, when no more contributions come, a summary mail with a
[LCFC] (Last Chance For Comments) label.

These RFR and LCFC mails should CC the opened bug report.

Finally, after no more comments coming to the LCFC mail, you can send
the reviewed templates file in the bug report.

Then, please notify the list with a last mail using a [BTS] label
with the bug number.

Helping the package maintainer to deal with induced translation
updates at that moment will be nice. If you're not comfortable with
that part of the process, please hand it off to a translator.

-- 


# 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@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.
Source: icinga2
Section: admin
Priority: extra
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
Uploaders: Markus Frosch <markus@lazyfrosch.de>,
           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),
               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 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 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 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 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 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 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 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 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 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
 .
 This package provides the integration into Icinga Classic UI.

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 - 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
 .
 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 - 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
 .
 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 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 debug symbols for Icinga 2.

Attachment: signature.asc
Description: Digital signature


Reply to: