Skip to content

Commit fdbdb7e

Browse files
committed
update plugin pages
1 parent 677b5b7 commit fdbdb7e

File tree

8 files changed

+57
-56
lines changed

8 files changed

+57
-56
lines changed

content/en/docs/plugins/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ tags:
1010

1111
In OMD you find all the "official plugins" from [Monitoring-Plugins](https://www.monitoring-plugins.org/).
1212

13-
Besides that, we at Consol developed a lot of other useful plugins, mostly required by our customers.
14-
All of these are also part of OMD.
13+
Besides that, we at ConSol have developed a lot of other useful plugins, mostly required by our customers.
14+
15+
All of these are also part of [OMD](/docs/omd).

content/en/docs/plugins/check_db2_health.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: check_db2_health
33
tags:
4+
- plugins
45
- db2
56
- database
7+
- check_db2_health
68
---
79
## Description
810
check_db2_health is a plugin, which is used to monitor various parameters of a DB2 database.
@@ -27,7 +29,7 @@ check_db2_health is a plugin, which is used to monitor various parameters of a D
2729

2830
Using the \-\-mode parameter with the following arguments tells the plugin what it should monitor.
2931

30-
### Modi
32+
### Modes
3133

3234
| Keyword| Meaning| Thresholds|
3335
|-------------|---------|------------|
@@ -187,15 +189,14 @@ After unpacking the tar archive you have to run ./configure. With ./configure \-
187189
* \-\-with-perl=PATHTOPERL A non-standard perl interpreter. (default: perl found in PATH)
188190

189191
## Download
190-
Go to [github](https://github.com/lausser/check_db2_health), clone and build.
192+
Go to [Github](https://github.com/lausser/check_db2_health), clone and build.
191193

192194
## Changelog
193-
Go to [github](https://raw.githubusercontent.com/lausser/check_db2_health/master/ChangeLog) and have a look.
195+
You can find the changelog [here](https://github.com/lausser/check_db2_health/blob/master/ChangeLog).
194196

195197
### Copyright
196198
Gerhard Lausser
197199
Check_db2_health is released under the GNU General Public License. [GNU GPL](https://www.gnu.org/licenses/licenses.html#GPL)
198200

199-
### Autor
200-
Gerhard Laußer (mailto:gerhard.lausser@consol.de[gerhard.lausser@consol.de])
201-
201+
### Author
202+
Gerhard Laußer [gerhard.lausser@consol.de](mailto:gerhard.lausser@consol.de)

content/en/docs/plugins/check_hpasm.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ fi
456456
```
457457

458458
## Download
459-
{% asset_download check_hpasm-4.8.0.2.tar.gz category:nagios %}
459+
[Github](https://github.com/lausser/check_hpasm/tags)
460460

461461
## Externe Links
462462

@@ -471,13 +471,12 @@ fi
471471
* [EBuild for Gentoo](https://bugs.gentoo.org/show_bug.cgi?id=202867)
472472

473473
## Changelog
474-
{% embedurl url:https://raw.githubusercontent.com/lausser/check_hpasm/master/ChangeLog %}
474+
Go to [Github](https://github.com/lausser/check_hpasm/blob/master/ChangeLog) and have a look.
475475

476476
## Copyright
477477
Gerhard Lausser
478478

479479
Check_hpasm is released under the [GNU General Public License](https://www.gnu.org/licenses/licenses.html#GPL).
480480

481481
## Author
482-
Gerhard Lausser (gerhard.lausser@consol.de) will gladly answer your questions.
483-
482+
Gerhard Lausser ([gerhard.lausser@consol.de](mailto:gerhard.lausser@consol.de)) will gladly answer your questions.

content/en/docs/plugins/check_logfiles/_index.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
title: check_logfiles
3+
tags:
4+
- plugins
5+
- check_logfiles
36
---
47
## Description
58
check_logfiles is a Plugin for Nagios which scans log files for specific patterns.
@@ -485,19 +488,14 @@ Since version 3.7 check_logfiles can search these channels, too.
485488
});
486489
```
487490

488-
## Examples
489-
490-
[Here]({{<ref "./examples/" >}}) you can find example configurations for several scenarios.
491-
492491
## Download
493-
{% asset_download check_logfiles-4.1.1.tar.gz category:nagios %}
492+
[Github](https://github.com/lausser/check_logfiles/tags)
494493

495494
## Changelog
496-
{% embedurl url:https://raw.githubusercontent.com/lausser/check_logfiles/master/ChangeLog %}
495+
You can find the changelog [here](https://github.com/lausser/check_logfiles/blob/master/ChangeLog).
497496

498497
## Gerhard Laußer
499-
Check_logfiles wird unter der [GNU General Public License](https://www.gnu.org/licenses/licenses.html#GPL) zur Verfügung gestellt.
500-
501-
## Autor
502-
Gerhard Laußer (gerhard.lausser@consol.de) beantwortet gerne Fragen zu diesem Plugin.
498+
Check_logfiles is released under the GNU General Public License. [GNU GPL](https://www.gnu.org/licenses/licenses.html#GPL)
503499

500+
## Author
501+
Gerhard Lausser ([gerhard.lausser@consol.de](mailto:gerhard.lausser@consol.de)) will gladly answer your questions.

content/en/docs/plugins/check_logfiles/examples.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
linkTitle: Examples
3-
toc_hide: true
43
tags:
54
- plugins
5+
- check_logfiles
66
---
77

88
### Example 1: Error messages from FCAL-Devices
@@ -705,18 +705,18 @@ The Perl module on which check_logfiles relies on under Windows unfortunately ca
705705
warningpatterns => [
706706
'.*'
707707
],
708-
});
708+
});
709709
710710
$options = 'report=long';
711711
712712
__END__
713713
714714
Eventlognamen ermitteln
715715
eventlog = In der Computerverwaltung auf das Eventlog gehen und unter Eigenschaften den "Vollstaendigen Namen" ermitteln
716-
716+
717717
Beispiele fuer die Filterung/Herabstufung von Events:
718718
id:0003 so:Microsoft-Windows-Kernel-EventTracing.* ca:Microsoft-Windows-Kernel-EventTracing/Admin msg:Die Sitzung "ReadyBoot" .*
719719
id:0002 so:Microsoft-Windows-Kernel-EventTracing'_Guid='{B675EC37.... # Hier beachten \ vor ' sonst gibt es einen Syntax Fehler
720-
720+
721721
```
722722

content/en/docs/plugins/check_mssql_health.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
title: check_mssql_health
33
tags:
4-
- "sql server"
4+
- plugins
5+
- check_mssql_health
6+
- sql server
57
- mssql
68
- database
79
---
@@ -280,16 +282,17 @@ Now you can address the instances e.g. with **\--server dbsrv1instance02** . By
280282
281283
With recent versions of fteetds it is no longer necessary to maintain a freetds.conf. With **\--server \<FQDN>\\\<Instanz>** it should be possible to establish a connection. This requires a running Service Browser on the database server.
282284
283-
## Download ##
284-
{% asset_download check_mssql_health-2.7.4.tar.gz category:nagios %}
285+
## Download
286+
[Github](https://github.com/lausser/check_mssql_health/tags)
285287
286288
## Changelog
287-
{% embedurl url:https://raw.githubusercontent.com/lausser/check_mssql_health/master/ChangeLog %}
289+
You can find the changelog [here](https://github.com/lausser/check_mssql_health/blob/master/ChangeLog).
288290
289291
## Copyright ##
290292
Gerhard Laußer
293+
291294
Check_mssql_health is published under the GNU General Public License. [GPL](https://www.gnu.org/licenses/licenses.html#GPL)
292295
293296
## Author
294-
Gerhard Laußer (mailto:gerhard.lausser@consol.de) will gladly sell you consulting for MS SQL monitoring.
297+
Gerhard Laußer ([gerhard.lausser@consol.de](mailto:gerhard.lausser@consol.de)) will gladly sell you consulting for MS SQL monitoring.
295298

content/en/docs/plugins/check_mysql_health.md

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: check_mysql_health
33
tags:
4+
- plugins
5+
- check_mysql_health
46
- mysql
57
- database
68
---
@@ -11,27 +13,27 @@ check_mysql_health is a plugin to check various parameters of a MySQL database.
1113

1214
### Command line parameters
1315

14-
* \--hostname
16+
* \--hostname
1517
The database server which should be monitored. In case of "localhost" this parameter can be omitted.
16-
* \--username
18+
* \--username
1719
The database user.
18-
* \--password
20+
* \--password
1921
Password of the database user.
20-
* \--database
22+
* \--database
2123
The database the plugin will connect to. Default: information_schema.
22-
* \--mode
24+
* \--mode
2325
With the mode-parameter you tell the plugin what it should do. See the list of possible values further down.
24-
* \--name
26+
* \--name
2527
Here the check can be limited to a single object. (Momentarily this parameter is only used for mode=sql)
26-
* \--name2
28+
* \--name2
2729
If you use \--mode=sql, then the SQL-Statement appears in the output and performance values. With the parameter name2 you're able to specify a string for this..
28-
* \--warning
30+
* \--warning
2931
Determined values outside of this range trigger a WARNING.
30-
* \--critical
32+
* \--critical
3133
Determined values outside of this range trigger a CRITICAL.
3234
* \--environment =
3335
With this you can pass environment variables to the script. Multiple declarations are possible.
34-
* \--method
36+
* \--method
3537
With this parameter you tell the plugin how it should connect to the database. (dbi for using DBD::mysql (default), mysql for mysql-Tool).
3638
* \--units <%|KB|MB|GB>
3739
The declaration from units serves the "beautification" of the output from mode=sql
@@ -65,7 +67,7 @@ Use the option \--mode with various keywords to tell the Plugin which values it
6567
| cluster-ndb-running | Checks if all cluster nodes are running. | |
6668

6769

68-
The Hitrate of the Query-Cache is calculated from Qcache_hits / ( Qcache_hits + Com_select ). This values are continuously increased.
70+
The Hitrate of the Query-Cache is calculated from Qcache_hits / ( Qcache_hits + Com_select ). This values are continuously increased.
6971
This value is calculated through the difference (delta) between Qcache_hits and Com_select (actual value of the variables minus the value since the last run from check_mysql_health).
7072
Several other metrics are also calculated based on the delta of their underlieing counters. By default it's the delta between the value at current timestamp and the counter value when the plugin was last run.
7173
Here the command line parameterlookback can be used. It takes seconds as an argument. The calculation then uses the delta between now and the counter value at this specific amount of seconds in the past.
@@ -155,21 +157,15 @@ The group of the check_mysql_health plugin. (default: nagios)
155157
Specify the path to the perl interpreter you wish to use. (default: perl in PATH)
156158
157159
## Download
158-
159-
{% asset_download check_mysql_health-2.2.2.tar.gz category:nagios %}
160+
[Github](https://github.com/lausser/check_mysql_health/tags)
160161
161162
## Changelog
162-
163-
{% embedurl url:https://raw.githubusercontent.com/lausser/check_mysql_health/master/ChangeLog %}
163+
You can find the changelog [here](https://github.com/lausser/check_mysql_health/blob/master/ChangeLog).
164164
165165
## Copyright
166-
167166
Gerhard Laußer
168167
169-
Check_mysql_health is published under the GNU General Public License. GPL</p>
170-
171-
## Autor
172-
173-
Gerhard Laußer (gerhard.lausser@consol.de) gladly answers questions to this plugin. You got two minutes for free. If the answer takes longer than that you need a support contract.
174-
168+
Check_mysql_health is published under the GNU General Public License. [GPL](https://www.gnu.org/licenses/licenses.html#GPL)
175169
170+
## Author
171+
Gerhard Laußer ([gerhard.lausser@consol.de](mailto:gerhard.lausser@consol.de)) gladly answers questions to this plugin. You got two minutes for free. If the answer takes longer than that you need a support contract.

content/en/docs/plugins/check_oracle_health.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: check_oracle_health
33
tags:
4+
- plugins
5+
- check_oracle_health
46
- oracle
57
- database
68
---
@@ -372,17 +374,18 @@ After unpacking the archive ./configure is called. With ./configure --help some
372374
* --with-perl=PATHTOPERL Specify the path to the perl interpreter you wish to use. (default: perl in PATH)
373375

374376
## Download
375-
{% asset_download check_oracle_health-3.3.2.1.tar.gz category:nagios %}
377+
[Github](https://github.com/lausser/Check_oracle_health/tags)
376378

377379
## Changelog
378-
{% embedurl url:https://raw.githubusercontent.com/lausser/check_oracle_health/master/ChangeLog %}
380+
You can find the changelog [here](https://github.com/lausser/Check_oracle_health/blob/master/ChangeLog).
379381

380382
## Copyright
381383
2008-3000 Gerhard Laußer
384+
382385
Check_oracle_health is published under the GNU General Public License. [GPL](https://www.gnu.org/licenses/licenses.html#GPL)
383386

384387
## Author
385-
Gerhard Laußer (mailto:gerhard.lausser@consol.de) gladly answers questions to this plugin.
388+
Gerhard Laußer ([gerhard.lausser@consol.de](mailto:gerhard.lausser@consol.de)) gladly answers questions to this plugin.
386389

387390
## Translation
388391
Thanks to Christian Lauf there is finally an english translation of this page :-)

0 commit comments

Comments
 (0)