Module: check_mk
Branch: master
Commit: 90c14151ce4aa25450ea2d8c97f078ebf6a69785
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=90c14151ce4aa2…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Mar 27 10:10:20 2012 +0200
FIX: fix WATO filesystem levels
---
ChangeLog | 1 +
checks/df | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index af05e44..d91f65a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
* FIX: snmp_uptime handles empty snmp information without exception
* FIX: Oracle checks try to handle ORA-* errors reported by the agent
All oracle checks will return UNKNOWN when finding an ORA-* message
+ * FIX: filesystem levels set via WATO didn't work, but do now
1.2.0b1:
Core, Setup, etc.:
diff --git a/checks/df b/checks/df
index 7664b85..5c791c5 100644
--- a/checks/df
+++ b/checks/df
@@ -84,7 +84,7 @@ check_info['df'] = {
"inventory_function" : inventory_df,
"service_description" : "fs_%s",
"has_perfdata" : True,
- "group" : "df",
+ "group" : "filesystem",
"default_levels_variable" : "filesystem_default_levels",
"includes" : [ "df.include" ],
}