Skip to content
Snippets Groups Projects
Commit 3e1ab993 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Merge branch 'hruska-bugfix-#7600-rrds' into devel

parents f43247f4 c3c44bcf
No related branches found
No related tags found
No related merge requests found
...@@ -227,7 +227,7 @@ class MentatStatisticianScript(mentat.script.fetcher.FetcherScript): ...@@ -227,7 +227,7 @@ class MentatStatisticianScript(mentat.script.fetcher.FetcherScript):
continue continue
for rrddb in rrds[itm[0]]: for rrddb in rrds[itm[0]]:
if db_name in updated or db_name == mentat.stats.rrd.DB_TOTALS_NAME: if rrddb[2] in updated or rrddb[2] == mentat.stats.rrd.DB_TOTALS_NAME:
continue continue
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment