The Story:
I am trying to page only after multiple of the same failures. Basically, if said failure occurs once, but the next check is fine then not to send a notification or perform an action. But if failure occurs multiple times then to send a notification.
Where I am at:
({solr-cst-primary2
lumber_sp_count.php[{HOST.CONN},cst-primary2,12].abschange(#3)}/{solr-cst-primary2
lumber_sp_count.php[{HOST.CONN},cst-primary2,12].prev(#3)})>0.20
But I am now seeing that I may actually just be looking at only the 3rd to last value and not actually counting anything.
Are there any suggestions or anything I should read to see what I should be doing?
Thank you for your help.
I am trying to page only after multiple of the same failures. Basically, if said failure occurs once, but the next check is fine then not to send a notification or perform an action. But if failure occurs multiple times then to send a notification.
Where I am at:
({solr-cst-primary2
lumber_sp_count.php[{HOST.CONN},cst-primary2,12].abschange(#3)}/{solr-cst-primary2
lumber_sp_count.php[{HOST.CONN},cst-primary2,12].prev(#3)})>0.20But I am now seeing that I may actually just be looking at only the 3rd to last value and not actually counting anything.
Are there any suggestions or anything I should read to see what I should be doing?
Thank you for your help.
Comment