editing titles of view manpages for better sorting in manpage catalogue
Message-ID: <52455eda.Ei7qPWYSWqfqPjU6%bs(a)mathias-kettner.de>
User-Agent: Heirloom mailx 12.4 7/29/08
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Module: check_mk
Branch: master
Commit: b25185a38e86a95af5f01b26a43dc979eeb6b907
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=b25185a38e86a9…
Author: Bernd Stroessenreuther <bs(a)mathias-kettner.de>
Date: Fri Sep 27 12:32:44 2013 +0200
fixed syntax errors in view manpages, editing titles of view manpages for better sorting in manpage catalogue
---
checkman/apc_symmetra_test | 2 +-
checkman/check_sql | 26 +++++++++++++-------------
checkman/cisco_wlc | 2 +-
checkman/cisco_wlc_clients | 2 +-
checkman/etherbox.humidity | 2 +-
checkman/etherbox.smoke | 2 +-
checkman/etherbox.switch | 2 +-
checkman/etherbox.temp | 2 +-
checkman/hyperv_vms | 4 ++--
checkman/tsm_scratch | 4 ++--
checkman/tsm_sessions | 4 ++--
checkman/win_printers | 2 +-
12 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/checkman/apc_symmetra_test b/checkman/apc_symmetra_test
index 396109e..80d95a6 100644
--- a/checkman/apc_symmetra_test
+++ b/checkman/apc_symmetra_test
@@ -1,4 +1,4 @@
-title: APC self test
+title: APC Symmetra UPS: self test
agents: snmp
catalog: hw/power
license: GPL
diff --git a/checkman/check_sql b/checkman/check_sql
index 972edab..8a3f249 100644
--- a/checkman/check_sql
+++ b/checkman/check_sql
@@ -4,21 +4,21 @@ catalog: agentless
license: GPL
distribution: check_mk
description:
-This is an active check that connects to a database server, sends an SQL
-statement to that server, and checks for the following result:
+ This is an active check that connects to a database server, sends an SQL
+ statement to that server, and checks for the following result:
-The query must return three columns, a number, a text, and
-performance data in the third column.
-If upper and lower levels are given, the number is being checked
-against these levels and the according state is being computed.
-Otherwise the number ist treated as a Nagios state (0,1,2,3).
-State, text and the performance data are being returned
+ The query must return three columns, a number, a text, and
+ performance data in the third column.
+ If upper and lower levels are given, the number is being checked
+ against these levels and the according state is being computed.
+ Otherwise the number ist treated as a Nagios state (0,1,2,3).
+ State, text and the performance data are being returned
-The check works with MySQL, Postgresql and Oracle databases using the
-python drivers MySQLdb, psycopg2 and cx_Oracle. For cx_Oracle the
-Oracle instantclient needs to be installed as well, and the
-LD_LIBRARY_PATH needs to be modified to point to the libclntsh.so of
-that package.
+ The check works with MySQL, Postgresql and Oracle databases using the
+ python drivers MySQLdb, psycopg2 and cx_Oracle. For cx_Oracle the
+ Oracle instantclient needs to be installed as well, and the
+ LD_LIBRARY_PATH needs to be modified to point to the libclntsh.so of
+ that package.
perfdata:
One value: the third field of the database response.
diff --git a/checkman/cisco_wlc b/checkman/cisco_wlc
index a878761..3da533e 100644
--- a/checkman/cisco_wlc
+++ b/checkman/cisco_wlc
@@ -1,4 +1,4 @@
-title: Wlan accesspoints on Cisco Wireless Lan Controller
+title: Cisco Wireless Lan Controller (WLC): Connected Wlan accesspoints
agents: snmp
catalog: hw/network/cisco
license: GPL
diff --git a/checkman/cisco_wlc_clients b/checkman/cisco_wlc_clients
index 4ae5418..3bbaf50 100644
--- a/checkman/cisco_wlc_clients
+++ b/checkman/cisco_wlc_clients
@@ -1,4 +1,4 @@
-title: Numer of Wifi connections for Cisco WLC
+title: Cisco Wireless Lan Controller (WLC): Numer of Wifi connections
agents: snmp
catalog: hw/network/cisco
license: GPL
diff --git a/checkman/etherbox.humidity b/checkman/etherbox.humidity
index 0e0d76f..5a719a0 100644
--- a/checkman/etherbox.humidity
+++ b/checkman/etherbox.humidity
@@ -1,4 +1,4 @@
-title: Etherbox Sensor Humidity
+title: Etherbox: Sensor Humidity
catalog: hw/environment
agents: snmp
license: GPL
diff --git a/checkman/etherbox.smoke b/checkman/etherbox.smoke
index 79e2dce..c9fe94d 100644
--- a/checkman/etherbox.smoke
+++ b/checkman/etherbox.smoke
@@ -1,4 +1,4 @@
-title: Etherbox Sensor Smoke
+title: Etherbox: Sensor Smoke
catalog: hw/environment
agents: snmp
license: GPL
diff --git a/checkman/etherbox.switch b/checkman/etherbox.switch
index e755a44..97cb0fd 100644
--- a/checkman/etherbox.switch
+++ b/checkman/etherbox.switch
@@ -1,4 +1,4 @@
-title: Etherbox Sensor Switch Contact
+title: Etherbox: Sensor Switch Contact
catalog: hw/environment
agents: snmp
license: GPL
diff --git a/checkman/etherbox.temp b/checkman/etherbox.temp
index 6966543..2a0f09a 100644
--- a/checkman/etherbox.temp
+++ b/checkman/etherbox.temp
@@ -1,4 +1,4 @@
-title: Etherbox Sensor Temperature
+title: Etherbox: Sensor Temperature
catalog: hw/environment
agents: snmp
license: GPL
diff --git a/checkman/hyperv_vms b/checkman/hyperv_vms
index d8e1df2..15a037b 100644
--- a/checkman/hyperv_vms
+++ b/checkman/hyperv_vms
@@ -1,10 +1,10 @@
-title: Check the state of vms on a hyperview server
+title: Hyperview Server: State of VMs
agents: windows
catalog: app/hyperview
license: GPL
distribution: check_mk
description:
- This checks queries a heyperview server via an agent plugin (hyperv_vms.ps1) and
+ This checks queries a hyperview server via an agent plugin (hyperv_vms.ps1) and
checks if the current state of the VM equals to the state detected during the inventory.
The check produces an error after the state has changed.
diff --git a/checkman/tsm_scratch b/checkman/tsm_scratch
index 21db76b..27b109e 100644
--- a/checkman/tsm_scratch
+++ b/checkman/tsm_scratch
@@ -16,8 +16,8 @@ inventory:
[parameters]
- critical int: Below or equal this level the check goes in critical state
- warning int: Below or equal the level the checks goes in warning state
+critical(int): Below or equal this level the check goes in critical state
+warning(int): Below or equal the level the checks goes in warning state
[configuration]
tsm_scratch_default_levels (int, int): Critical and warning level for the number of tapes.
diff --git a/checkman/tsm_sessions b/checkman/tsm_sessions
index b1364cb..cbab2b6 100644
--- a/checkman/tsm_sessions
+++ b/checkman/tsm_sessions
@@ -11,8 +11,8 @@ inventory:
One check will be created
[parameters]
- warning int: minimal age in secounds for warning state
- critical int: minimal age in secounds for critical state
+warning(int): minimal age in secounds for warning state
+critical(int): minimal age in secounds for critical state
[configuration]
tsm_session_default_levels(int, int): Warning and Critical levels for session age.
diff --git a/checkman/win_printers b/checkman/win_printers
index 65c25f6..983542b 100644
--- a/checkman/win_printers
+++ b/checkman/win_printers
@@ -1,4 +1,4 @@
-title: Queue and printer states for windows printers
+title: Windows Printers: Queue and printer states
agents: windows
catalog: os/misc
license: GPL
Module: check_mk
Branch: master
Commit: f1dc9aa9a0f316a99a81d75999901628509b3cc6
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=f1dc9aa9a0f316…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Sep 27 12:25:04 2013 +0200
Removed invalid bug entry
---
.bugs/1057 | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/.bugs/1057 b/.bugs/1057
deleted file mode 100644
index e4d27f3..0000000
--- a/.bugs/1057
+++ /dev/null
@@ -1,10 +0,0 @@
-Title: Beim Clicken auf Vorschau wird neue Angebotsnummer generiert
-Component: wato
-State: open
-Date: 2013-09-19 09:39:02
-Targetversion: future
-Class: bug
-
-Klicken man beim Erstellen eines Angebots auf den Vorschau-Button, wird anscheinend immer
-eine neue Angebotsnummer erzeugt. Sinnvoll vermutlich, dass nur das erste Mal eine Angebotsnummer
-erzeugt wird.
Module: check_mk
Branch: master
Commit: 2c7e52519ab1310f23266bfa056604297afabdb9
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=2c7e52519ab131…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Sep 27 12:04:48 2013 +0200
Improved help in BI editor
---
web/htdocs/wato.py | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index 7cde566..65b5d76 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -12823,6 +12823,9 @@ def declare_bi_valuespecs(aggregation_rules):
),
CascadingDropdown(
title = _("Nodes to create:"),
+ help = _("When calling a rule you can use the place holder <tt>$1$</tt> "
+ "in the rule arguments. This will be replaced by the actual host "
+ "names found by the search - one host name for each rule call."),
choices = subnode_choices,
),
]
@@ -12850,6 +12853,12 @@ def declare_bi_valuespecs(aggregation_rules):
),
CascadingDropdown(
title = _("Nodes to create:"),
+ help = _("When calling a rule you can use the place holder <tt>$1$</tt> "
+ "in the rule arguments. This will be replaced by the actual host "
+ "names found by the search - one host name for each rule call. If you "
+ "have regular expression subgroups in the service pattern, then "
+ "the place holders <tt>$2$</tt> will represent the first group match, "
+ "<tt>$3</tt> the second, and so on..."),
choices = subnode_choices,
),
]
Module: check_mk
Branch: master
Commit: 0bb5a839e0380f50803ef44e7546fe7283b9c20c
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=0bb5a839e0380f…
Author: Götz Golla <gg(a)mathias-kettner.de>
Date: Fri Sep 27 12:01:40 2013 +0200
check man page for new check "UPS self test"
---
checkman/ups_test | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/checkman/ups_test b/checkman/ups_test
new file mode 100644
index 0000000..789bb9f
--- /dev/null
+++ b/checkman/ups_test
@@ -0,0 +1,28 @@
+title: UPS self test
+agents: snmp
+catalog: hw/power
+license: GPL
+distribution: check_mk
+description:
+ This check monitors parameters related to the self test of UPS devices: The result of the
+ last self test and the last date of the self test run. The check becomes critical if the test
+ result is {"doneError"} or {"aborted"}, and warning if the result is {"doneWarning"} or
+ {"noTestsInitiated"}. It also has a warning or critical state if the date of the last self
+ test is more than the warning or critical level ago.
+
+examples:
+ # sets the warning and critical levels to 5 and 10 days, respectively
+ ups_test_default = ( 5, 10 )
+
+inventory:
+ The inventory process checks if the device has a system description OIDs (.1.3.6.1.2.1.1.2.0)
+ and if the name of this OID is known to the test. If this is true the system is inventorized.
+
+[parameters]
+parameters(tuple): parameters is a tuple of two values
+
+ warn (int): The warning level in days
+ crit (int): The critical level in days
+
+[configuration]
+ups_test_default (tuple): This variable is preset to { (0,0) }