21 Oct
2013
21 Oct
'13
4:39 a.m.
Job Snijders schreef op 20-10-2013 23:28:
Is there any way to make poller-wrapper.py produce more logging? (I admit not going through the code).
Maybe if you run it from cron like this?
*/5 * * * * root /path/to/wrapper > /tmp/poller-wrapper-output 2>&1
When using /etc/crontab file, remove the user column (root). It should be something like:
*/5 * * * * /opt/observium/poller-wrapper.py > /tmp/poller-wrapper-output 2>&1