March 2011
Beginner
348 pages
7h 54m
English
/etc/cron.d for running the report generation:
vi /etc/cron.d/reportScheduler
*/1 * * * * cactiuser /usr/bin/php /var/www/html/cacti/plugins/nmidCreatePDF/cron_pdf_scheduler.php > /dev/null 2>&1
You just changed your scheduler from the poller-based version to a cron-based one. This will allow the Cacti poller to concentrate on polling performance data while the operating system deals ...
Read now
Unlock full access