]> granicus.if.org Git - icinga2/commitdiff
Its catalogued not cataloged :) 6348/head
authorCarsten Koebke <carsten.koebke@koebbes.de>
Thu, 28 Jun 2018 05:18:57 +0000 (07:18 +0200)
committerCarsten Koebke <carsten.koebke@koebbes.de>
Thu, 28 Jun 2018 05:18:57 +0000 (07:18 +0200)
doc/10-icinga-template-library.md
itl/plugins-contrib.d/databases.conf

index d57d42352989fe36892ed3ee5f68b0a9d51e7a57..208732936e1b5a6cbd72f39d86f2db1dabea05af 100644 (file)
@@ -2181,7 +2181,7 @@ Custom attributes passed as [command parameters](03-monitoring-basics.md#command
 
 Name                             | Description
 ---------------------------------|------------------------------------------------------------------------------------------------------------------------------
-db2_health_database           | **Required.** The name of the database. (If it was catalogued locally, this parameter and `db2_health_not_cataloged = false` are the only you need. Otherwise you must specify database, hostname and port)
+db2_health_database           | **Required.** The name of the database. (If it was catalogued locally, this parameter and `db2_health_not_catalogued = false` are the only you need. Otherwise you must specify database, hostname and port)
 db2_health_username           | **Optional.** The username for the database connection.
 db2_health_password           | **Optional.** The password for the database connection.
 db2_health_port               | **Optional.** The port where DB2 is listening.
@@ -2197,7 +2197,7 @@ db2_health_maxinactivity      | **Optional.** Used for the maximum amount of tim
 db2_health_mitigation         | **Optional.** Classifies the severity of an offline tablespace.
 db2_health_lookback           | **Optional.** How many days in the past db2_health check should look back to calculate exitcode.
 db2_health_report             | **Optional.** Report can be used to output only the bad news. Possible values are "short", "long", "html". Defaults to `short`.
-db2_health_not_cataloged      | **Optional.** Set this variable to false if you want to use a catalogued locally database. Defaults to `true`.
+db2_health_not_catalogued     | **Optional.** Set this variable to false if you want to use a catalogued locally database. Defaults to `true`.
 db2_health_env_db2_home       | **Required.** Specifies the location of the db2 client libraries as environment variable `DB2_HOME`. Defaults to "/opt/ibm/db2/V10.5".
 db2_health_env_db2_version    | **Optional.** Specifies the DB2 version as environment variable `DB2_VERSION`.
 
index 7e5a30e11dea0fde7a833f9090f5a3a02a2aa9ae..e1fbbfc9d1922948cc7725ef9e559dd6a6dde39a 100644 (file)
@@ -344,7 +344,7 @@ object CheckCommand "db2_health" {
         arguments = {
                 "--hostname" = {
                         value = "$db2_health_hostname$"
-                        set_if = "$db2_health_not_cataloged$"
+                        set_if = "$db2_health_not_catalogued$"
                         description = "the host to connect"
                         order = -2
                 }
@@ -425,7 +425,7 @@ object CheckCommand "db2_health" {
         }
 
         vars.db2_health_regexp = false
-        vars.db2_health_not_cataloged = true
+        vars.db2_health_not_catalogued = true
         vars.db2_health_hostname = "$check_address$"
         vars.db2_health_report = "short"