Icinga DB Check: use more natural names for sync/cleanup metrics

This commit is contained in:
Julian Brost 2022-06-24 16:35:14 +02:00 committed by Julian Brost
parent d70a27b982
commit 3c29b15214
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ void IcingadbCheckTask::ScriptFunc(const Checkable::Ptr& checkable, const CheckR
std::map<String, RingBuffer> statsPerOp;
const char * const icingadbKnownStats[] = {
"sync_config", "sync_state", "sync_history", "sync_overdue", "cleanup_history"
"config_sync", "state_sync", "history_sync", "overdue_sync", "history_cleanup"
};
for (auto metric : icingadbKnownStats) {