Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-24 | Added [WARN] which show the pending backups | Antoine GUEVARA | |
2015-06-24 | Add [CRIT] & [OK] output | Antoine GUEVARA | |
2015-06-24 | Updated nagios_check_failing_nodes.rb | Antoine GUEVARA | |
2015-06-17 | Oxidized as a service for systemd | Florian Doublet | |
Oxidized as a service for systemd (Tested on Debian 8) | |||
2015-03-30 | Add Support for Cisco Devices with VSS | MrRJ45 | |
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) | |||
2015-03-13 | default to port 514 | Saku Ytti | |
2015-03-13 | support giving UDP port as argument | Saku Ytti | |
2015-03-13 | fix rest_client require | Saku Ytti | |
2015-03-13 | More examples | Saku Ytti | |
From issue #45 | |||
2015-02-22 | add nagios monitoring script | Saku Ytti | |
closes #67 | |||
2015-02-12 | Update oxidized.init | Stefan Schlesinger | |
2015-02-12 | Create oxidized.init | Stefan Schlesinger | |
Add a sysv init script (tested with Debian/wheezy) | |||
2014-07-11 | support local models | Saku Ytti | |
if ~/.config/oxidized/model/ios.rb exists it is used, iinstead of the system-wide model | |||
2014-03-14 | Update to match the new sinatra/puma API | Saku Ytti | |
2013-09-05 | quick fix in rest_client.rb | p-sherratt | |
2013-04-26 | 1.9/2.0 compatibility fix + syslogd cleanup | Saku Ytti | |
2013-04-20 | Example of Syslog triggered fetch | Saku Ytti | |
'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. |