X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=torrus%2Fconfigs%2Finitscript.conf;fp=torrus%2Fconfigs%2Finitscript.conf;h=77524793092da10530dab2e4a3a1fd1a895a0566;hp=0000000000000000000000000000000000000000;hb=74e058c8a010ef6feb539248a550d0bb169c1e94;hpb=35359a73152b3d7a9ad5e3d37faf81f6fedb76e8 diff --git a/torrus/configs/initscript.conf b/torrus/configs/initscript.conf new file mode 100644 index 000000000..775247930 --- /dev/null +++ b/torrus/configs/initscript.conf @@ -0,0 +1,31 @@ +# Torrus init script configuration +# You can override any value in @siteconfdir@/initscript.siteconf + +# If we perform su @torrus_user@ +TORRUS_CHANGE_UID=yes + +# How many times we sleep and wait for processes to finish +TORRUS_KILL_COUNT=9 + +# How much we sleep each time and wait for processes to finish +TORRUS_KILL_SLEEP=10 + +# Command-line options for collector and monitor daemons +TORRUS_CMDOPTS="" + +# When collector and monitor are executed together, +# let the monitor sleep 20 minutes and wait for some data +# to be collected +TORRUS_MONITOR_DELAY="--delay=20" + +# Place for collector commandline options, such as --runalways +TORRUS_COLLECTOR_CMDOPTS="" + + + + +# Local Variables: +# mode: shell-script +# indent-tabs-mode: nil +# perl-indent-level: 4 +# End: