I have some questions about the crontab entry that is supplied with the
JFFNMS code:
I have copied the crontab I am using for reference here. I am going to put
my questions in between the statement, so I apologize in advance if this is
a crummy way to do this.
-------------------------------------------------------------------------------------------------------------
#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
>>>> if I use the poller2 entry list later, should this one be commented out?
# Interface Autodiscovery
*/30 * * * * cd $JFFNMS && $PHP -q autodiscovery_interfaces.php >
/dev/null 2
>&1
>>>> There is another interface autodiscovery list below, uncommented,
what is the difference
>>>> between this on and the interface autodiscovery listed in the
experimental stuff section?
>>>> use together as showen or is this an error, such as use one or the
other, but not both.
# 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
>>> IF using this one, uncomment this and comment out poller entry above?
# New Interface Autodiscovery (Only change is the launcher)
*/30 * * * * cd $JFFNMS && $PHP -q autodiscovery_interfaces.php master
$THREA
DS > /dev/null 2>&1
>>> There is an interface autodiscovery listed about, use both or only one?
# Network Autodiscovery
#*/30 * * * * cd $JFFNMS && $PHP -q autodiscovery_network.php master
$THREADS
> /dev/null 2>&1
>>> Would using this help anything or is it to expiremental yet?
# Stuff you will probably NOT use
# Poller Helper, Experimental
#*/1 * * * * cd $JFFNMS && $PHP -q poller_helper.php >/dev/null 2>&1
>>> Would this help polling? or as the comment says, NOT use?
# Only in Satellite Enviorments
#* * * * * cd $JFFNMS && $PHP -q satellite_distribution.php >
/dev/null 2>&
1
Was going thru my implementation of JFFNMS and noticed this. My
performance is not good right now, probably running it on the wrong
machine, but this is the only thing I have--so I was checking everything I
could think of to squeeze every drop of performance I could.
Doug
-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
jffnms-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jffnms-users