-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logwatcher #34
Comments
Yep, I've written simple init.d, and take it on /etc/init.d: #!/bin/bash DAEMON_PATH="YOUR/PATH/TO/newrelic_logwatcher_agent.rb" case "$1" in P.S.Don't forget make it executable(chmod 775 [this_file_name]) |
I get this error Il 13/05/2014 09:03, MarynaIS ha scritto:
-- Sponsor: |
Solved doing this PID= Il 13/05/2014 09:03, MarynaIS ha scritto:
-- Sponsor: |
But unfortunatly now I get /./newrelic-logwatcher.sh: line 34: when doing logwatcher stop /Il 13/05/2014 09:03, MarynaIS ha scritto:
-- Sponsor: |
check owner of file /var/run/newrelic_logwatcher_agent.pid (chown [user]:[user] var/run/newrelic_logwatcher_agent.pid) or change mod (chmod +755 var/run/newrelic_logwatcher_agent.pid) or run /etc/init.d/newrelic_logwatcher as root(with sudo) |
When chmod 755 I get In any case nothing came up in the NewRelic dashboard. Il 15/05/2014 12:43, MarynaIS ha scritto:
-- Sponsor: |
Just in case, have you installed logwatcher? |
Il 15/05/2014 15:54, MarynaIS ha scritto:
-- Sponsor: |
Any plans to make this an npi compatible plugin? |
Is possible to run the logwatcher as a daemon or to make it run continuosly?
How the logwatcher graph should be read?
You show the occurence on a per minute base?
The text was updated successfully, but these errors were encountered: