What functions have to be setup to run in the cron entries. I stress "have" since it seems like there are few options in there and the "crontab file comments aren't clear enough." Is it better to run poller.php or poller2.php what are the pros/cons? If you have poller running do you need to also run poller_helper? If you have poller2 running can you also run poller_helper? I'm starting to look at the code itself to see if I can make sense but someone may have already figured this out. The reason why I ask is due to the numerous emails coming in asking why the graphs haven't been created yet. This is usually due to the "poller" (whether that's poller.php or poller2.php) not running.
Anyone out there can definitively answer the question for me? NOTE: I'm using cron on a Solaris 5.9 box with default cron and it doesn't allow for the use of variables so I have my paths hard coded. # crontab -l jffnms | grep -v "^#" * * * * * cd /opt/jffnms/engine && /usr/local/bin/php -q consolidate.php >/dev/null 2>&1 * * * * * cd /opt/jffnms/engine && /usr/local/bin/php -q rrd_analizer.php >/dev/null 2>&1 * * * * * cd /opt/jffnms/engine && /usr/local/bin/php -q poller2.php master 5 >/dev/null 2>&1 02 4 * * * cd /opt/jffnms/engine && /usr/local/bin/php -q tftp_get_host_config.php >/dev/null 2>&1 02 5 * * * cd /opt/jffnms/engine && /usr/local/bin/php -q cleanup_raw_tables.php >/dev/null 2>&1 20 * * * * cd /opt/jffnms/engine && sh tmpwatch.sh /opt/jffnms/engine >/dev/null 2>&1 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
