Is it possible to have a central config file (like the other paths in the system config page) that is referenced?
Are there other hardcoded system utilities that the scripts depend on? For portability this should be addressed globaly as well as in this specific case. no? Thanks for the great work, I am running JFFNMS on FreeBSD with much sucess. Yesterday I was able to catch an ISP failing to deliver on their SLA's by tracking packet loss statistics in JFFNMS. JFFNMS has therefore very quickly paid for it's install costs. JFFNMS is one of the best programs I have used for this type of thing. Keep up the good work. - Ove Hi Aaron, Will it be ok if I just put "touch" in the tmpwatch.sh file ? Without giving it a full path, so the shell has to figure out its path. I'll add tmpwatch (as its not installed by default on Gentoo either) to the INSTALL file requirements. Javier Aaron Daubman wrote: >> Hi all, >> >> Just in case there are others running jffnms under FreeBSD, here's >> something to be aware of - and perhaps something to account for in >> future releases? >> >> the tmpwatch program called from the engines/tmpwatch.sh script is not >> standard on FreeBSD (but is not called out in the requirements). It's >> install location and command line args are also slightly different >> once installed. >> >> 'touch' is also in a different location than specified in the >> tmpwatch.sh script. >> >> FreeBSD users will have to (or `make install clean` the port): >> pkg_add -r tmpwatch >> >> And then modify the wrapper as follows: >> >> # diff engine/tmpwatch.sh /usr/local/jffnms/engine/tmpwatch.sh >> 6c6 >> < tmpwatch="/usr/sbin/tmpwatch --ctime -f $hours"; >> --- >> > >>>>tmpwatch="/usr/local/sbin/tmpwatch -c -f $hours"; > >> >> 13c13 >> < /bin/touch $DIR/.check >> --- >> > >>>> /usr/bin/touch $DIR/.check > >> >> >> Cheers, >> ~Aaron >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by Yahoo. >> Introducing Yahoo! Search Developer Network - Create apps using Yahoo! >> Search APIs Find out how you can build Yahoo! directly into your own >> Applications - visit http://developer.yahoo.net/?fr=fad-ysdn-ostg-q22005 >> _______________________________________________ >> jffnms-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/jffnms-users -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Javier Szyszlican, Project Leader, JFFNMS [EMAIL PROTECTED] I hope JFFNMS or I were helpful to you, if you can, please donate at http://jffnms.org/donate ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
