f7bc31b764
afsmon reports stats on partitions, volumes and server health into graphite via statsd. This installs the tool in a virtualenv with a minimal config file, and runs it every half an hour from cron. Change-Id: I7dc57c841fcdd3775d08f116deb46464b3e21d26
18 lines
482 B
Plaintext
18 lines
482 B
Plaintext
[main]
|
|
# Enable debugging output
|
|
debug = True
|
|
|
|
# If specified, all fileservers in this cell will be queried
|
|
cell = openstack.org
|
|
|
|
# You can specify a specific list of fileservers. This is appended to
|
|
# the cell fileservers if present, otherwise is the canonical list
|
|
#fileservers = afs01.dfw.openstack.org
|
|
# fileserver02.afs.company.com
|
|
# fileserver03.afs.company.com
|
|
|
|
# Options for remote statsd host if required
|
|
[statsd]
|
|
host = graphite.openstack.org
|
|
port = 8125
|