hotsanic |
Subversion Repositories: |
Rev 15 | Rev 27 | |
---|---|---|
Line 99... | Line 99... | |
# when logfiles reach LOGSIZE they will get rotated. |
# when logfiles reach LOGSIZE they will get rotated. | |
# LOGBACKUPS old logfiles will be kept as backups |
# LOGBACKUPS old logfiles will be kept as backups | |
# |
# | |
DIAGRAMLOG="last" |
DIAGRAMLOG="last" | |
LOGSIZE="200000" |
LOGSIZE="200000" | |
LOGBACKUPS="5" |
LOGBACKUPS="1" | |
|
| |
# level of debugging (-1 .. 5) |
# level of debugging (-1 .. 5) | |
# -1 means no debugging information at all |
# -1 means no debugging information at all | |
# |
# | |
DEBUGLEVEL="-1" |
DEBUGLEVEL="-1" | |
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="part ping system traffic" |
RUN="part ping system traffic temp" | |
#RUN="ping traffic system" |
#RUN="ping traffic system packets temp" | |
|
| |
##################################################################### |
##################################################################### | |
# # |
# # | |
# These settings affect the diagram generation # |
# These settings affect the diagram generation # | |
# # |
# # | |
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="part ping system traffic" |
SHOW="part ping system traffic temp" | |
|
| |
# 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 system part" |
ORDER="ping traffic part system temp" | |
|
| |
# 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 |