Hosts starting from db2200 are accounted as the misc cluster in the power dashboard but they do not belong to misc:
The section in the zarcillo table need to be cross-checked with what is in puppet and what shows up in the dashboard above.
Hosts starting from db2200 are accounted as the misc cluster in the power dashboard but they do not belong to misc:
The section in the zarcillo table need to be cross-checked with what is in puppet and what shows up in the dashboard above.
I don't know where these metrics are coming from but it's way beyond mysql. Other clusters are "swift", "analytics", "wikikube", etc. All of databases have been clustered under "mysql" so it's somewhere above zarcillo Ithink
Yes, zarcillo seems to be fine indeed as these hosts are indeed misc so the issue must be somewhere else:
cumin2024@db1215.eqiad.wmnet[zarcillo]> select * from instances where name like 'db22%' and `group`='misc'; +--------+--------------------+------+---------+------------+-------+ | name | server | port | version | last_start | group | +--------+--------------------+------+---------+------------+-------+ | db2232 | db2232.codfw.wmnet | 3306 | NULL | NULL | misc | | db2233 | db2233.codfw.wmnet | 3306 | NULL | NULL | misc | | db2234 | db2234.codfw.wmnet | 3306 | NULL | NULL | misc | | db2235 | db2235.codfw.wmnet | 3306 | NULL | NULL | misc | +--------+--------------------+------+---------+------------+-------+ 4 rows in set (0.002 sec)