Module: check_mk
Branch: master
Commit: a8fce036b70c8cd9e8def4539df3f47c68f9f928
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=a8fce036b70c8c…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Oct 1 11:11:29 2012 +0200
Fixed bug (config of non existing aggregation) in sample aggregation
---
doc/bi-example-oracle.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/bi-example-oracle.mk b/doc/bi-example-oracle.mk
index 436cb61..e2b1742 100644
--- a/doc/bi-example-oracle.mk
+++ b/doc/bi-example-oracle.mk
@@ -37,7 +37,7 @@ aggregation_rules["db_host_state"] = (
"worst",
[
( "$HOST$", HOST_STATE ),
- ( "cpuandmem", [ "$HOST$" ]),
+ ( "performance", [ "$HOST$" ]),
( "db_filesystems", [ "$HOST$", "$DB$" ]),
( "nic", [ "$HOST$", "userlan" ] ),
( "nic", [ "$HOST$", "cluster" ] ),