mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Removing page fetches from munin.
This commit is contained in:
parent
312880a862
commit
1ff16938e3
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,7 @@ class NBMuninGraph(MuninGraph):
|
|||
# 'feed_errors.label': 'Feed Errors',
|
||||
'feed_success.label': 'Feed Success',
|
||||
# 'page_errors.label': 'Page Errors',
|
||||
'page_success.label': 'Page Success',
|
||||
# 'page_success.label': 'Page Success',
|
||||
}
|
||||
|
||||
def calculate_metrics(self):
|
||||
|
@ -23,7 +23,6 @@ class NBMuninGraph(MuninGraph):
|
|||
|
||||
return {
|
||||
'feed_success': statistics['feeds_fetched'],
|
||||
'page_success': statistics['pages_fetched'],
|
||||
}
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Reference in a new issue