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. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org