You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$query = $this->MySQL->prepare('DELETE FROM statusengine_hoststatus WHERE NOT EXISTS (SELECT hosts.uuid FROM hosts WHERE statusengine_hoststatus.hostname = hosts.uuid AND hosts.disabled=0)');
$query = $this->MySQL->prepare('DELETE FROM statusengine_servicestatus WHERE NOT EXISTS (SELECT services.uuid FROM services WHERE statusengine_servicestatus.service_description = services.uuid AND services.disabled=0)');
0 commit comments