# MRTG configuration file for homesteader apply rate.
state_file /home/bzajac/Data/orca_homesteaders/homesteaders.state
data_dir /home/bzajac/Data/orca_homesteaders
html_dir /export/home/webmastr/server-root/document-root/admin/graphs/homesteaders
# This defines the email address of people to warn when a file that is
# being updated constantly stops being updated. For mathematical
# expressions use the word interval to get the interval number for
# the data source.
warn_email root@localhost
late_interval 1.1 * interval
base_dir /export/home/webmastr/server-root/document-root/operations/
# This defines where the find the source data files and the format of those
# files.
files homesteaders {
find_files (homesteaders).new (members).new
column_description count time ampm
date_source file_mtime
interval 1800
}
html_top_title GeoCities Homesteader & Member Growth
html_page_header
|
|
html_page_footer
html_page_footer
Please email requests for enhancements, comments, or suggestions
to Dr. Blair Zajac
<blair@orcaware.com>.
# These are the same plot except one of them do not allow deletions.
# Otherwise, the plot will not show the fine level details because the
# deletions will overpower the additions.
plot {
title %G Growth Rate
source homesteaders
data 1 * count * 60
data_type derive
legend %G apps/min
y_legend Applications per minute
data_min 0
data_max 10000
line_type area
color c00000
}
plot {
title %G Growth/Deletion Rate
source homesteaders
data count * 60
data_type derive
legend %G apps/min
y_legend Apps or deletes/minute
data_max 10000
line_type area
color c00000
}