mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Updated swift plugins
This commit is contained in:
parent
a83b0d27d8
commit
712558db17
2 changed files with 4 additions and 2 deletions
|
@ -64,7 +64,7 @@ except IndexError:
|
|||
pass
|
||||
|
||||
with os.popen("swift-dispersion-report -j %s" \
|
||||
% os.getenv("SWIFT_DISPERSION_CONFIG", "/etc/swift/swift.conf")) as report:
|
||||
% os.getenv("SWIFT_DISPERSION_CONFIG", "/etc/swift/dispersion.conf")) as report:
|
||||
stats = json.load(report)
|
||||
|
||||
for type_, values in stats.iteritems():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue