Difference between revisions of "Zabbix sql queries"
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');