mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding known good feeds to munin to chart their progress.
This commit is contained in:
parent
d82fc00306
commit
219dea80f7
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ def calculate_metrics():
|
|||
'inactive_feeds': Feed.objects.filter(active=False).count(),
|
||||
'duplicate_feeds': DuplicateFeed.objects.count(),
|
||||
'active_feeds': Feed.objects.filter(active_subscribers__gt=0).count(),
|
||||
'known_good_feeds': Feed.objects.filter(known_good=True).count(),
|
||||
}
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Reference in a new issue