Skip to content

Instantly share code, notes, and snippets.

@h4cc
Created November 29, 2013 14:09
Show Gist options
  • Save h4cc/7706214 to your computer and use it in GitHub Desktop.
Save h4cc/7706214 to your computer and use it in GitHub Desktop.
Disable warnings for a munin plugin
# Open the plugin configuration.
# Name is the same as filename under /etc/munin/plugins/{plugin_name}
$ /etc/munin/plugin-conf.d/{plugin_name}
# New Content:
[{plugin_name}]
env.warning 0
env.critical 0
# Restart:
$ /etc/init.d/munin-node restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment