Zabbix sql queries

From UVOO Tech Wiki
Revision as of 17:41, 18 May 2022 by Busk (talk | contribs)
Jump to navigation Jump to search
delete from items where hostid=(select hostid from hosts where host='www.example.com');
delete from items where hostid=(select hostid from hosts where host='www.example.com') and itemid!=252623 and itemid!=253055;