Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exclude iso9660 filesystems from riemann-health. #127

Closed
gitboy opened this issue Dec 8, 2015 · 4 comments
Closed

exclude iso9660 filesystems from riemann-health. #127

gitboy opened this issue Dec 8, 2015 · 4 comments

Comments

@gitboy
Copy link

gitboy commented Dec 8, 2015

should not be raising alerts for filesystems mounted via loopback mount on iso9660 images.

@jamtur01
Copy link
Member

jamtur01 commented Feb 6, 2016

@gitboy Is there a good way to detect and skip these?

@gitboy
Copy link
Author

gitboy commented Feb 9, 2016

@jamtur01 i did this;

(where (or (and (service #"disk .*") (not (service #"disk /media")))
           (service #"proc .*")
           (service "memory") 
           (service "load")
           (service "cpu"))

which only helps for one specific mountpoint, in general any iso9660 fs should be excluded imo.

@jamtur01
Copy link
Member

jamtur01 commented Feb 9, 2016

Closed by #145.

@jamtur01
Copy link
Member

jamtur01 commented Feb 9, 2016

@gitboy If you could test the patch in #145 that'd be awesome. Thanks!

jamtur01 added a commit that referenced this issue Feb 9, 2016
Fixes #127 - Excludes ISO9660 filesystems from riemann-health
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants