Hi, is there anyway to perform an if statement on trigger expressions? What I'd like to do is send out emails that say: "Server is DOWN" (instead of status =2) and "Server is UP" (instead of status = 0).
the expression would look something like this:
if {server:status.last(0)}=2 then "DOWN"
if {server:status.last(0)}=0 then "UP"
Can this be done in 1.0?
the expression would look something like this:
if {server:status.last(0)}=2 then "DOWN"
if {server:status.last(0)}=0 then "UP"
Can this be done in 1.0?
Comment