You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @SCH48 , thanks. I will review the code and do some testing. Sorry for delay. Last years I do not worked with zabbbix more and this project go to my backlog.
Hi, @rrg92 !
Trying to delete empty Items with "Delete-ZabbixItem"
$ItemsLike = Get-ZabbixItem -Hosts $Printers | ?{$_.key_ -like "prt*"}
Delete-ZabbixItem -ZabbixItem "30564"
Does not work and no errors.
From example in Zabbix documentation item.delete
Successfully deleted
Best Regards, @SCH48
The text was updated successfully, but these errors were encountered: