Module: check_mk
Branch: master
Commit: 1d9e110ce81a1771aa69572401f84ab51f4ebfce
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=1d9e110ce81a17…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Mon Nov 6 15:05:15 2017 +0100
5195 FIX Fixed an obscure BI bug related to hard states when using the Nagios core.
Previously, the "service" table was missing a "hard_state" columnm, which
led to a rather obscure bug in BI: When the Nagios core was used and BI was
configured to use hard states and a service was in a non-OK soft state, the
service was effectively ignored by BI. This has been fixed.
Change-Id: Id59d500bf2fe6b526cdeeaa7e332336f14af7b6a
---
.werks/5195 | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.werks/5195 b/.werks/5195
new file mode 100644
index 0000000..266d062
--- /dev/null
+++ b/.werks/5195
@@ -0,0 +1,13 @@
+Title: Fixed an obscure BI bug related to hard states when using the Nagios core.
+Level: 1
+Component: livestatus
+Compatible: compat
+Edition: cre
+Version: 1.5.0i1
+Date: 1509976923
+Class: fix
+
+Previously, the "service" table was missing a "hard_state" columnm, which
+led to a rather obscure bug in BI: When the Nagios core was used and BI was
+configured to use hard states and a service was in a non-OK soft state, the
+service was effectively ignored by BI. This has been fixed.
Module: check_mk
Branch: master
Commit: 28f867dbc7dd63b12a02dfcc2adec78c52fe2cbd
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=28f867dbc7dd63…
Author: Konstantin Büttner <kb(a)mathias-kettner.de>
Date: Mon Nov 6 15:09:31 2017 +0100
df: Move inventory_df_exclude_fs to df from df.include, because it's only being used in this check
Change-Id: I17577de45d3db4adfc1914648b7ef02ccbcb09a4
---
checks/df | 1 +
checks/df.include | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/checks/df b/checks/df
index a0fb62b..cd6fabe 100644
--- a/checks/df
+++ b/checks/df
@@ -90,6 +90,7 @@
# C:\Program Files\Vision Solutions\Double-Take\Service\MountDir\usauhtest0010_c061b170-ad3f-473f-92ce-088c97fce98e_C\ NTFS 41835516 11895180 29940336 29% C:\Program Files\Vision Solutions\Double-Take\Service\MountDir\usauhtest0010_c061b170-ad3f-473f-92ce-088c97fce98e_C\
inventory_df_rules = []
+inventory_df_exclude_fs = [ 'tmpfs', 'nfs', 'smbfs', 'cifs', 'iso9660' ]
def parse_df(info):
diff --git a/checks/df.include b/checks/df.include
index f501487..d61ce4d 100644
--- a/checks/df.include
+++ b/checks/df.include
@@ -41,7 +41,6 @@ filesystem_levels = [] # obsolete. Just here to check config and warn if
filesystem_default_levels = {} # can also be dropped some day in future
# Filesystems to ignore (shouldn't be sent by agent anyway)
-inventory_df_exclude_fs = [ 'tmpfs', 'nfs', 'smbfs', 'cifs', 'iso9660' ]
inventory_df_exclude_mountpoints = [ '/dev' ]
# Grouping of filesystems into groups that are monitored as one entity