Hi
I was wondering if something like the following is possible
Current Scenario:
1) I have a host with a item that gets checked every 5 mins and a trigger on failure
2) Sometimes we get a single failure, this then stays in a failed state for 5 mins then recovers (as per item interval)
Ideal Scenario:
1) I have a host with a item that gets checked every 5 mins, trigger is set to 2 failures
2) The item gets a failure
3) The Item then reduces its next interval to lets say, half the item interval (so in this case 2.5 mins)
4) Item is then checked (7.5 min elapsed) and the following happens
4a) If recovered, item interval is reset to 5mins
4b) If still failed. trigger is activated. Item interval continued at 2.5 mins (half orginal interval) until recovered, at which point it returns to the orginal interval
Is something like this possible ?
Thansk
I was wondering if something like the following is possible
Current Scenario:
1) I have a host with a item that gets checked every 5 mins and a trigger on failure
2) Sometimes we get a single failure, this then stays in a failed state for 5 mins then recovers (as per item interval)
Ideal Scenario:
1) I have a host with a item that gets checked every 5 mins, trigger is set to 2 failures
2) The item gets a failure
3) The Item then reduces its next interval to lets say, half the item interval (so in this case 2.5 mins)
4) Item is then checked (7.5 min elapsed) and the following happens
4a) If recovered, item interval is reset to 5mins
4b) If still failed. trigger is activated. Item interval continued at 2.5 mins (half orginal interval) until recovered, at which point it returns to the orginal interval
Is something like this possible ?
Thansk
Comment