mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing paths munin.
This commit is contained in:
parent
6496f1560e
commit
c6e71a5de7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class NBMuninGraph(MuninGraph):
|
|||
return graph
|
||||
|
||||
def calculate_metrics(self):
|
||||
servers = dict((("%s" % s['_id'], s['feeds']) for s in self.stats))
|
||||
servers = dict((("%s" % s['_id'], s['path']) for s in self.stats))
|
||||
return servers
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Reference in a new issue