summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2018-04-27Merge pull request #1280 from rgnv/masterytti
Added Cisco Spark hook
2018-04-27Removed accidental deletionKodApa85
2018-04-27Corrected spelling mistakeKodApa85
2018-04-27Merge branch 'master' into xgs4600-cliKodApa85
2018-04-27Rebased and fixed conflictsNeil Lathwood
2018-04-27Merge remote-tracking branch 'upstream/master' into pr-1280Wild Kat
2018-04-24clarity updates for Configuration docJason Ackley
typo fixes - IP-Adress -> IP-Address remove_secrets -> remove_secret tag a ruby block as ruby for correct highlight misc other small text clarity (ssh_proxy is the proxy information etc)
2018-04-24Give some examples of smart loadingJason Ackley
Indicate that it can be used to have local site changes or updated models from the repo. minor text clarity on other items.
2018-04-24A few Outputs.md textual cleanupsJason Ackley
misc clarity items
2018-04-24Misc Hooks.md cleanupsJason Ackley
misc text clarity. clarify timeout is in seconds clarity the publickey/privatekey are paths - not the keys themselves. Reorder the AWS SNS example of describing the config before the example config for consistency with the rest.
2018-04-24Ruby-API.md cleanupsJason Ackley
Refer to things as 'device' versus 'switch' Add some example use case notes for post_login and pre_logout. MD highlight some items in the list for clarity misc text clarity adjustments.
2018-04-24Netgear notes updatesJason Ackley
Consistency - add a link back to Model-Notes at the bottom Tag a YAML block as YAML for highlighting.
2018-04-24Consistency - add a link back to Model-Notes at the bottomJason Ackley
2018-04-24Consistency - add a link back to Model-Notes at the bottomJason Ackley
2018-04-24Add a note about database engine reserved keywords.Jason Ackley
2018-04-23Fix Brocade linksytti
Fixes #1302
2018-04-19Basic support for NDMS OS (Zyxel Keenetic)Yuri Zubov
2018-04-16model: netgear.rb support for older models (#1268)Zsolt Zsiros
* Added support for older models (FW 5.x.y.z like on GS110TP, GS748Tv4, etc) * Fixed prompt regex * docs/Model-Notes/Netgear created * docs/Model-Notes/Netgear fixed typos
2018-04-13Merge branch 'master' into xgs4600-cliKodApa85
2018-04-12fix formatting to comply with Rubocoprgnv
2018-04-12Fixed markdown for Spark hookrgnv
2018-04-12Fixed markdown for Spark hookrgnv
2018-04-12Added Cisco Spark hookrgnv
2018-04-07improve githubrepo auth exampleWild Kat
2018-04-07extend githubrepo documentationWild Kat
2018-04-05docs: Fixed the link to SNR modelIlya Demyanov
2018-03-20refactor snr support into dcnos modelWild Kat
2018-03-20Merged latest changes from ytti/oxidizedCppMonkey
2018-03-17transition timos to srosWild Kat
2018-03-17restore dev comment of @tobbez to aricentiss modelWild Kat
2018-03-17refactor supermicro supportWild Kat
2018-03-16improve spelling in docsWild Kat
2018-03-16documentation touch-ups and issue #1218Wild Kat
2018-03-14rename extending to creating models and correct typosWild Kat
2018-03-14fix a typo that broke a link within new documentationWild Kat
2018-03-14Document the process of extending modelsWild Kat
2018-03-12Merge remote-tracking branch 'upstream/master' into ssh-key-passphraseWild Kat
2018-03-12Lint and standardize markdown documentationWild Kat
2018-03-11Introduce support for OXIDIZED_SSH_PASSPHRASEWild Kat
2018-02-27model: 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-27Added model to Supported-OS-TypesNeil Lathwood
2018-02-21rebasedNeil Lathwood
2018-02-15docs: Added model note for 3com comware (#1186)Neil Lathwood
2018-02-05Added support for setting ssh auth methodsNeil Lathwood
2018-02-01removed return characters, fixing the tableKodApa85
2018-02-01Fixed privilege table not displaying correctlyCppMonkey
2018-02-01Initial commit for SSH/Telnet on Xyzel XGS4600 seriesCppMonkey
2018-01-25model: Fixed FTP Passive/Active modes & Xyzel XGS4600 series Docs (#1161)KodApa85
* FTP Passive/Active mode added * Documentation for Xyzel XGS4600 series
2018-01-18docs: Added documentation for setting up JunOS with Oxidized (#1155)KodApa85
2018-01-06model: 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.