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 `