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

Added flag to chose munin subfield #2

Open
TinLe opened this issue Nov 19, 2010 · 0 comments
Open

Added flag to chose munin subfield #2

TinLe opened this issue Nov 19, 2010 · 0 comments

Comments

@TinLe
Copy link

TinLe commented Nov 19, 2010

Not really an issue. My munin graphs have multiple items being tracked, e.g. CPU will have user, system, idle, steal, etc. and the plugin returns all of them, confusing Nagios.

I've added a flag to pick submodule. So something like this:

original:

check_munin_rrd.pl -H foo -d foo -M cpu -w 10 -c 20
CRITICAL - idle value 185.5, is above critical treshold 20

new:

check_munin_rrd.pl -H foo -d foo -M cpu -S system -w 10 -c 20
system OK - system: 1.0

I can submit my patch if anyone is interested.

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

1 participant