Difference between revisions of "Zabbix sql queries"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "``` delete from items where hostid=(select hostid from hosts where host='www.example.com'); ```")
(No difference)

Revision as of 15:58, 18 May 2022

delete from items where hostid=(select hostid from hosts where host='www.example.com');