#### General configuration parameters for mrtnk ##### # THIS FILE mrtnk.setup HAS TO BE PUT IN /etc ###### TO BE EDITED ############ # Install directory of mrtnk scripts MRTNK="/usr/local/mrtnk" #Path to in-out scripts (default: "script" directory in mrtnk install directory) SCRIPTS="$MRTNK/scripts" # Path to rrd databases (default: "logs_rrd" directory in mrtnk install directory) LOGS="$MRTNK/logs_rrd" # Path to html files (to be created) HTML="/webnew" # Directory where rrd images are stored # There are 2 possibilities: # 1/ all images for all targets are stored in one directory, then you have to create # this directory as a subdirectory of previous HTML directory # 2/ for some or all targets, you may want to define a directory to store HTML files # (option DIRECTORY in your config file), then mrtnk scripts will create these # directories and a sub directory with the name provided here to store the # corresponding images IMAGES="images_rrd" # Relative Path to an image Directory of your webserver # This Directory is where you are going to put RRDTOOL and MRTNK logos # provided in the images directory of this archive IMAGES_GENERAL=images # Directory conf in mrtnk (you should not change this) CONF=$MRTNK/conf # Path to rrdtool binary (reffer to your own setup) RRD="/usr/local/rrdtool/bin/rrdtool" # Path to snmpget SNMPGET="/usr/bin/snmpget"