unioslo / zabbix-cli

Command-line interface for Zabbix
https://unioslo.github.io/zabbix-cli/
GNU General Public License v3.0
208 stars 104 forks source link

delete a trigger by zabbix-cli #162

Open jeremyp3 opened 1 year ago

jeremyp3 commented 1 year ago

hello,

Is it possible to delete a trigger with zabbix-cli?

I've read the zabbix-cli help and the documentation but I can't find anything to delete only one trigger.

in my case, it's mostly triggers created by auto-discovery that i don't need anymore. for example, an ssl certificate for a site that i don't use anymore. at the moment, i delete the trigger by going on the trigger page (http://zabbix.domain.tld/triggers.php?form=update&triggerid=xxxxx) and i click on delete

Thanks for the help !

Jeremyp3