Is it possible to create a calculated item that calculates the sum of the last collected value of several items equal to zero? This is why our backup checks on a server return the exit code, and zero is successful. I would like an item to sum and alert if the total was less than the total backups.
Ad Widget
Collapse
Item that calculates sum of last values equal to 0?
Collapse
X
-
Item that calculates sum of last values equal to 0?
Is it possible to create a calculated item that calculates the sum of the last collected value of several items equal to zero? This is why our backup checks on a server return the exit code, and zero is successful. I would like an item to sum and alert if the total was less than the total backups. -
No, because I want the values equal to the exit code: https://lxadm.com/Rsync_exit_codes . Example: Backups with latest values 0 = 44. Less than 44 triggers the triggerOriginally posted by splitekYou value can be 0/1 only? And can you revert your items to be 1 not 0? If not then it will not be easy to do.Comment
Comment