Age | Commit message (Collapse) | Author |
|
Add Arista and Cisco Nexus syslog detection
|
|
|
|
Forgot to remove the argument from being used, will cause some issues as it seems to listen on a random port otherwise!
|
|
Change syslog.rb to use oxidized config file for options. I have to make these changes with every update to meet our needs (and perhaps others).
Not a big change, but it all appears to work fine for me :)
|
|
|
|
|
|
|
|
Oxidized as a service for systemd (Tested on Debian 8)
|
|
Devices with VSS enabled log Configuration Changes as "%SYS-SW1-5-CONFIG_I" where "SW1" is an identifier of the device in the stack that it came from. (Also added a bit of information of port numbers)
|
|
|
|
|
|
|
|
From issue #45
|
|
closes #67
|
|
|
|
Add a sysv init script (tested with Debian/wheezy)
|
|
if ~/.config/oxidized/model/ios.rb exists it is used, iinstead of the
system-wide model
|
|
|
|
|
|
|
|
'syslog.rb' listed to UDP port (or reads file). When IOS or JunOS style
config change/commit message is seen, it triggers immediate update ot
config
It transports commit message (junos) remote host from which change was
mde (ios) and who made the change (junos+ios). This is carried over to
the 'output' methods, that is, 'git blame' will show IOS/JunOS user-name
who made the change.
|