Home Directory Plugins Hardware Network Gear MRV MRV TS5000 rssi check

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

MRV TS5000 rssi check

Rating
0 votes
Favoured:
0
Hits
93097
Files:
FileDescription
check_mrv_rssi.plThe check plugin
Nagios CSP

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!
Nagios plugin for checking FSO wireless device MRV-TS-5000B (http://www.mrv.com/product/MRV-TS-5000B)
This perl plugin checks RSSI value and adds information about temperature.
RSSI indicates if the FSO is still capable of stable network connection.

examples:

-- output from check when executed from shell
$ /usr/lib/nagios/plugins/check_mrv_rssi.pl -H 10.102.xxx.xxx -w 100
OK - RSSI value: 836.08 (Temperature: 28.12 C)

-- usage
$ /usr/lib/nagios/plugins/check_mrv_rssi.pl -h

Usage:
/usr/lib/nagios/plugins/check_mrv_rssi.pl
This Plugin is design for return RSSI from MRV device

-H (--hostname) Hostname to query - (required)
-c (--critical) critical treshold - (optional)
-w (--warning) warning treshold - (required)
-h (--help) usage help

-- If specified, critical value should be lower than warning value, like this:

$ /usr/lib/nagios/plugins/check_mrv_rssi.pl -H 10.102.xxx.xxx -w 900 -c 800
WARNING - RSSI value: 841.18 (Temperature: 26.17 C)

It is possible this script works with other MRV "TereScopes", but not tested.
Here is live example: http://monitor.klfree.net/nagios2/cgi-bin/status.cgi?hostgroup=MRV+pojitka&style=detail (login guest, password is not set)