[Pkg-cacti-maint] Bug#683474: [cacti] enable logging poller outputs
Puzzlet Chung
puzzlet at gmail.com
Wed Aug 1 02:55:15 UTC 2012
Package: cacti
Version: 0.8.8a-3
Severity: minor
The content of /etc/cron.d/cacti is as following:
MAILTO=root
*/5 * * * * www-data php --define suhosin.memory_limit=512M
/usr/share/cacti/site/poller.php 2>&1 >/dev/null | if [ -f /usr/bin/ts
] ; then ts ; else tee ; fi >> /var/log/cacti/poller-error.log
This doesn't log anything unless the >/dev/null part is pulled out.
More information about the Pkg-cacti-maint
mailing list