Hi All,
I have been trying to use API to create and update templates, items and triggers.
I found that item.get has an option to get the name and description of the item along with other options. But, the trigger.get has only description and no name. The problem here is trigger.get...
Search Result
Collapse
4 results in 0.0018 seconds.
Keywords
Members
Tags
-
trigger.get lacks trigger name
-
ZabbixAPI - Cannot get items by applicationids
Hello,
I'm trying to access some trigger information, grouped by application, using ZabbixApi with Python.
Accessing trigger information work great, but I the applicationids filter doesn't seems to have any effects in trigger.get.
I think the "applicationids"... -
API: best way to get a set of Triggers
For a given set of hosts, I need to enable/disable a set of triggers for that host a part of a deploy/release process. My current approach is to search for the particular triggers based on a uniform beginning to the description (e.g., "Monitor service"). I don't really like this solution...