| 1234567891011121314151617 |
- # $Id: flux-mrtg.conf 2876 2007-04-12 11:30:34Z munk $
- # set all lines after "CHANGEME" (get a list with: "grep -A 1 CHANGEME this")
- # flux-path (aka "Path" in flux-settings)
- # CHANGEME
- FLUXPATH="/usr/local/torrentflux"
- # path to mrtg-conf-file.
- # wherever this is, ensure directory is writable for the user running this
- # script (-> user running mrtg) (mrtg creates a lockfile at its conf-file(s))
- # CHANGEME
- CONFFILE="/etc/mrtg/mrtg.flux.cfg"
- # where is mrtg
- # CHANGEME
- BIN_MRTG="/usr/bin/mrtg"
|