Have splunk monitor the diaspora dir

This commit is contained in:
Raphael 2010-11-17 12:01:54 -08:00
parent f29c84fb48
commit 8a63b627d1

View file

@ -26,3 +26,6 @@ execute "Add forwarding server" do
command "cd /opt/splunk/bin && ./splunk add forward-server splunk.joindiaspora.com:9997 -auth admin:changeme"
end
execute "Add monitor for diaspora" do
command "cd /opt/splunk/bin && ./splunk add monitor /usr/local/app/diaspora/log"
end