Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-17 | Merge pull request #1205 from SoulGit/add-fortios-secrets | ytti | |
Add fortios fields to be masked by remove_secret flag | |||
2018-03-17 | Merge pull request #1222 from yzguy/yzguy/edgeos_vyatta_secret_removal | ytti | |
add removal of secrets in edgeos, vyatta | |||
2018-03-17 | Merge pull request #1223 from yzguy/junos_password_removal | ytti | |
add secrets to sanitize in JunOS | |||
2018-03-17 | Merge pull request #1227 from candlerb/candlerb/1212 | ytti | |
Skip the word 'encrypted' in Powerconnect password masking | |||
2018-03-17 | Merge pull request #1231 from wk/supermicro-support-refactor | ytti | |
Supermicro support refactor (extends #1036) | |||
2018-03-17 | correct typo in command to disable pagination | Wild Kat | |
2018-03-17 | restore dev comment of @tobbez to aricentiss model | Wild Kat | |
2018-03-17 | complain when backward compatibility shim is used | Wild Kat | |
2018-03-17 | restore backward compatibility with a supermicro shim | Wild Kat | |
2018-03-17 | refactor supermicro support | Wild Kat | |
2018-03-16 | Merge pull request #1230 from wk/doc-spelling-lint | ytti | |
improve spelling in docs | |||
2018-03-16 | improve spelling in docs | Wild Kat | |
2018-03-16 | Merge pull request #1229 from wk/documentation-touchups | ytti | |
documentation touch-ups and issue #1218 | |||
2018-03-16 | documentation touch-ups and issue #1218 | Wild Kat | |
2018-03-15 | Skip the word 'encrypted' in Powerconnect password masking | Brian Candler | |
Fixes #1212 | |||
2018-03-15 | add hexadecimal for junos pre-shared-secret | Adam Smith | |
2018-03-15 | add secrets to sanitize in JunOS | Adam Smith | |
2018-03-15 | add removal of secrets in edgeos, vyatta | Adam Smith | |
2018-03-14 | Merge pull request #1219 from wk/extending-oxidized-models | ytti | |
Document the process of creating and extending Oxidized models | |||
2018-03-14 | rename extending to creating models and correct typos | Wild Kat | |
2018-03-14 | fix a typo that broke a link within new documentation | Wild Kat | |
2018-03-14 | Document the process of extending models | Wild Kat | |
2018-03-13 | Merge pull request #1213 from wk/refresh-docker-docs | Charlie Allom | |
Refresh docker section in readme | |||
2018-03-12 | Refresh docker section in readme | Wild Kat | |
2018-03-12 | Merge pull request #1208 from wk/ssh-key-passphrase | Charlie Allom | |
Introduce support for OXIDIZED_SSH_PASSPHRASE for githubrepo hook | |||
2018-03-12 | Merge pull request #1207 from wk/dockerfile-refresh | Charlie Allom | |
Refresh Dockerfile | |||
2018-03-12 | Merge remote-tracking branch 'upstream/master' into ssh-key-passphrase | Wild Kat | |
2018-03-12 | Merge remote-tracking branch 'upstream/master' into dockerfile-refresh | Wild Kat | |
2018-03-12 | Merge pull request #1209 from wk/lint-markdown-docs | Charlie Allom | |
Lint markdown docs | |||
2018-03-12 | Lint and standardize markdown documentation | Wild Kat | |
2018-03-11 | Introduce support for OXIDIZED_SSH_PASSPHRASE | Wild Kat | |
2018-03-11 | Refresh Dockerfile | Wild Kat | |
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 | |||
2018-03-10 | Add fortios fields to be masked by remove_secret flag | Adam Furman | |
2018-02-27 | model: Added "commands" flag to "show configuration" on VyOS/Vyatta/EdgeOS ↵ | Zachary Puls | |
(#1164) | |||
2018-02-27 | model: Added support for ArbOS from Arbor Networks. (#1096) | Jason Ackley | |
* 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 | |||
2018-02-27 | Added model to Supported-OS-Types | Neil Lathwood | |
2018-02-21 | model: Update br6910 model prompt detection (#1188) | dhooper6430 | |
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. | |||
2018-02-15 | docs: Added model note for 3com comware (#1186) | Neil Lathwood | |
2018-02-10 | mode: Procurve model add show commands (#1176) | Dave | |
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! | |||
2018-02-10 | fix: Fixed docker build (#1181) | Charlie Allom | |
2018-02-09 | model: AWOS Make the space between # mandatory rather than optional in the ↵ | Thane Gill | |
prompt. (#1182) Per discussion in #1000 | |||
2018-01-31 | model: Add show system command to ciscosmb (#1165) | Dave | |
* Add show commands to ciscosmb * Update ciscosmb.rb Uptime changes which cause oxidized to update config. Removing line from final config output | |||
2018-01-30 | Fix prompt pattern for firewareos clusters and standalone | Alexandre-io | |
2018-01-25 | fix: Don't post diff to Slack if there are no diffs (#1151) | Adam Smith | |
2018-01-25 | model: Fixed FTP Passive/Active modes & Xyzel XGS4600 series Docs (#1161) | KodApa85 | |
* FTP Passive/Active mode added * Documentation for Xyzel XGS4600 series | |||
2018-01-18 | docs: Added documentation for setting up JunOS with Oxidized (#1155) | KodApa85 | |
2018-01-14 | fix: Allow Oxidized service to be stopped from services. (#1144) | mattie47 | |
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>". | |||
2018-01-09 | model: Remove system comment on time based rules for RouterOS. (#1143) | Alan Gregory | |
2018-01-06 | model: Added Allied Telesis AW+ model (#936) | mattie47 | |
* 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. | |||
2017-12-31 | Create snr.rb | Ilya Demyanov | |