Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
check_munin.pl can check various modules of a server running munin-node. DEPRECATED use [[nex:1442 | check_munin_rrd]]
Current Version
Last Release Date
June 16, 2009
Owner
Nagios Exchange
Website
http://code.google.com/p/nagios-munin/
version 0.8
You can use check_munin.pl to get info for any plugins that munin-node can run.
If you have a lot of munin-nodes you should definetly follow instructions here : http://munin.projects.linpro.no/wiki/HowToContactNagios
Even in this case check_munin.pl could be usefull instead of check_dummy to get fresh data.
use :
check_service_freshness=1 service_freshness_check_interval=60
If you don't have many hosts you should be fine using nagios (active checks) and munin.
Setup :
# 'check_munin' command definition define command{
command_name check_munin command_line /usr/lib/nagios/plugins/check_munin.pl -H $HOSTADDRESS$ -M $ARG1$ -w $ARG2$ -c $ARG3$
}
Sample service definition :
# Will generate a warn or crit if any disk usage is above 80 resp 95 # otherwise get a summary of disk usage define service{
service_description disk-usage check_command check_munin!df!80!95 }
define service{
service_description mysql-threads check_command check_munin!mysql_threads!100!200
Runs ok on GNU/Linux (Ubuntu and Red Hat). Need some work to sanitize more modules, patch welcome.
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!