summaryrefslogtreecommitdiff
path: root/lib/oxidized/model
AgeCommit message (Collapse)Author
2017-09-11Merge pull request #999 from brunobritocarvalho/patch-2Danilo Sousa
Hide db last update
2017-09-11Merge pull request #1011 from nickhilliard/masterDanilo Sousa
add support for Coriant Groove
2017-09-11Merge pull request #1015 from jmkeyes/ftos-encoding-errorDanilo Sousa
Fix Encoding::UndefinedConversionError from FTOS
2017-09-06Fix encoding error from FTOS while listing hardware inventory on old ↵Joshua M. Keyes
firmware versions.
2017-09-02add support for Coriant GrooveNick Hilliard
2017-08-29Hide db last updateBruno Brito Carvalho
Everyday the IPS URL db is updated and so the configuration is "changed". I believe this information spams the diff config and my team and I just decided to replace it by a unique string. Maybe instead of putting this in the :secret, we could create an other var or something that can be specified in the conf. Don't know what you think of this ;-)
2017-08-25Add support for Accedian NIDs.Zach Puls
2017-08-22Merge pull request #782 from crami/masterDanilo Sousa
no space after password
2017-08-22Merge pull request #947 from brunobritocarvalho/patch-1Danilo Sousa
Exclude secondary-secrets and rsso-secret
2017-08-22Merge pull request #935 from davama/masterDanilo Sousa
Add show command
2017-08-22Merge pull request #948 from sfini/patch-1Danilo Sousa
Create alteonos.rb for radware/alteon
2017-08-22Merge pull request #701 from aschaber1/feature/hpmsaDanilo Sousa
add support for hp msa storage
2017-08-22Merge pull request #982 from WiXZlo/WiXZlo-patch-ucsDanilo Sousa
Add support for Cisco UCS model
2017-08-22Merge pull request #952 from koenvdheuvel/patch-1Danilo Sousa
Create enterasys.rb (C3/B3 series switches)
2017-08-22Update alteonos.rbNeil Lathwood
2017-08-22Add support for Cisco UCS modelWiXZlo
2017-08-21Merge pull request #956 from ignaqui/patch-1Danilo Sousa
Driver for Westell 8178G and Westell 8266G devices
2017-08-21Added policies savingStanislaw Datskevich
2017-08-21Added enable mode support for Ericsson SE100Nagainos
2017-08-04Update and rename radware.rb to alteonos.rbsfini
Change class and name for align the script with librenms
2017-08-03add support for hp msa storageAlexander Schaber
2017-08-01Driver for Westell 8178G and Westell 8266G devicesignaqui
2017-08-01Update enterasys.rb remove empty and comment linesKoen van den Heuvel
2017-07-29Support for Enterasys SecureStackKoen van den Heuvel
2017-07-28Create radware.rbsfini
Added support for Radware/Alteon Application Switch
2017-07-27Exclude secondary-secrets and rsso-secret Bruno Brito Carvalho
I've noticed there are sometimes secondary keys and rsso-secrets, so I propose we also replace them (worked for us)!
2017-07-11Add show commandDave
also added radius key redaction
2017-07-06Fixes for NetgearBrian Candler
- match the User: prompt on telnet - fix the sending of enable password - don't issue exit/quit commands on logout, because an additional prompt may or may not be encountered Closes #920
2017-07-03Merge pull request #896 from cd67-usrt/patch-1ytti
Create esa.rb Email Security Appliance CISCO
2017-07-03Merge pull request #897 from cd67-usrt/patch-2ytti
Create sma.rb Security Management Appliance CISCO
2017-07-03Update and rename sma.rb to ciscosma.rbcd67-usrt
2017-07-03Update and rename esa.rb to asyncos.rbcd67-usrt
2017-07-02Create audiocodes.rbFauli83
2017-07-02Merge pull request #907 from spinza/routeros-hide-sensitiveytti
RouterOS: Use `/export hide-sensitive` when `remove_secret` is set in Oxidized
2017-07-02Use `/export hide-sensitive` when `remove_secret` is set in Oxidized config.Louis Rossouw
2017-07-02Merge pull request #870 from ospfbgp/patch-6ytti
Update voss.rb
2017-07-02Merge pull request #872 from goebelmeier/panosytti
changed panos logout from exit to quit
2017-07-01Merge pull request #886 from Punicaa/masterytti
Fixes for Brocade ADX loadbalancers
2017-07-01Merge pull request #890 from flokli/planet-temperatureytti
Planet: remove temperature from output
2017-07-01Merge pull request #892 from rfdrake/masterytti
remove Uptime from dlink "show switch"
2017-07-01Merge pull request #859 from marnovdm/feature-cisco-multicontextytti
u/panzerfly's patch for 'Cisco ASA - Added support for multiple contexts' with fixes
2017-06-29Adding transceiver infoDave
2017-06-19Create sma.rbcd67-usrt
2017-06-19Create esa.rbcd67-usrt
2017-06-16Merge branch 'master' of https://github.com/ytti/oxidizedMatthias Cramer
2017-06-16password prompt adjustemntMatthias Cramer
2017-06-14remove Uptime from dlink "show switch"Robert Drake
fixes #878
2017-06-13Planet: remove temperature from outputFlorian Klink
Some Planet Switches (at least from their industrial line) show the system temperature on the 'show version' command, so strip it from the output, too.
2017-06-09Improve regexpPaul Beers
2017-06-09Improved regexpPaul Beers