Zabbix sql queries

From UVOO Tech Wiki
Revision as of 15:58, 18 May 2022 by Busk (talk | contribs) (Created page with "``` delete from items where hostid=(select hostid from hosts where host='www.example.com'); ```")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
delete from items where hostid=(select hostid from hosts where host='www.example.com');