summaryrefslogtreecommitdiff
path: root/lib/oxidized/model/procurve.rb
AgeCommit message (Collapse)Author
2018-07-07use convenience methods in modelsWild Kat
* use convenience methods in models for legibility * disable Style/SymbolProc in rubocop * introduce cut_both instead of cut_head.cut_tail chain * document cut_both convenience method
2018-05-11Enable 'enable' support for HP ProcurvesRobert (KHobbits)
2018-04-21the great makeover - standardize layout, alignment, indentationWild Kat
2018-04-08eliminate inverse methods from modelsWild Kat
2018-02-10mode: Procurve model add show commands (#1176)Dave
Sanitized output: ``` Power Supply Status: PS# Model State AC/DC + V Wattage ---- --------- ------------- ----------------- --------- 1 Unknwn Powered AC 220V 1500 2 Unknwn Powered AC 220V 1500 2 / 2 supply bays delivering power. Total power: 3000 W ``` Of course you see `unknwn` but that is addressed in latest firmware release. Thanks!
2017-11-18model: Procurve Handle switch selection for stack commanders (#1104)pv2b
When trying to connect to a HP Procurve Switch with stacking enabled, you are asked to choose which switch to connect to to manage. This patch makes it so that if this question is encountered, just press "Enter" to choose the stack commander. This won't make backing up stack members work (they still need to be configured seperately and given IP addresses, making stacking useless) but at least it makes it possible to back up a commander in a stack seperately. Fixed #1070 Credit to @stiltzkin10 for this fix.
2017-06-29Adding transceiver infoDave
2017-06-06Adding More infoDave
Thought this might be useful to make as default. We use this The radius key part is extra :)
2017-02-27Fixed issues with HP Aruba 2530 fw 16.02.0016Mk-
2017-02-10Procurve convert next line (NEL) to new lineUltra2D
2016-10-31Allow model to specify SSH PTY optionsSaku Ytti
2016-07-14Match entire control sequence after Press any key to continueUltra2D
2016-05-30Avoid commit if cpu, memory or received pkts change and handle cluster ↵Alexandre-io
informations.
2016-05-18Update procurve.rbArnoud Vermeer
Less escaping.
2016-05-18Update procurve.rbArnoud Vermeer
Feedback from @ytti
2016-05-18Dot's in hostnames are frowned upon, but allowedArnoud Vermeer
``` AMS01.LI17.RM.SW01(config)# hostname "AMS01.LI17.RM.SW01" Note: To be compliant with RFC 1123, the hostname must contain only letters, numbers and hyphens, and must not start or end with a hyphen. ```
2016-03-09Procurve remove secretUltra2D
2016-03-09Procurve filter control sequences and run `show system information`; fixes #356Ultra2D
2014-08-13Remove changing lines from procurve.rbJari Salo
2014-03-28prokurwa may ask to save config, answer 'no'Saku Ytti
2014-03-28\w contains \d and _Saku Ytti
2014-03-18Be more liberal about username promptSaku Ytti
^\r? was too strict Also move non-config above of config, rancid-style. Also Procurve is unbelievably shitty crapbox, screen drawing is shit, telnet password is maximum 17 chars, ssh password maximum 16 chars, que?
2013-05-12models enhancenopedial