Age | Commit message (Collapse) | Author |
|
* 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
|
|
|
|
|
|
messages (#763)
* continue to diffs by default, but optionally post formatted messages
* updated readme
* remove static channel name
* Update Hooks.md
|
|
* Added hook for XMPP MUC
* Updated dockerfile
* Added timeout to prevent oxidized to stop on XMPP error
* Updated README
|
|
|
|
|
|
Added help section to docs
|
|
Fixed ever-changing output in fiberdriver model
|
|
docs: Fixed the links to the OS files
|
|
|
|
|
|
|
|
Add haproxy example
|
|
|
|
|
|
This model (and possibly others) runs an OS with a different set of
commands than the Supermicro model that already exists.
|
|
Update ciscosmb.rb
|
|
Cisco SG200 series do not support SSH
|
|
|
|
* docs: Refactor docs to make them more digestible
* small updates
* More updates
* more splitting off of files + fixed backtick use
|
|
Powerconnect: Support password removal
|
|
Suppress timestamp response to ios commands
|
|
At least some versions of ios xr output a timestamp after each input command. This will cause Oxidized to have a different version of the config for every poll of the device. I added the per-session command to suppress timestamps.
|
|
|
|
Add better documentation for Model
|
|
|
|
|
|
add sgos.rb to Supported OS types
|
|
Fix issue where "email" JSON field is not being passed through from REST API
|
|
API to worker. This allows for Gitlab (or another Git UI) to properly
display the commit author.
|
|
At least some versions of ios output a timestamp after each input command. This will cause Oxidized to have a different version of the config for every poll of the device. I added the per-session command to suppress timestamps.
|
|
Create acsw.rb for Cisco Ace
|
|
|
|
Some older IOS uses lowercase in the telnet prompt
|
|
Hide db last update
|
|
Update README to indicate that Alcatel Lucent routers running SR OS (TiMOS) are supported.
|