Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_mbmon

Rating
0 votes
Favoured:
0
Hits
94019
Files:
FileDescription
check_mbmon.plplugin
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Hardware monitor plug in useful for system without lmsensors, like FreeBSD, NetBSD, OpenBSD
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