You are not logged in.
Pages: 1
Hey all,
So Ive installed Observium on my Arch box and I created a cronie file and saved it to /etc/cron.d/observium
33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1
*/5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1
*/5 * * * * root /opt/observium/poller-wrapper.py 1 >> /dev/null 2>&1
However, its seemingly not running, or at least not working. The Cronie systemd service is running, so Im not sure what the hold up is. Any ideas?
Last edited by Zygote (2014-07-04 12:45:18)
Offline
Does it work if you run it manually from the command line?
Are you sure about the 'root' part?
Why not log the output?
Offline
running the commands manually work just fine. Ill see if I can log the output and see if I figure anything out, but not sure what the problem might be.
Offline
Nevermind.. Logs showed the obvious problem. Forgot to add the symlink from python2.7 to /usr/bin/python
Last edited by Zygote (2014-07-04 12:45:08)
Offline
Pages: 1