Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-20 | Merge pull request #221 from erefre/patch-2 | ytti | |
add support for Dell networking OS, dnos | |||
2015-10-20 | add support for Dell networking OS, dnos | erefre | |
Dell Force10 has changed model name from FTOS to DNOS | |||
2015-10-12 | Merge pull request #215 from nickhilliard/nf-model-add-arris-c4 | ytti | |
Add support for Arris C4 CMTS | |||
2015-10-11 | Add support for Arris C4 CMTS | Nick Hilliard | |
2015-10-04 | Merge pull request #212 from nickhilliard/bf-fix-ironware-arbitrary-nl2 | ytti | |
occasionally ironware randomly inserts extraneous blank lines | |||
2015-10-03 | occasionally ironware randomly inserts extraneous blank lines | Nick Hilliard | |
2015-09-30 | Merge pull request #209 from nickhilliard/master | ytti | |
Add documentation note about API URI | |||
2015-09-30 | Add documentation note about API URI | Nick Hilliard | |
2015-09-29 | Merge pull request #204 from tobiasa1/patch-1 | ytti | |
Ignore save-config warning after exit in XOS | |||
2015-09-29 | Ignore save-config warning after exit in XOS | Tobias Andersson | |
2015-09-28 | Merge pull request #194 from skoef/master | ytti | |
made IronWare compatible with older Foundry/Brocade switches | |||
2015-09-28 | fixes #202 | Saku Ytti | |
2015-09-28 | Merge remote-tracking branch 'ytti/master' | Reinier Schoof | |
Conflicts: lib/oxidized/model/ironware.rb | |||
2015-09-28 | merged models for older and newer | Reinier Schoof | |
- login prompt matches both older and newer version of IronWare - send carriage returns for both versions as it should make no difference - made temperature filters compatible and removed obsolete ’d’ character | |||
2015-09-27 | Merge pull request #200 from nickhilliard/br-fix-asa-cmd-order | ytti | |
move "show inventory" up | |||
2015-09-27 | Merge pull request #199 from nickhilliard/br-fix-ironware-show-module | ytti | |
some ironware devices are fixed config => no modules | |||
2015-09-27 | Merge pull request #198 from nickhilliard/br-fix-ironware-cmd-order | ytti | |
put "show run" at the bottom of oxidized output | |||
2015-09-26 | move "show inventory" up to stop "show run" from being sandwiched in between ↵ | Nick Hilliard | |
comments | |||
2015-09-26 | some ironware devices are fixed config => no modules | Nick Hilliard | |
2015-09-26 | put "show run" at the bottom of oxidized output | Nick Hilliard | |
2015-09-26 | Merge pull request #197 from nickhilliard/master | ytti | |
fix white space and CR problems on xos model | |||
2015-09-26 | fix white space and CR problems on xos model | Nick Hilliard | |
2015-09-25 | added model for older Foundry/Brocade model switches | Reinier Schoof | |
Oxidized model for Foundry/Brocade switch models that run IronWare but require carriage return instead of newline on enable command and require different filters for temperature/uptime lines | |||
2015-09-25 | Merge remote-tracking branch 'ytti/master' | Reinier Schoof | |
2015-09-25 | Merge pull request #193 from skoef/master | ytti | |
only send username when username is set at all | |||
2015-09-25 | cleaned up conditional | Reinier Schoof | |
2015-09-25 | only send username when username is set at all | Reinier Schoof | |
Some of my switches don’t expect any username on telnet. This change allows me to leave the username field effectively empty for a switch. | |||
2015-09-24 | Merge pull request #192 from roock/master | ytti | |
model/comware: ignore lines with uptime (ingore case!) for real | |||
2015-09-24 | model/comware: ignore lines with uptime (ingore case!) for real | Roman Pertl | |
2015-09-21 | Merge pull request #188 from skares/patch-1 | ytti | |
Update powerconnect.rb | |||
2015-09-21 | Update powerconnect.rb | skares | |
Add :ssh Username and Password login. | |||
2015-09-17 | Merge branch 'master' of github.com:ytti/oxidized | Saku Ytti | |
2015-09-17 | restore ruby 1.9.3 compatibility0.8.1 | Saku Ytti | |
fix some whitespaces bump up gemspec version | |||
2015-09-15 | Merge pull request #187 from cfiske/master | ytti | |
Add Arista and Cisco Nexus syslog detection | |||
2015-09-14 | Add Arista and Nexus syslog detection | clay_fiske | |
2015-09-14 | release new version | Saku Ytti | |
bump up gemspec | |||
2015-09-14 | Merge branch 'master' of github.com:ytti/oxidized0.8.0 | Saku Ytti | |
2015-09-14 | Fix new line removal | Saku Ytti | |
Probably the intention was cfg.each_line.to_a[1..-3].map(&:rstrip).join("\n") But as it's just incorrectly removed new line from last line, clearly the rstrip has not been needed, so not gonna add it unless proven that it's needed. Spotted by @nickhilliard | |||
2015-09-14 | Merge pull request #186 from nickhilliard/master | ytti | |
cfg.repo needs to be fixed up with File.expand_path on init | |||
2015-09-14 | cfg.repo needs to be fixed up with File.expand_path on init | Nick Hilliard | |
2015-09-14 | Merge pull request #185 from nickhilliard/bf-utf8-encoding | ytti | |
smooth over ironware broken encoding | |||
2015-09-13 | smooth over ironware broken encoding | Nick Hilliard | |
2015-09-13 | Merge pull request #182 from nickhilliard/master | ytti | |
broken ironware cli occasionally swallows text | |||
2015-09-13 | Merge pull request #184 from nickhilliard/bf-ironware-prompt | ytti | |
ironware prompt matches normal config | |||
2015-09-13 | ironware prompt matches normal config | Nick Hilliard | |
2015-09-13 | ironware prompt matches normal config | Nick Hilliard | |
2015-09-13 | workaround for broken ironware cli, which occasionally swallows input ↵ | Nick Hilliard | |
without trace | |||
2015-09-13 | Expand repo's path, so that ~ works | Saku Ytti | |
Also remove trailing whitespaces | |||
2015-09-12 | Fix FloatDomainError when 0 nodes are found | Saku Ytti | |
Oxidized would throw: ---- /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/jobs.rb:36:in `to_i': NaN (FloatDomainError) from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/jobs.rb:36:in `new_count' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/jobs.rb:28:in `duration' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/jobs.rb:16:in `initialize' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/worker.rb:7:in `new' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/worker.rb:7:in `initialize' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/core.rb:21:in `new' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/core.rb:21:in `initialize' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/core.rb:12:in `new' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/core.rb:12:in `new' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/cli.rb:9:in `run' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/bin/oxidized:9:in `<top (required)>' from /usr/local/bin/oxidized:23:in `load' from /usr/local/bin/oxidized:23:in `<main>' --- When nodes.size == 0, this may happen when you have say one node in router.db which has non-existing model. Actual problem happens in jobs.rb: @duration = @durations.inject(:+).to_f / @nodes.size ... @want = ((@nodes.size * @duration) / @interval).to_i Simplified: a = 0.0 / 0 b = a.to_i | |||
2015-09-06 | Merge pull request #176 from MrRJ45/patch-1 | ytti | |
Fix Regex Warning |