Hi!
I downloaded a template to check Windows disk usage via snmp ( i think i found it in this forum,but i can't find the thread
).
There's an item "Disk 4 - Description" which collects the info of hrStorageDescr.4 via snmp.
The trigger belongs to another item, to alarm when the disk space is over X% use:
Name of trigger:
Now the the trigger name is shown as "Disk 4 ({Windows Disk usage:disk_4_desc.last(0)}) = 60%" and not like "Disk 4 D:\ = 60%"
Is it not possible to use the item value of "Disk 4 - Description" in trigger name?
I didn't change the trigger name of this template; maybe it worked some time ago?
Or: What's the fault?
Thank you!!
I downloaded a template to check Windows disk usage via snmp ( i think i found it in this forum,but i can't find the thread
).There's an item "Disk 4 - Description" which collects the info of hrStorageDescr.4 via snmp.
The trigger belongs to another item, to alarm when the disk space is over X% use:
Name of trigger:
Code:
Disk 4 ({Windows Disk usage:disk_4_desc.last(0)}) usage = {ITEM.VALUE}%0
Now the the trigger name is shown as "Disk 4 ({Windows Disk usage:disk_4_desc.last(0)}) = 60%" and not like "Disk 4 D:\ = 60%"
Is it not possible to use the item value of "Disk 4 - Description" in trigger name?
I didn't change the trigger name of this template; maybe it worked some time ago?
Or: What's the fault?
Thank you!!
Comment