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

Fix: Check correct name of the database. (Redmine issue: #7600)

parent 6302c40c
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@ class MentatStatisticianScript(mentat.script.fetcher.FetcherScript):
continue
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
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