flux-mrtg.conf 501 B

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