8000 GitHub - kamaradclimber/chef-logster: Chef cookbook for logster
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kamaradclimber/chef-logster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

A simple cookbook to install logster.

REQUIREMENTS

Requires git.

USAGE

Monitoring a log:

logster_log "/var/log/apache2/ex.log" do
   prefix "logster.localhost.ex"
   output "graphite"
   graphite_host "127.0.0.1:2003"
   parser "SampleLogster"
end

To remove logster you need to remove the logster recipe and logster_log code blocks, then include the logster::remove recipe. This will remove the logster code, but not the metrics or the logs.

LICENSE

The logster cookbook is released under the MIT license.

About

Chef cookbook for logster

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%
0