<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Possible or not: Rise alert if there is no request for last 12 hours. in Alerting</title>
    <link>https://community.dynatrace.com/t5/Alerting/Possible-or-not-Rise-alert-if-there-is-no-request-for-last-12/m-p/113465#M995</link>
    <description>&lt;P&gt;Hello Community!&lt;/P&gt;&lt;P&gt;We have some specific service, that requests some information for 5 minutes.&lt;/P&gt;&lt;P&gt;This work can be done in 12 hours. (Night)&lt;/P&gt;&lt;P&gt;We need alert if for last 12 hours there aren`t requests (*/update ).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We can set custom threshold for response time of these requests.&lt;/P&gt;&lt;P&gt;How we can set alert if for last 12 hours there are no such request.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This service produce only /update requests, so it is not loaded. We have no static traffic on these service.&lt;/P&gt;&lt;P&gt;Are there some instruments for my case &lt;EM&gt;out-of-the-box?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jun 2020 12:19:02 GMT</pubDate>
    <dc:creator>Romanenkov_Alex</dc:creator>
    <dc:date>2020-06-09T12:19:02Z</dc:date>
    <item>
      <title>Possible or not: Rise alert if there is no request for last 12 hours.</title>
      <link>https://community.dynatrace.com/t5/Alerting/Possible-or-not-Rise-alert-if-there-is-no-request-for-last-12/m-p/113465#M995</link>
      <description>&lt;P&gt;Hello Community!&lt;/P&gt;&lt;P&gt;We have some specific service, that requests some information for 5 minutes.&lt;/P&gt;&lt;P&gt;This work can be done in 12 hours. (Night)&lt;/P&gt;&lt;P&gt;We need alert if for last 12 hours there aren`t requests (*/update ).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We can set custom threshold for response time of these requests.&lt;/P&gt;&lt;P&gt;How we can set alert if for last 12 hours there are no such request.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This service produce only /update requests, so it is not loaded. We have no static traffic on these service.&lt;/P&gt;&lt;P&gt;Are there some instruments for my case &lt;EM&gt;out-of-the-box?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 12:19:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Possible-or-not-Rise-alert-if-there-is-no-request-for-last-12/m-p/113465#M995</guid>
      <dc:creator>Romanenkov_Alex</dc:creator>
      <dc:date>2020-06-09T12:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Possible or not: Rise alert if there is no request for last 12 hours.</title>
      <link>https://community.dynatrace.com/t5/Alerting/Possible-or-not-Rise-alert-if-there-is-no-request-for-last-12/m-p/113466#M996</link>
      <description>&lt;P&gt;Interesting use case - im not 100% sure if you can set it for that, You can however set a maintenance window to ignore alerts in the time frame where there is no traffic. &lt;/P&gt;&lt;P&gt;The other thing is to allow DAVIS UI to baseline the data, so if there is no traffic from 6-6, then that will become a norm, and after a week or so, you wont get alerts of low traffic. &lt;/P&gt;&lt;P&gt;Very interesting use case, maybe others will have a solution other then a reoccurring daily maintenance window and letting DAVIS Baseline the data &lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 12:30:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Possible-or-not-Rise-alert-if-there-is-no-request-for-last-12/m-p/113466#M996</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2020-06-09T12:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Possible or not: Rise alert if there is no request for last 12 hours.</title>
      <link>https://community.dynatrace.com/t5/Alerting/Possible-or-not-Rise-alert-if-there-is-no-request-for-last-12/m-p/113467#M997</link>
      <description>&lt;P&gt;custom alerts can only be used to examine an hour interval max. Davis will learn the pattern for still as an hourly pattern, hence if your system one night has 5 requests at 11 and then 2 and 4 and then on the other night it's on different hours, DAVIS will probably won't be the answer for that. &lt;/P&gt;&lt;P&gt;As you're looking at a 12 hour interval and I assume these are the same hours, I would go for a simple API call from a shell being run at (let's say) 05:59, summing up the number of requests for the past 12 hours and if needed creates an alert.&lt;/P&gt;&lt;P&gt;You would need the metrics API and the events one. Should be relatively simple.&lt;/P&gt;&lt;P&gt;Gil.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 05:43:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Possible-or-not-Rise-alert-if-there-is-no-request-for-last-12/m-p/113467#M997</guid>
      <dc:creator>gilgi</dc:creator>
      <dc:date>2020-06-15T05:43:00Z</dc:date>
    </item>
  </channel>
</rss>

