Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
MRV TS5000 rssi check
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!
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)
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)
Reviews (0)
Be the first to review this listing!