HERE IS MY ERROR MESSAGE AND MY CRONTAB FILE FOR JFFNMS On 4/19/06, Rionel.J Jeudy <[EMAIL PROTECTED]> wrote: > I am having trouble with JFFNM > > -Network discovery is not working > -ping status is not checked ( i can run fping manually) > > When i do TAIL -F cron i get the following result...why it fails? > could this be the source of my problem? > how can i fix it? > > [EMAIL PROTECTED]:/var/log# tail -f cron > Mar 15 10:07:51 Jeud_ionel crond[10635]: crond 2.3.3 dillon, started, > log level 8 > Mar 15 10:07:51 Jeud_ionel crond[10635]: failed user jffnms parsing > JFFNMS=/opt/jffnms/engine > Mar 15 10:07:51 Jeud_ionel crond[10635]: failed user jffnms parsing > PHP=/usr/bin/php > Mar 15 10:07:51 Jeud_ionel crond[10635]: failed user jffnms parsing THREADS=5 > Mar 15 10:07:51 Jeud_ionel crond[10635]: failed user jffnms parsing cd > $JFFNMS && $PHP -q satellite_distribution.php
MY CRONTAB FILE #Paths JFFNMS=/opt/jffnms/engine PHP=/usr/bin/php # Consolidator */1 * * * * cd $JFFNMS && $PHP -q consolidate.php >/dev/null 2>&1 # SLAs */30 * * * * cd $JFFNMS && $PHP -q rrd_analizer.php >/dev/null 2>&1 # TFTP Configuration 02 4 * * * cd $JFFNMS && $PHP -q tftp_get_host_config.php >/dev/null 2>&1 # Cleanup system 02 5 * * * cd $JFFNMS && $PHP -q cleanup_raw_tables.php >/dev/null 2>&1 20 * * * * cd $JFFNMS && sh tmpwatch.sh $JFFNMS >/dev/null 2>&1 # Old/Current Poller */5 * * * * cd $JFFNMS && $PHP -q poller.php >/dev/null 2>&1 # Interface Autodiscovery */30 * * * * cd $JFFNMS && $PHP -q autodiscovery_interfaces.php > /dev/null 2>&1 # Experimental stuff # Number of Poller/AD threads to run at the same time if using the new system THREADS=5 # New Poller for big Networks 1 * * * * cd $JFFNMS && $PHP -q poller2.php master $THREADS >/dev/null 2>&1 # New Interface Autodiscovery (Only change is the launcher) */30 * * * * cd $JFFNMS && $PHP -q autodiscovery_interfaces.php master $THREADS > /dev/null 2>&1 # Network Autodiscovery 30 * * * * cd $JFFNMS && $PHP -q autodiscovery_network.php master $THREADS > /dev/null 2>&1 # Stuff you will probably NOT use # Poller Helper, Experimental 1 * * * * cd $JFFNMS && $PHP -q poller_helper.php >/dev/null 2>&1 # Only in Satellite Enviorments * * * * cd $JFFNMS && $PHP -q satellite_distribution.php > /dev/null 2>&1 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ jffnms-users mailing list jffnms-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jffnms-users