Javier, I monitor some 350 cisco's by jffnms, everything works fine, but I see there are sometimes gaps in the graphs . I want to know what I have to adapt in the crontab to avoid those gaps
my crontab : cat /etc/crontab SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # m h dom mon dow user command 25 6 * * * root test -e /usr/sbin/anacron || run-parts --report /etc/cron.daily 47 6 * * 7 root test -e /usr/sbin/anacron || run-parts --report /etc/cron.weekly 52 6 1 * * root test -e /usr/sbin/anacron || run-parts --report /etc/cron.monthly JFFNMS=/opt/jffnms/engine PHP=/usr/bin/php4 THREADS=40 */4 * * * * www-data cd /opt/jffnms/engine && $PHP -q consolidate.php >/dev/null 2>&1 */30 * * * * www-data cd /opt/jffnms/engine && $PHP -q rrd_analizer.php >/dev/null 2>&1 02 4 * * * www-data cd /opt/jffnms/engine && $PHP -q tftp_get_host_config.php >/dev/null 2>&1 02 5 * * * www-data cd /opt/jffnms/engine && $PHP -q cleanup_raw_tables.php >/dev/null 2>&1 20 * * * * www-data cd /opt/jffnms/engine && sh tmpwatch.sh $JFFNMS >/dev/null 2>&1 #*/5 * * * * www-data cd /opt/jffnms/engine && $PHP -q poller.php >/dev/null 2>&1 */30 * * * * www-data cd /opt/jffnms/engine && $PHP -q autodiscovery_interfaces.php master > /dev/null 2>&1 Thx for your help, Greetings, Johan ------------------------------------------------------- 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
