To create trigger prototype by this description,
{ "jsonrpc": "2.0", "method": "triggerprototype.create", "params": { "description": "Free disk space is less than 20% on volume {#FSNAME}", "expression": "{Zabbix server:vfs.fs.size[{#FSNAME},pfree].last()}<20", "tags": [ { "tag": "volume", "value": "{#FSNAME}" }, { "tag": "type", "value": "{#FSTYPE}" } ] }, "auth": "038e1d7b1735c6a5436ee9eae095879e", "id": 1 } How does it get attached to the item prototype or the discovery rule? Or does it?
{ "jsonrpc": "2.0", "method": "triggerprototype.create", "params": { "description": "Free disk space is less than 20% on volume {#FSNAME}", "expression": "{Zabbix server:vfs.fs.size[{#FSNAME},pfree].last()}<20", "tags": [ { "tag": "volume", "value": "{#FSNAME}" }, { "tag": "type", "value": "{#FSTYPE}" } ] }, "auth": "038e1d7b1735c6a5436ee9eae095879e", "id": 1 } How does it get attached to the item prototype or the discovery rule? Or does it?
Comment