Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-29 | Add logrotate file | Dave | |
Assuming `log:` is set to: > log: /var/log/oxidized/<something>.log /var/log/oxidized will need to be owned by the user running oxidized | |||
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>". | |||
2017-10-11 | Rename haproxy example | Denver Abrey | |
2017-10-10 | Add haproxy example | Denver Abrey | |
2017-08-30 | Fix #1001: Use git show instead of git diff for reporting changes | Andre 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-21 | Updated oxidized.service file to rely on networking | Neil Lathwood | |
2017-07-21 | Change SIGTERM (default) to SIGINT when stopping oxidized systemd | Antti Tönkyrä | |
unit as per Puma documentation | |||
2017-07-07 | Merge pull request #921 from davama/master | ytti | |
Add After/Wait to service file | |||
2017-07-06 | Add After/Wait to service | Dave | |
Found with our setup this helped the service to come up on boot. Optional so commented out. CentOS7 | |||
2017-06-15 | check job status | Andre Sencioles | |
2017-06-15 | use bare repo instead of working directory | Andre Sencioles | |
Drop requirement for Git working directory by using the bare repository | |||
2017-04-17 | Adding support for custom CA certs | Mike Nowak | |
2017-03-22 | Update oxidized.init | Schylar Utley | |
2017-03-22 | Update oxidized.init | Schylar Utley | |
2017-03-22 | Edit init script | Schylar Utley | |
2017-03-22 | fix for auto-reload. 'read' doesn't block when stdin not attached to anything | Ben White | |
2016-10-13 | Add apache2 reverse proxy example | Denver Abrey | |
2016-10-12 | Add nginx reverse proxy example | roedie | |
2016-08-29 | Merge pull request #467 from ldep30/patch-1 | ytti | |
Update rest_client.rb to support 'rest' parameter | |||
2016-07-09 | oxidized should be run as its own username, not as root | Nick Hilliard | |
2016-06-15 | Update rest_client.rb | ldep30 | |
2016-06-15 | Update rest_client.rb | ldep30 | |
2016-06-10 | Update rest_client.rb to support 'rest' parameter | ldep30 | |
2016-05-05 | fixes #400 | Saku Ytti | |
2016-03-31 | release 0.13.10.13.1 | Saku Ytti | |
2016-02-19 | init.d script for centos, redhat and some others linux flavors | Danilo Sousa | |
2016-01-21 | fix typo in example section of oxidized-report-git-commits | Nick Hilliard | |
2016-01-19 | Add the option of automatically reloading the config every X seconds. Fixes #271 | Mike Bryant | |
2016-01-19 | Switch to phusion's docker-baseimage, to get service management and process ↵ | Mike Bryant | |
reaping | |||
2016-01-06 | release 0.10.0 | Saku Ytti | |
2015-12-28 | Merge pull request #238 from danbaugher/master | ytti | |
Added upstart job for ubuntu RVM installs | |||
2015-12-27 | added warning not to set the staging directory to be the same as the git repo | Nick Hilliard | |
2015-12-27 | Added git-to-email script | Nick Hilliard | |
2015-11-11 | Added upstart job for ubuntu RVM installs | Dan Baugher | |
2015-11-03 | Improve critical/pending/ok logic for nagios check | Marno van der Molen | |
2015-09-15 | Merge pull request #187 from cfiske/master | ytti | |
Add Arista and Cisco Nexus syslog detection | |||
2015-09-14 | Add Arista and Nexus syslog detection | clay_fiske | |
2015-08-24 | Fix Listening on Port | MrRJ45 | |
Forgot to remove the argument from being used, will cause some issues as it seems to listen on a random port otherwise! | |||
2015-08-15 | Update syslog.rb | MrRJ45 | |
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 :) | |||
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 | |