summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-22Suppress timestamp response to ios xr commandsja-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-22Update ios.rbja-frog
2017-09-13Suppress timestamp response to ios commandsja-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-12Merge pull request #993 from sfini/patch-3Danilo Sousa
Create acsw.rb for Cisco Ace
2017-09-12Update acsw.rbsfini
2017-09-12Use lowercase for username/password in IOS modelNeil Lathwood
Some older IOS uses lowercase in the telnet prompt
2017-09-11Merge pull request #999 from brunobritocarvalho/patch-2Danilo Sousa
Hide db last update
2017-09-11Merge pull request #1004 from ZacharyPuls/pr-alu-docDanilo Sousa
Update README to indicate that Alcatel Lucent routers running SR OS (TiMOS) are supported.
2017-09-11Merge pull request #1002 from asenci/fix#1001Danilo Sousa
Fix #1001: Use git show instead of git diff for reporting changes
2017-09-11Merge pull request #1011 from nickhilliard/masterDanilo Sousa
add support for Coriant Groove
2017-09-11Merge pull request #1015 from jmkeyes/ftos-encoding-errorDanilo Sousa
Fix Encoding::UndefinedConversionError from FTOS
2017-09-11Merge pull request #996 from ZacharyPuls/accedianDanilo Sousa
Add support for Accedian NIDs.
2017-09-11Merge pull request #971 from danilopopeye/ds-worker-done-hookDanilo Sousa
all nodes done hook
2017-09-07Some older IOS uses lowercase in the telnet promptDeeps
2017-09-06Fix encoding error from FTOS while listing hardware inventory on old ↵Joshua M. Keyes
firmware versions.
2017-09-02add support for Coriant GrooveNick Hilliard
2017-08-30Update README to indicate that Alcatel Lucent routers running SR OSZach Puls
(TiMOS) are supported.
2017-08-30Fix #1001: Use git show instead of git diff for reporting changesAndre Sencioles
When running aginst a new repo, OX_REPO_COMMITREF points to the initial commit and OX_REPO_COMMITREF~1 is invalid. Git diff fails with error: unknown revision or path not in the working tree
2017-08-29Hide db last updateBruno Brito Carvalho
Everyday the IPS URL db is updated and so the configuration is "changed". I believe this information spams the diff config and my team and I just decided to replace it by a unique string. Maybe instead of putting this in the :secret, we could create an other var or something that can be specified in the conf. Don't know what you think of this ;-)
2017-08-25Update README.mdZach Puls
2017-08-25Add support for Accedian NIDs.Zach Puls
2017-08-24Update README.mdsfini
2017-08-24Create acsw.rb for Cisco Acesfini
Support for Cisco Ace
2017-08-22Merge pull request #782 from crami/masterDanilo Sousa
no space after password
2017-08-22Update README.mdNeil Lathwood
2017-08-22Merge pull request #947 from brunobritocarvalho/patch-1Danilo Sousa
Exclude secondary-secrets and rsso-secret
2017-08-22Merge pull request #935 from davama/masterDanilo Sousa
Add show command
2017-08-22Merge pull request #948 from sfini/patch-1Danilo Sousa
Create alteonos.rb for radware/alteon
2017-08-22Merge pull request #701 from aschaber1/feature/hpmsaDanilo Sousa
add support for hp msa storage
2017-08-22Merge pull request #982 from WiXZlo/WiXZlo-patch-ucsDanilo Sousa
Add support for Cisco UCS model
2017-08-22Merge pull request #952 from koenvdheuvel/patch-1Danilo Sousa
Create enterasys.rb (C3/B3 series switches)
2017-08-22Update alteonos.rbNeil Lathwood
2017-08-22Update README.mdNeil Lathwood
2017-08-22Update README.mdWiXZlo
2017-08-22Add support for Cisco UCS modelWiXZlo
2017-08-21Merge pull request #956 from ignaqui/patch-1Danilo Sousa
Driver for Westell 8178G and Westell 8266G devices
2017-08-21Updated oxidized.service file to rely on networkingNeil Lathwood
2017-08-21Added policies savingStanislaw Datskevich
2017-08-21Added enable mode support for Ericsson SE100Nagainos
2017-08-21Update README.mdignaqui
Added weos driver mention
2017-08-15include `nodes_done` docs to READMEDanilo Sousa
2017-08-15create `worker_done` eventDanilo Sousa
trigger a event when a full cycle was completed
2017-08-08remove duplicated hook env variableDanilo Sousa
2017-08-08Update README.mdsfini
2017-08-07Update README.mdsfini
2017-08-04Update and rename radware.rb to alteonos.rbsfini
Change class and name for align the script with librenms
2017-08-03add support for hp msa storageAlexander Schaber
2017-08-01Driver for Westell 8178G and Westell 8266G devicesignaqui
2017-08-01Update enterasys.rb remove empty and comment linesKoen van den Heuvel
2017-07-29Support for Enterasys SecureStackKoen van den Heuvel