Created
January 31, 2019 13:07
-
-
Save faxm0dem/96c6bcce4a30fae35ea526046581c7e2 to your computer and use it in GitHub Desktop.
collectd if_errors monitoring
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Plugin "threshold"> | |
<Plugin "interface"> | |
<Type "if_errors"> | |
FailureMax 500 | |
Hits 5 | |
Interesting false | |
Percentage false | |
Persist false | |
WarningMax 100 | |
</Type> | |
</Plugin> | |
</Plugin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment