Module: check_mk
Branch: master
Commit: 8c30e787412ca6a25afa5803345a541660292cbc
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=8c30e787412ca6…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri May 27 09:22:14 2011 +0200
Fixed syntax error in man page of f5_bigip_pool
---
checkman/f5_bigip_pool | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/checkman/f5_bigip_pool b/checkman/f5_bigip_pool
index 769251a..b7a2032 100644
--- a/checkman/f5_bigip_pool
+++ b/checkman/f5_bigip_pool
@@ -4,12 +4,17 @@ author: Florian Heigl <fh(a)mathias-kettner.de>
license: GPL
distribution: check_mk
description:
- The check queries the MIB tables of F5 BIG-IP loadbalancers (local traffic managers) for
the status of any load balancing pools. It gathers the number of loadbalancers backing the
pool and how many of those are working. It doesn't currently honor the
'MinUpMembers' parameter that can be set to trigger actions for the pool if too
many members fail.
-It supports devices running the 9.0 and above releases of the F5 OS. It's tested
against 9.3 devices.
+ The check queries the MIB tables of F5 BIG-IP loadbalancers (local traffic managers) for
the
+ status of any load balancing pools. It gathers the number of loadbalancers backing the
pool
+ and how many of those are working. It doesn't currently honor the
'MinUpMembers' parameter
+ that can be set to trigger actions for the pool if too many members fail.
-inventory:
- The check gather a list of the pools defined on a system. It will include non-enabled
ones, as this is considered a temporary state.
+ It supports devices running the 9.0 and above releases of the F5 OS. It's tested
against 9.3
+ devices.
+inventory:
+ The check gather a list of the pools defined on a system. It will include non-enabled
ones,
+ as this is considered a temporary state.
perfdata:
the check does not (yet) generate performance data.