I'm having difficulties having monit to start newrelic-sysmond
This is the current config
check process newrelic with pidfile /var/run/nrsysmond.pid
start program = "/etc/init.d/newrelic-sysmond start"
stop program = "/etc/init.d/newrelic-sysmond stop"
But I always get 'newrelic-sysmond' failed to start
. Other daemons are running normally.
Any idea?