hotsanic |
Subversion Repositories: |
Rev 1 | Rev 15 | |
---|---|---|
Line 123... | Line 123... | |
# modules listed here (space separated) will be executed |
# modules listed here (space separated) will be executed | |
# to use all availabe mods you may enter |
# to use all availabe mods you may enter | |
# RUN="*" |
# RUN="*" | |
# |
# | |
#RUN="iwconf part ping system traffic routing2 sensors networks" |
#RUN="iwconf part ping system traffic routing2 sensors networks" | |
RUN="iwconf part ping system traffic routing2 sensors" |
RUN="part ping system traffic" | |
#RUN="ping traffic system" |
#RUN="ping traffic system" | |
|
| |
##################################################################### |
##################################################################### | |
# # |
# # | |
# These settings affect the diagram generation # |
# These settings affect the diagram generation # | |
Line 136... | Line 136... | |
|
| |
# web-directory for all graphs |
# web-directory for all graphs | |
# this directory must be writeable for the rrdgraph tool |
# this directory must be writeable for the rrdgraph tool | |
# because each plugin will create its own subdir here. |
# because each plugin will create its own subdir here. | |
# |
# | |
WEBDIR="/home/www/html/hotsanic" |
WEBDIR="/home/www/html/hotsanic/" | |
|
| |
# Sizes of all output-graphics in pixels |
# Sizes of all output-graphics in pixels | |
# |
# | |
WIDTH="400" |
WIDTH="400" | |
HEIGHT="150" |
HEIGHT="150" | |
Line 151... | Line 151... | |
|
| |
# modules listed here (space separated) will be shown on webpage |
# modules listed here (space separated) will be shown on webpage | |
# to use all availabe mods you may enter |
# to use all availabe mods you may enter | |
# SHOW="*" |
# SHOW="*" | |
# |
# | |
SHOW="iwconf part ping system traffic routing2 sensors networks" |
SHOW="part ping system traffic" | |
|
| |
# in which order shall the modules appear on the webpage |
# in which order shall the modules appear on the webpage | |
# unlisted mods will be added in alphabetical order |
# unlisted mods will be added in alphabetical order | |
# |
# | |
ORDER="ping traffic iwconf system part routing2 sensors networks" |
ORDER="ping traffic system part" | |
|
| |
# diagram-rebuild timebase (minutes). |
# diagram-rebuild timebase (minutes). | |
# Usually 15 min. should do fine, but if you think your system |
# Usually 15 min. should do fine, but if you think your system | |
# is too busy, just increase the timebase as you like. |
# is too busy, just increase the timebase as you like. | |
# Values up to about 45 make sense since the lowest-scale graph |
# Values up to about 45 make sense since the lowest-scale graph |