From ecd0b92f7756e941a25d6b172e449e37025c0d88 Mon Sep 17 00:00:00 2001 From: Andrey Dyatlov Date: Tue, 21 May 2019 14:13:53 +0200 Subject: [PATCH] Fix the disk-space-exhibitor check. --- CHANGELOG.md | 6 ++++++ checks/search_checks_yaml.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5db3a..e2a2769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.8.0 (21.05.2019) + +### Bug fixes + +* Fix the `disk-space-exhibitor` check. + ## v1.8.0 (16.05.2019) ### Enhancements diff --git a/checks/search_checks_yaml.go b/checks/search_checks_yaml.go index 7f88814..76e85c2 100644 --- a/checks/search_checks_yaml.go +++ b/checks/search_checks_yaml.go @@ -8,5 +8,5 @@ const searchChecksYAML = ` - name: disk-space-exhibitor description: Check disk space errors in Exhibitor logs fileTypeName: exhibitor-log - searchString: Failed to remove rootfs mount point + searchString: No space left on device `