summaryrefslogtreecommitdiff
path: root/lib/oxidized/model/comware.rb
AgeCommit message (Collapse)Author
2016-05-10Update comware.rbAlbert Martinez
issue #415 skip rogue ^M to comware based devices
2015-10-11remove () from nul byte check in comware promptNick Hilliard
2015-10-11sometimes the comware prompt might have a leading nul charNick Hilliard
2015-09-24model/comware: ignore lines with uptime (ingore case!) for realRoman Pertl
2015-04-16Add support for HP Comware SMB switchesTom Laermans
Some SMB HP switches (V1910, V1920) run Comware, but have the CLI hidden behind a "secret" toggle - it needs to be activated by _cmdline-mode on. The password to enable it varies per model, so this patch introduces a new var, comware_cmdline to contain the password. Unfortunately we cannot easily autodetect this, as only the "summary" command can give us the model number, but this command is paged and we cannot disable the pager until we are in the full CLI. Tested on HP V1910-24G-POE.
2015-02-07Added model for Comware based devicesJasper
Added support for Comware based devices from HP (A-series), H3C and 3Com.