Skip to content

Commit

Permalink
Fix the disk-space-exhibitor check.
Browse files Browse the repository at this point in the history
  • Loading branch information
adyatlov committed May 21, 2019
1 parent 9bfe8c1 commit ecd0b92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion checks/search_checks_yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
`

0 comments on commit ecd0b92

Please sign in to comment.