Hi,
I've trying to construct a trigger to alert if a TEXT value doesn't change within a period of time.
What I'm after to testing that a volume name has changed when a backup disk is changed, i.e. the same disk hasn't been left in place.
I've tried the following:
{HOST:fdrive.volumename.last()}={HOST:fdrive.volum ename.last(#10)}
Ant the following:
{HOST:fdrive.volumename.delta(10)}=0
Any help would be very much appreciated!
I've trying to construct a trigger to alert if a TEXT value doesn't change within a period of time.
What I'm after to testing that a volume name has changed when a backup disk is changed, i.e. the same disk hasn't been left in place.
I've tried the following:
{HOST:fdrive.volumename.last()}={HOST:fdrive.volum ename.last(#10)}
Ant the following:
{HOST:fdrive.volumename.delta(10)}=0
Any help would be very much appreciated!
Comment