Hi, I want to write a trigger with system.uptime, down from 900 last value must be given if notification closes and final value of 400 is opened up when I want to give the warning I wonder how can we do?
system.uptime.last (0))> 400 (open)
system.uptime.last (0)) <800 (closes)
system.uptime.last (0))> 400 (open)
system.uptime.last (0)) <800 (closes)
but I'm giving it a try:
I'm so sorry I really don't understand you.
Comment