forked from ytti/oxidized
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update fork #1
Merged
Merged
Update fork #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update ruby support in README
Update README.md SQL
Remove extra new lines added by export command
Add some OS-Model mapping in README
Updated Dockerfile to use ruby 2.3
wrongly removed in 56bac97
rollback `alvarion` model
Empty value was variably considered "" or nil, now it will always be "" string. Now "nil", "false", "true" strings are converted to their respective types nil, false and true. This also means we cannot have verbatim strings by that name, like if your password was "false", you're shit out of luck. If this is the case, we can add some __false__ hack or consider other similar solutions. Fixes #500 Fixes #534 May break stuff with ""/nil changing now, but as it was not consistent to begin with, I find it acceptable. Users now may need to manually enter nil in some fields to regain old behaviour.
Added APC model to oxidized
name contained -, which my replace regexp didn't allow, thus didn't generate link for that model
The \n is not seen as a lineline with ' it need "
Added correction related to issue #445 and docker-compose file example
Update README.md
Add nginx reverse proxy example
Add apache2 reverse proxy example
Add GPG support for reading router.db
This is the proposed fix for issue #669. Let me know if there is anything that I need to fix. This appears to be working correctly for the switch I have in house (S2400-24P). However the model is not working for the Aruba Instant AP (IAP) (virtual) controller. I hope to submit a fix for those once I have it working. The problems with that device appear to be unrelated to these changes as the prompt is incorrect.
Don't show error is unsupported
Filter out rogue client alerts from AireOS
Add git build to README
feature: support an IP Address provided with a netmask
Ignore Uptime/Power/Date fields in chassisShow and configShow
Updating fabricos.rb to ignore dynamic fields
Remove \r from the "enable" command. Both \r and \n are interpreted the same on older versions, causing a blank line to be sent as the enable password. Add a delay between the sending of the "logout" command and each "exit" command. Older devices don't seem to be able to keep up with the speed the commands are sent without a delay.
Restore compatibility with older versions of IronWare
This works on older IronWare devices without needing a sleep between each command.
Cleaner way to fix older IronWare devices
added secret removal for fortiOS
MajesticFalcon
pushed a commit
that referenced
this pull request
May 12, 2020
Update hpebladesystem.rb
MajesticFalcon
pushed a commit
that referenced
this pull request
May 12, 2020
confucious say: man who rebases broken test of another simply shifting blame
MajesticFalcon
pushed a commit
that referenced
this pull request
May 12, 2020
massage into rubocop compliance
MajesticFalcon
pushed a commit
that referenced
this pull request
May 12, 2020
add references to new openwrt model to round up the PR
MajesticFalcon
pushed a commit
that referenced
this pull request
May 12, 2020
refactor login in ssh.rb
MajesticFalcon
pushed a commit
that referenced
this pull request
May 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.