Cisco

check_config

Description:

This plugin is use to save config of switch or router.
This plugin, is available for devices like Cisco (ios or catos), h3c (3com), Enterasys.

This check is write in ruby language.
Add SSH support in v0.61

Current Version

0.61

Last Release Date

2011-05-07

Compatible With

  • Nagios 3.x

Owner

License

GPL


Project Notes
#!/usr/bin/env ruby #check_conf_cisco v0.2 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # # Copyright Alain Pernelle # Project: www.alpern.homelinux.org:3000 # Website: http://www.alpern.free.fr # Quick documentation: use -h option # TODO # - keep name of save file with date. (do in version0.2) # Utilisation: # ------------ #./check_cisco_config_v0.2.rb -H -u -p -f -o [-s ssh] # os can be ios, catos, h3c, enterasys # -s ssh optionnal if not mode telnet # -h, --help Print detailed help screen #version 0.2 08/14/2009 add support of catos h3c enterasys network devices # need device was setting with username and password # Bug with Cisco Device Special password charatere # # Installation # ------------ # Require ruby # Require gem # Ruby Module : install with gem # gem install optiflag # gem install net-ssh-telnet # March 2011 # Some Require in ruby changed # net-telnet is now net-ssh-telnet # install the module with: # gem install net-ssh-telnet # this ruby module provide ssh and telnet functions. Site en Français: http://alpern.free.fr
Reviews (2) Add a Review
Error after executing
by TimeLord, August 31, 2012

After executing i get the error messsage "CriticalErreur dans le programe" can someone help me?!



got en error
by egalstad, March 31, 2011

./check_config_cisco_v0.2.rb:200:in `': undefined method `close' for # (NoMethodError) what to do?))



Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
3.9 (7)
Favorites
1
Views
102,004