summaryrefslogtreecommitdiff
path: root/lib/oxidized/cli.rb
AgeCommit message (Collapse)Author
2016-01-15fixes issue #264Elvin Efendi
2015-12-13refactor and fix bugs introduced with new changesElvin Efendi
2015-12-07bug fixElvin Efendi
2015-12-04do not start new instance when there is one runningElvin Efendi
2015-11-13better test framework, more specs and Travis CIElvin Efendi
2014-08-16Closes #35Saku Ytti
2014-04-16Don't daemonize by default0.0.54Saku Ytti
It's useful to run interactively during startup, to get the helpful messages about missing stuff.
2014-04-16remove web APISaku Ytti
It is now separately in oxidized-web package
2014-04-15use Asetus#create to create missing config0.0.52Saku Ytti
2014-04-14Use 'asetus' for configuration filesSaku Ytti
Main benefits a) we get support for system wide configs b) we don't use symbols in config file, they're confusing to non-rubyist