Ad Widget

Collapse

trigger b if trigger a occurs 10 times in the last hour

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cinatus
    Junior Member
    • May 2014
    • 1

    #1

    trigger b if trigger a occurs 10 times in the last hour

    I have a VoIP monitoring system and I need to create a trigger if we are getting rapid occurence of latency spikes. So for example if latency spikes over 100ms 10 times in the last hour,I want to have a trigger. Is this possible?
  • steveboyson
    Senior Member
    • Jul 2013
    • 582

    #2
    Originally posted by cinatus
    I have a VoIP monitoring system and I need to create a trigger if we are getting rapid occurence of latency spikes. So for example if latency spikes over 100ms 10 times in the last hour,I want to have a trigger. Is this possible?
    See the "count" function for triggers.

    Comment

    Working...