Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_mbmon
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Need perl, Getopts::Long, IO::Socket
Plug in provide hardware monitoring by mbmon daemon (useful for system without lmsensors), you can check hardware state, like CPU/MB temperature, fan rotate speed, core voltage, system voltage.
If you want set lower limit (for example fan rotate speed) then critical value must lower than warning value.
For check mbmon connection, you must specify host and use option --jfb
spirit@c-8:~/my/projects/check_mbmon% ./check_mbmon.pl --jfb -H webstorage
Temp.= 34.0, 43.0, 0.0; Rot.= 1844, 2537, 2463
Vcore = 1.54, 3.14; Volt. = 3.39, 5.08, 15.50, -14.92, -7.71
As you see, mbmon return 4 types of probes, Temp, Rot, Vcore, Volt
for fetching value one of them you must specify type of probe by -T and select value by -N
spirit@c-8:~/my/projects/check_mbmon% perl ./check_mbmon.pl -H webstorage -T Temp -N 1
43.0
Warning and critical limit specified by -w and -c
Plug in provide hardware monitoring by mbmon daemon (useful for system without lmsensors), you can check hardware state, like CPU/MB temperature, fan rotate speed, core voltage, system voltage.
If you want set lower limit (for example fan rotate speed) then critical value must lower than warning value.
For check mbmon connection, you must specify host and use option --jfb
spirit@c-8:~/my/projects/check_mbmon% ./check_mbmon.pl --jfb -H webstorage
Temp.= 34.0, 43.0, 0.0; Rot.= 1844, 2537, 2463
Vcore = 1.54, 3.14; Volt. = 3.39, 5.08, 15.50, -14.92, -7.71
As you see, mbmon return 4 types of probes, Temp, Rot, Vcore, Volt
for fetching value one of them you must specify type of probe by -T and select value by -N
spirit@c-8:~/my/projects/check_mbmon% perl ./check_mbmon.pl -H webstorage -T Temp -N 1
43.0
Warning and critical limit specified by -w and -c
Reviews (0)
Be the first to review this listing!