Wild Kat

Results 22 comments of Wild Kat

`^M` is typically the representation of carriage-return, and can be matched by including `^\r?` at the beginning of the prompt regexp, rather than `^(^M)?`

Cool feature! It may be better to have this off by default since `debug` itself is off by default - and having a user turn on debugging just to find...

@ytti that's very reasonable. The [`SecureRandom.hex`](https://ruby-doc.org/stdlib-1.9.3/libdoc/securerandom/rdoc/SecureRandom.html#method-c-hex) method from the core [`securerandom`](https://ruby-doc.org/stdlib-1.9.3/libdoc/securerandom/rdoc/SecureRandom.html) module seems to be particularly suited for this purpose.

A clear log early on with content similar to "Oxidized debugging output is configured to obfuscate sensitive output such as authentication credentials. Set 'mask_sensitive: off' in $config to disable'" seems...

While having spaces in hostnames of network equipment is a dubious operational practice, it is probably not up to Oxidized to pass judgement on how users configure their equipment -...

I would expect the hostname length procurve tolerates to not be infinite (maybe 32-64 characters). If we could place a number on this then that would allow at least constraining...

@STetzel Thanks for the PR! This model seems to be a subset of the [`hpebladesystem.rb`](https://github.com/ytti/oxidized/blob/master/lib/oxidized/model/hpebladesystem.rb) model that is currently in the repository. Could you provide some context as to why...

@STetzel thanks for working on this further; the intention of the request by @laf was that you introduce these additional changes as part of this PR by appending them as...

This looks good to go in principle, the only remaining question is the name. Could you take a moment to clarify as to why you've chosen to shorten "module" to...

@lberra That sounds reasonable; would you consider: * Taking this PR and renaming the model to `hpbladevc.rb` * Implementing the suggested changes * Testing it against real hardware and documenting...