Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Brocade based SAN FC switches monitoring check script
1.1
2020-05-20
MIT
7079
File | Description |
---|---|
check_brocade_fc.pl | Brocade SAN FC switches monitoring check script |
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!
check_brocade_fc.pl CHECK_COMMAND [SWITCH_IP/NAME] [USER] [PASS]
Displays the overall status for a switch. Works till FabricOS v7.3.x. Newer versions support coming soon.
Script uses Expect to login to SAN switch via ssh. There is no additional software required.
NAME
check_brocade_fc.pl - Brocade SAN FC switches monitoring check script
AUTHOR
Vladimir Shapovalov
SYNOPSIS
check_brocade_fc.pl CHECK_COMMAND [SWITCH_IP/NAME] [USER] [PASS]
CHECK_COMMAND
check_health
Displays the overall status for a switch.
DESCRIPTION
Script uses Expect to login to SAN switch via ssh. There is no
additional software required.
21.04.20 V0.1 (vs): Initial version
22.04.20 V1.0 (vs): check_health (switchstatusshow) implemented
20.05.20 V1.1 (vs): minor bug fixing
LICENSE
MIT License - feel free!
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
EXAMPLES
#> check_brocade_fc.pl check_health fc-brocade-switch.mycompany.net
monitor monitor123
Output:
OK! Switch status HEALTHY (All ports are healthy)
CRITICAL! Switch status DOWN (check 'switchstatusshow'),
WARNING! Switch status MARGINAL (check 'switchstatusshow'),
UNKNOWN! Switch status UNKNOWN (check 'switchstatusshow'),
check_brocade_fc.pl - Brocade SAN FC switches monitoring check script
AUTHOR
Vladimir Shapovalov
SYNOPSIS
check_brocade_fc.pl CHECK_COMMAND [SWITCH_IP/NAME] [USER] [PASS]
CHECK_COMMAND
check_health
Displays the overall status for a switch.
DESCRIPTION
Script uses Expect to login to SAN switch via ssh. There is no
additional software required.
21.04.20 V0.1 (vs): Initial version
22.04.20 V1.0 (vs): check_health (switchstatusshow) implemented
20.05.20 V1.1 (vs): minor bug fixing
LICENSE
MIT License - feel free!
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
EXAMPLES
#> check_brocade_fc.pl check_health fc-brocade-switch.mycompany.net
monitor monitor123
Output:
OK! Switch status HEALTHY (All ports are healthy)
CRITICAL! Switch status DOWN (check 'switchstatusshow'),
WARNING! Switch status MARGINAL (check 'switchstatusshow'),
UNKNOWN! Switch status UNKNOWN (check 'switchstatusshow'),
Reviews (0)
Be the first to review this listing!