quick comment on how to load recon.py

This commit is contained in:
Florian Hines
2011-08-01 21:43:55 -05:00
parent 749892338b
commit 7938a5d777

View File

@@ -26,6 +26,13 @@ class ReconMiddleware(object):
Recon middleware used for monitoring.
/recon/load|mem|async... will return various system metrics.
Needs to be added to the pipeline and a requires a filter
declaration in the object-server.conf:
[filter:recon]
use = egg:swift#recon
recon_cache_path = /var/cache/swift
"""
def __init__(self, app, conf, *args, **kwargs):