How to alarm on a persistent failure using an M of N alarm?Is it possible to get a list of running processes...

Purchasing a ticket for someone else in another country?

Fastening aluminum fascia to wooden subfascia

Integer addition + constant, is it a group?

How does Loki do this?

Closest Prime Number

Implement the Thanos sorting algorithm

A particular customize with green line and letters for subfloat

What does the word "Atten" mean?

Term for the "extreme-extension" version of a straw man fallacy?

Increase performance creating Mandelbrot set in python

System.debug(JSON.Serialize(o)) Not longer shows full string

Detecting if an element is found inside a container

How to write papers efficiently when English isn't my first language?

Short story about space worker geeks who zone out by 'listening' to radiation from stars

Anatomically Correct Strange Women In Ponds Distributing Swords

when is out of tune ok?

Proof of work - lottery approach

How can I get through very long and very dry, but also very useful technical documents when learning a new tool?

How can I kill an app using Terminal?

You cannot touch me, but I can touch you, who am I?

Tiptoe or tiphoof? Adjusting words to better fit fantasy races

For a non-Jew, is there a punishment for not observing the 7 Noahide Laws?

Sequence of Tenses: Translating the subjunctive

What is the intuitive meaning of having a linear relationship between the logs of two variables?



How to alarm on a persistent failure using an M of N alarm?


Is it possible to get a list of running processes with a Cloudwatch Alarm?AWS Cloudwatch alarm going off prematurelyAWS Alarms in “ALARM” state not triggering Policy actionsHow to launch EC2 instance with preconfigured AWS AlarmCloudWatch not honoring alarm settingsEC2 CPU Alarm Daily - Windows Module InstallerAWS Alarm email being received every 5 minutesHow to refer Elastic beanstalk resources in AlarmHot to create a 'no http response' alarm in AWS CloudWatch?Modify datapoints value in cloudwatch alarm with cloudformation













0















I have a process that runs every 5 minutes to perform a relatively failure-prone task.



I want to be alerted if the process fails every time for 2 hours straight.



So I defined a metric, ERROR, which is the Sum of the occurrences of the error pattern, with a period of 5 minutes.



Then I defined an Alarm as




ERROR >= 1 for 24 datapoints within 2 hours




However, as soon as 2 errors occurred, the alarm triggered.



Clearly my definition was incorrect, but as I tried to refer back to documentation and clarify my reasoning, I realized I don't really understand there are 3 parameters here, instead of just 2.



This is a 2-parameter problem: I want an alert on 24 failures over 24 data-points.



What's the proper way to translate my requirement to the 3-parameter "threshold, M, N" format?









share







New contributor




Alex Ramos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I have a process that runs every 5 minutes to perform a relatively failure-prone task.



    I want to be alerted if the process fails every time for 2 hours straight.



    So I defined a metric, ERROR, which is the Sum of the occurrences of the error pattern, with a period of 5 minutes.



    Then I defined an Alarm as




    ERROR >= 1 for 24 datapoints within 2 hours




    However, as soon as 2 errors occurred, the alarm triggered.



    Clearly my definition was incorrect, but as I tried to refer back to documentation and clarify my reasoning, I realized I don't really understand there are 3 parameters here, instead of just 2.



    This is a 2-parameter problem: I want an alert on 24 failures over 24 data-points.



    What's the proper way to translate my requirement to the 3-parameter "threshold, M, N" format?









    share







    New contributor




    Alex Ramos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I have a process that runs every 5 minutes to perform a relatively failure-prone task.



      I want to be alerted if the process fails every time for 2 hours straight.



      So I defined a metric, ERROR, which is the Sum of the occurrences of the error pattern, with a period of 5 minutes.



      Then I defined an Alarm as




      ERROR >= 1 for 24 datapoints within 2 hours




      However, as soon as 2 errors occurred, the alarm triggered.



      Clearly my definition was incorrect, but as I tried to refer back to documentation and clarify my reasoning, I realized I don't really understand there are 3 parameters here, instead of just 2.



      This is a 2-parameter problem: I want an alert on 24 failures over 24 data-points.



      What's the proper way to translate my requirement to the 3-parameter "threshold, M, N" format?









      share







      New contributor




      Alex Ramos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I have a process that runs every 5 minutes to perform a relatively failure-prone task.



      I want to be alerted if the process fails every time for 2 hours straight.



      So I defined a metric, ERROR, which is the Sum of the occurrences of the error pattern, with a period of 5 minutes.



      Then I defined an Alarm as




      ERROR >= 1 for 24 datapoints within 2 hours




      However, as soon as 2 errors occurred, the alarm triggered.



      Clearly my definition was incorrect, but as I tried to refer back to documentation and clarify my reasoning, I realized I don't really understand there are 3 parameters here, instead of just 2.



      This is a 2-parameter problem: I want an alert on 24 failures over 24 data-points.



      What's the proper way to translate my requirement to the 3-parameter "threshold, M, N" format?







      amazon-cloudwatch





      share







      New contributor




      Alex Ramos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      Alex Ramos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      Alex Ramos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 4 mins ago









      Alex RamosAlex Ramos

      1




      1




      New contributor




      Alex Ramos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Alex Ramos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Alex Ramos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "2"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Alex Ramos is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f960342%2fhow-to-alarm-on-a-persistent-failure-using-an-m-of-n-alarm%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Alex Ramos is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Alex Ramos is a new contributor. Be nice, and check out our Code of Conduct.













          Alex Ramos is a new contributor. Be nice, and check out our Code of Conduct.












          Alex Ramos is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Server Fault!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f960342%2fhow-to-alarm-on-a-persistent-failure-using-an-m-of-n-alarm%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          117736 Шеррод Примітки | Див. також | Посилання | Навігаційне...

          As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

          Маріан Котлеба Зміст Життєпис | Політичні погляди |...