Age | Commit message (Collapse) | Author |
|
|
|
|
|
Document the process of creating and extending Oxidized models
|
|
|
|
|
|
|
|
Refresh docker section in readme
|
|
|
|
Introduce support for OXIDIZED_SSH_PASSPHRASE for githubrepo hook
|
|
Refresh Dockerfile
|
|
|
|
|
|
Lint markdown docs
|
|
|
|
|
|
Refresh Dockerfile to resolve multiple issues:
* Bump base image from 0.9.18 to 0.10.0 (now xenial based).
* Remove dependency on ppa:brightbox and use xenial ruby2.3
* Split build into 2 stages to backport libssh2 1.7.0 which is
needed for githubrepo hook but is not available in xenial
* Misc cleanup and comments
|
|
|
|
(#1164)
|
|
* Basic support for ArbOS from Arbor Networks.
ArbOS is the generic name for Arbor Networks (https://www.arbornetworks.com/) OS that runs on some of their devices.
Found and imported from https://github.com/claranet/oxidized . Credit to Claranet for the creation.
Locally validated on Peakflow SP v8.2+
The module is quite simple as the command 'config show' automatically disables pagination. There is a pagination-enabled version of the command as well.
* Added model notes for ArbOS
|
|
|
|
The BR6910 switch can be configured to display anything on the prompt, by default it's vty-, I have modified the prompt statement to allow for whatever the user has configured the prompt to be.
|
|
|
|
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!
|
|
|
|
prompt. (#1182)
Per discussion in #1000
|
|
* Add show commands to ciscosmb
* Update ciscosmb.rb
Uptime changes which cause oxidized to update config.
Removing line from final config output
|
|
|
|
|
|
* FTP Passive/Active mode added
* Documentation for Xyzel XGS4600 series
|
|
|
|
There is an issue with oxidized and correctly terminatating when a user stops the service.
Unfortunately the root cause of this issue has yet to be identified, and it may
have to do with specific versions of Ruby gems.
As such, the workaround is to use a SIGKILL to kill the oxidized/puma service
instead of a SIGINIT.
Note: This does not solve the issue with manually starting the oxidized
daemon and using Ctrl + c to stop it. The solution here is to then
press Ctrl + Z, then manually "kill -9 <PID>".
|
|
|
|
* Create awplus.rb
Added support for Allied Telesis AW+ switches and routers
* Add support for Allied Telesis Alliedware Plus products
* Add Allied Telesis to Supported Products
* Add Allied Telesis to supported models
Feature support included:
- Telnet and SSH
-- Enable/Secret Password
- Device info from "show system" command
-- Dynamic output e.g. Device Uptime is removed.
- Var: remove_secret
- User-defined terminal length
-- User is not required to "terminal no length" and can keep configured pager length.
|
|
|
|
* Update fortios.rb
Modify script for discard changes private key encryption every time config is downloaded
https://github.com/ytti/oxidized/issues/931
* Update fortios.rb
* Update fortios.rb
* Update fortios.rb
Added filter for inter-controller-key and Cluster uptime.
After update to version 5.6 inter-controller-key change every time config is downloaded .
Cluster uptime is now present and change every time config is downloaded .
* Update fortios.rb
Added rsso secret configuration remove
* Update fortios.rb
Added (Virus-DB|Extended DB|IPS-DB|IPS-ETDB|APP-DB|INDUSTRIAL-DB|Botnet DB|IPS Malicious URL Database) to the script , as suggested in #1119
|
|
* Hide snmp community
Community is displayed next to this line (old ios versions)
* Updating as suggested
Thanks @ZacharyPuls
* Was missing a /
* Was missing the last /
I missed that one yesterday. Sorry, making those changes from browser, many useless commits.
|
|
Technologies Co.,Ltd. (#1097)
* Add support for Broadband Network Platform Software from GCOM Technologies Co.,Ltd.
* requested changes
|
|
* Add support for SLX-OS
* Remove commented code
* Add SLX-OS on the list of Supported OS Types
* Replace tabs with spaces
* Regex modification for remove the display of uptime
|
|
|
|
|
|
* GPG bug fix
* Update Sources.md
* Update README.md
|
|
|
|
* Add OPNsense model
* Fix class name
* Mention support for OPNsense in Supported OS types
|
|
* Add OX_NODE_MODEL to exec hook
* Update docs to reflect added OX_NODE_MSG to hook
|
|
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.
|
|
* Move VRP-Huawei.md to new Model-Notes subdir
* Update Sources.md with a few improvements:
1. Sync the example table name between the MySQL and SQLite example configs for consistency.
2. Document the very useful custom SQL query parameter (query:) including a couple of examples.
* Basic README.md for Model-Notes directory with a simple table for notes/caveats
* Markdown quote the Huawei config blocks and link back to README.md
* Update Sources.md
|
|
|
|
+fix minor README.md typo (#1094)
* comware.rb: update prompt to work when trailing ^G ASCII 7 (bell) is sent
* README.md: correct typo 'HTT' to 'HTTP' for Configuration / Outputs paragraph
* model/comware.rb: cleaning out some comments
|
|
|
|
|