summaryrefslogtreecommitdiff
path: root/extra
AgeCommit message (Collapse)Author
2018-07-10Added verbiage to set OXIDIZED_HOME correctly under Debian 8.8 w/systemdJason Lixfeld
2018-04-21the great makeover - standardize layout, alignment, indentationWild Kat
2018-03-29Add logrotate fileDave
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-14fix: 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-11Rename haproxy exampleDenver Abrey
2017-10-10Add haproxy exampleDenver Abrey
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-21Updated oxidized.service file to rely on networkingNeil Lathwood
2017-07-21Change SIGTERM (default) to SIGINT when stopping oxidized systemdAntti Tönkyrä
unit as per Puma documentation
2017-07-07Merge pull request #921 from davama/masterytti
Add After/Wait to service file
2017-07-06Add After/Wait to serviceDave
Found with our setup this helped the service to come up on boot. Optional so commented out. CentOS7
2017-06-15check job statusAndre Sencioles
2017-06-15use bare repo instead of working directoryAndre Sencioles
Drop requirement for Git working directory by using the bare repository
2017-04-17Adding support for custom CA certsMike Nowak
2017-03-22Update oxidized.initSchylar Utley
2017-03-22Update oxidized.initSchylar Utley
2017-03-22Edit init scriptSchylar Utley
2017-03-22fix for auto-reload. 'read' doesn't block when stdin not attached to anythingBen White
2016-10-13Add apache2 reverse proxy exampleDenver Abrey
2016-10-12Add nginx reverse proxy exampleroedie
2016-08-29Merge pull request #467 from ldep30/patch-1ytti
Update rest_client.rb to support 'rest' parameter
2016-07-09oxidized should be run as its own username, not as rootNick Hilliard
2016-06-15Update rest_client.rbldep30
2016-06-15Update rest_client.rbldep30
2016-06-10Update rest_client.rb to support 'rest' parameterldep30
2016-05-05fixes #400Saku Ytti
2016-03-31release 0.13.10.13.1Saku Ytti
2016-02-19init.d script for centos, redhat and some others linux flavorsDanilo Sousa
2016-01-21fix typo in example section of oxidized-report-git-commitsNick Hilliard
2016-01-19Add the option of automatically reloading the config every X seconds. Fixes #271Mike Bryant
2016-01-19Switch to phusion's docker-baseimage, to get service management and process ↵Mike Bryant
reaping
2016-01-06release 0.10.0Saku Ytti
2015-12-28Merge pull request #238 from danbaugher/masterytti
Added upstart job for ubuntu RVM installs
2015-12-27added warning not to set the staging directory to be the same as the git repoNick Hilliard
2015-12-27Added git-to-email scriptNick Hilliard
2015-11-11Added upstart job for ubuntu RVM installsDan Baugher
2015-11-03Improve critical/pending/ok logic for nagios checkMarno van der Molen
2015-09-15Merge pull request #187 from cfiske/masterytti
Add Arista and Cisco Nexus syslog detection
2015-09-14Add Arista and Nexus syslog detectionclay_fiske
2015-08-24Fix Listening on PortMrRJ45
Forgot to remove the argument from being used, will cause some issues as it seems to listen on a random port otherwise!
2015-08-15Update syslog.rbMrRJ45
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-24Added [WARN] which show the pending backupsAntoine GUEVARA
2015-06-24Add [CRIT] & [OK] outputAntoine GUEVARA
2015-06-24Updated nagios_check_failing_nodes.rbAntoine GUEVARA
2015-06-17Oxidized as a service for systemdFlorian Doublet
Oxidized as a service for systemd (Tested on Debian 8)
2015-03-30Add Support for Cisco Devices with VSSMrRJ45
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-13default to port 514Saku Ytti
2015-03-13support giving UDP port as argumentSaku Ytti
2015-03-13fix rest_client requireSaku Ytti
2015-03-13More examplesSaku Ytti
From issue #45