system-config/modules/openstack_project/templates/mirror-update/afsmon.cfg.erb
Ian Wienand f7bc31b764 mirror-update: install afsmon and run from cron
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
2018-06-12 07:47:14 +10:00

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