Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-21 | model: Added support for Opnsense (#1111) | pv2b | |
* Add OPNsense model * Fix class name * Mention support for OPNsense in Supported OS types | |||
2017-11-20 | feature: Added model information to exec hook (#1105) | pv2b | |
* Add OX_NODE_MODEL to exec hook * Update docs to reflect added OX_NODE_MSG to hook | |||
2017-11-18 | model: 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-11-18 | docs: Misc Doc updates (#1107) | Jason Ackley | |
* 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 | |||
2017-11-15 | fix: Netgear model: Permit . as valid character in prompt (#1099) | pv2b | |
2017-11-11 | fix: Fix prompt pattern for model/comware.rb to handle ASCII Bell response ↵ | Nicholas Meredith | |
+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 | |||
2017-11-09 | docs: Added comment to clarify interval value is in seconds (#1093) | Neil Lathwood | |
2017-11-09 | Update Hooks.md (#1092) | Neil Lathwood | |
2017-11-09 | feature: Slack hook - optionally disable diff snippets and post custom ↵ | Nat Morris | |
messages (#763) * continue to diffs by default, but optionally post formatted messages * updated readme * remove static channel name * Update Hooks.md | |||
2017-11-08 | feature: Added hook for XMPP MUC (#951) | mortzu | |
* Added hook for XMPP MUC * Updated dockerfile * Added timeout to prevent oxidized to stop on XMPP error * Updated README | |||
2017-11-05 | docs: Added changelog for 0.21.0 (#1085) | Neil Lathwood | |
2017-11-01 | release: Bump version to 0.21.0 (#1081)0.21.0 | Neil Lathwood | |
2017-10-30 | docs: Added help section to docs | Neil Lathwood | |
Added help section to docs | |||
2017-10-24 | fix: Fixed fiberdriver recording changed output unnecessarily | Neil Lathwood | |
Fixed ever-changing output in fiberdriver model | |||
2017-10-21 | docs: Fixed the links to the OS files | Neil Lathwood | |
docs: Fixed the links to the OS files | |||
2017-10-21 | docs: Fixed the links to the OS files | laf | |
2017-10-20 | Fixed ever-changing output in fiberdriver model | Eric Lindsjö | |
2017-10-17 | Handle Dell N2000 switches (dnos6) | Rémi Verchère | |
2017-10-15 | Added Ubuntu HA Proxy example config | Neil Lathwood | |
Add haproxy example | |||
2017-10-11 | Rename haproxy example | Denver Abrey | |
2017-10-10 | Add haproxy example | Denver Abrey | |
2017-10-09 | Add support for Supermicro SSE-G48-TG4 | Torbjörn Lönnemark | |
This model (and possibly others) runs an OS with a different set of commands than the Supermicro model that already exists. | |||
2017-10-02 | Merge pull request #1053 from tkteun/patch-1 | Neil Lathwood | |
Update ciscosmb.rb | |||
2017-10-02 | Update ciscosmb.rb | tkteun | |
Cisco SG200 series do not support SSH | |||
2017-09-29 | Added help section to docs | laf | |
2017-09-28 | Docs refactor (#1042) | Neil Lathwood | |
* docs: Refactor docs to make them more digestible * small updates * More updates * more splitting off of files + fixed backtick use | |||
2017-09-26 | Merge pull request #1035 from tobbez/powerconnect-hide-passwords | Danilo Sousa | |
Powerconnect: Support password removal | |||
2017-09-25 | Merge pull request #1024 from ja-frog/master | Neil Lathwood | |
Suppress timestamp response to ios commands | |||
2017-09-22 | Suppress timestamp response to ios xr commands | ja-frog | |
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. | |||
2017-09-22 | Update ios.rb | ja-frog | |
2017-09-22 | Merge pull request #1037 from tobbez/better-model-docs | nopedial | |
Add better documentation for Model | |||
2017-09-22 | Add better documentation for Model | Torbjörn Lönnemark | |
2017-09-19 | Powerconnect: Support password removal | Torbjörn Lönnemark | |
2017-09-18 | support for SGOS (#1007) | seekerOK | |
add sgos.rb to Supported OS types | |||
2017-09-14 | Merge pull request #1025 from ZacharyPuls/node-email-fix | Danilo Sousa | |
Fix issue where "email" JSON field is not being passed through from REST API | |||
2017-09-13 | Fix issue where "email" JSON field is not being passed through from REST | Zachary Puls | |
API to worker. This allows for Gitlab (or another Git UI) to properly display the commit author. | |||
2017-09-13 | Suppress timestamp response to ios commands | ja-frog | |
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. | |||
2017-09-12 | Merge pull request #993 from sfini/patch-3 | Danilo Sousa | |
Create acsw.rb for Cisco Ace | |||
2017-09-12 | Update acsw.rb | sfini | |
2017-09-12 | Use lowercase for username/password in IOS model | Neil Lathwood | |
Some older IOS uses lowercase in the telnet prompt | |||
2017-09-11 | Merge pull request #999 from brunobritocarvalho/patch-2 | Danilo Sousa | |
Hide db last update | |||
2017-09-11 | Merge pull request #1004 from ZacharyPuls/pr-alu-doc | Danilo Sousa | |
Update README to indicate that Alcatel Lucent routers running SR OS (TiMOS) are supported. | |||
2017-09-11 | Merge pull request #1002 from asenci/fix#1001 | Danilo Sousa | |
Fix #1001: Use git show instead of git diff for reporting changes | |||
2017-09-11 | Merge pull request #1011 from nickhilliard/master | Danilo Sousa | |
add support for Coriant Groove | |||
2017-09-11 | Merge pull request #1015 from jmkeyes/ftos-encoding-error | Danilo Sousa | |
Fix Encoding::UndefinedConversionError from FTOS | |||
2017-09-11 | Merge pull request #996 from ZacharyPuls/accedian | Danilo Sousa | |
Add support for Accedian NIDs. | |||
2017-09-11 | Merge pull request #971 from danilopopeye/ds-worker-done-hook | Danilo Sousa | |
all nodes done hook | |||
2017-09-07 | Some older IOS uses lowercase in the telnet prompt | Deeps | |
2017-09-06 | Fix encoding error from FTOS while listing hardware inventory on old ↵ | Joshua M. Keyes | |
firmware versions. | |||
2017-09-02 | add support for Coriant Groove | Nick Hilliard | |