Metaconsole cleanup
This commit is contained in:
parent
b2084e3a1e
commit
6ec436e2a4
|
@ -1052,6 +1052,9 @@ sub pandoradb_main ($$$) {
|
|||
# Recalculating dynamic intervals.
|
||||
enterprise_hook("update_min_max", [$dbh, $conf]);
|
||||
|
||||
# Metaconsole database cleanup.
|
||||
enterprise_hook("metaconsole_database_cleanup", [$dbh, $conf]);
|
||||
|
||||
log_message ('', "Ending at ". strftime ("%Y-%m-%d %H:%M:%S", localtime()) . "\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue