Hi, I have 2 Items that checks a server partitions size:

I want to use 1 Trigger that will notify me for both Items and what I did in my expression:
Now, It works but not as I want it to.
if partition D:\ > 80 so I will get a notification but in the notification I will see a problem for C:\ partition and not for D:\.
I checked my actions and I receive notification with {ITEM.NAME}:
But in this case I don't get the right {ITEM.NAME} in my notification.. Why is that? Am I doing something wrong?
Thank you!
I want to use 1 Trigger that will notify me for both Items and what I did in my expression:
{Deployments:vfs.fs.size[C:\,pused].last()}>80
or
{Deployments:vfs.fs.size[D:\,pused].last()}>80
or
{Deployments:vfs.fs.size[D:\,pused].last()}>80
if partition D:\ > 80 so I will get a notification but in the notification I will see a problem for C:\ partition and not for D:\.
I checked my actions and I receive notification with {ITEM.NAME}:
Subject:
Problem - {HOST.HOST}: {ITEM.NAME} - {TRIGGER.SEVERITY}
Message:
Problem started at {EVENT.TIME} on {EVENT.DATE}
Problem name: {ITEM.NAME}
Host: {HOST.HOST}
Severity: {TRIGGER.SEVERITY}
Value: {ITEM.VALUE}
Event ID: {EVENT.ID}
Problem - {HOST.HOST}: {ITEM.NAME} - {TRIGGER.SEVERITY}
Message:
Problem started at {EVENT.TIME} on {EVENT.DATE}
Problem name: {ITEM.NAME}
Host: {HOST.HOST}
Severity: {TRIGGER.SEVERITY}
Value: {ITEM.VALUE}
Event ID: {EVENT.ID}
Thank you!
Comment