<?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 Re: How to setup alert for OS Service Monitoring? in Dynatrace tips</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246575#M1260</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/74312"&gt;@sundarv1&lt;/a&gt;&amp;nbsp;, I don't think it is possible from Dynatrace level. I hope you can customize the event processing rule in ServiceNow to achieve it. Unfortunately, I don't use ServiceNow. Otherwise i would've tested it to conform you.&lt;/P&gt;</description>
    <pubDate>Sun, 26 May 2024 19:20:55 GMT</pubDate>
    <dc:creator>Ramanan_16</dc:creator>
    <dc:date>2024-05-26T19:20:55Z</dc:date>
    <item>
      <title>How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/209508#M820</link>
      <description>&lt;P&gt;In Dynatrace, we can setup service availability monitoring. This can be achieved in two ways.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Settings---&amp;gt;Monitoring---&amp;gt; OS Service Monitoring&lt;/P&gt;&lt;P&gt;2) Host---&amp;gt;Settings---&amp;gt; OS Service Monitoring&lt;/P&gt;&lt;P&gt;Once we setup the services for monitoring, we can see their status in the Host main page under "&lt;SPAN&gt;OS services analysis&lt;/SPAN&gt;". By default, the service availability alert will go to "Default" alerting profile. To send the service alerts to application/infrastructure owners, please follow the below steps.&lt;/P&gt;&lt;P&gt;Edit the Management Zone of which the hosts are part of.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add a new Rule---&amp;gt;&amp;nbsp; Rule Type---&amp;gt;Monitored Entity-----&amp;gt;Rule Applies To---&amp;gt;Custom Devices----&amp;gt;Add Condition---&amp;gt;property---&amp;gt;Custom Device Name---&amp;gt;Select the right operator---&amp;gt;Value---&amp;gt; Provide the service name----&amp;gt;Preview and make sure you see the service name appears.&lt;/P&gt;&lt;P&gt;You are all set. Now, the service availability alerts will trigger to the Alerting profile which is mapped to this Management zone.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 10:04:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/209508#M820</guid>
      <dc:creator>Ramanan_16</dc:creator>
      <dc:date>2023-04-11T10:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/209514#M821</link>
      <description>&lt;P&gt;If you don't want to call out the OS Services you can use the blanket rule for the monitored entities. This assumes you have Host Groups set.&lt;/P&gt;&lt;P&gt;Type("os:service"), fromRelationships.runsOn(type("HOST"), tag("Host Group"))&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 12:04:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/209514#M821</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2023-04-11T12:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/209569#M822</link>
      <description>&lt;P&gt;You can also use entity selectors to choose an OS Service based on its name:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;type(os:service),entityName.startsWith("&amp;lt;name of OS service entity&amp;gt;")&lt;/LI-CODE&gt;
&lt;P&gt;host on which OS service is running:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;type(os:service),fromRelationship.runsOn(type(HOST),entityName.startsWith("&amp;lt;name of the host&amp;gt;"))&lt;/LI-CODE&gt;
&lt;P&gt;or name of a process, which is associated with the OS service:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;type(os:service),toRelationship.runsOn(type(PROCESS_GROUP_INSTANCE),entityName.startsWith("&amp;lt;name of the process entity&amp;gt;"))&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 12 Apr 2023 06:12:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/209569#M822</guid>
      <dc:creator>mateusz_marek</dc:creator>
      <dc:date>2023-04-12T06:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246436#M1253</link>
      <description>&lt;P&gt;Currently OS Services incidents are coming as P2 as it is going to Default Profile.&amp;nbsp; How can we reduce this to P3?,&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 01:17:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246436#M1253</guid>
      <dc:creator>sundarv1</dc:creator>
      <dc:date>2024-05-24T01:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246474#M1254</link>
      <description>&lt;P&gt;when you say 'coming as' is that in an event manager?&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 11:48:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246474#M1254</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2024-05-24T11:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246481#M1255</link>
      <description>&lt;P&gt;Currently OS service alerts is choosing default problem profile. Hence all OS service alerts is creating as P2 incident in serviceniw. My ask how do we make this slowdown alert, so P3 incident will be created in Servicenow&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 12:10:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246481#M1255</guid>
      <dc:creator>sundarv1</dc:creator>
      <dc:date>2024-05-24T12:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246485#M1256</link>
      <description>&lt;P&gt;okay so with your SNOW integration. So the OS Services is built in alerting, so I don't think your going to be able to change the priority out of the box in Dynatrace. What you can do, is make a custom event rule, this will then allow you to have more flexibility in the way of what the alert classification is etc...&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You can add in custom properties in the OS definition segment but it wont help you with the P rating.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/platform-modules/infrastructure-monitoring/hosts/monitoring/os-services" target="_blank"&gt;https://docs.dynatrace.com/docs/platform-modules/infrastructure-monitoring/hosts/monitoring/os-services&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 12:48:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246485#M1256</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2024-05-24T12:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246510#M1257</link>
      <description>&lt;P&gt;Thanks. In the customer properties how do we change event type from Availability to Slowdown?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 14:46:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246510#M1257</guid>
      <dc:creator>sundarv1</dc:creator>
      <dc:date>2024-05-24T14:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246564#M1258</link>
      <description>&lt;P&gt;Hi Chad&lt;/P&gt;&lt;P&gt;In the custom properties how do we change event type from availablity to slowdown.&amp;nbsp; Could you please help me?&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 03:09:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246564#M1258</guid>
      <dc:creator>sundarv1</dc:creator>
      <dc:date>2024-05-26T03:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246566#M1259</link>
      <description>&lt;P&gt;Hi Ram - How do change alerts from&amp;nbsp;&lt;SPAN&gt;service availability alert to Slowdown alert for OS Services?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 04:16:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246566#M1259</guid>
      <dc:creator>sundarv1</dc:creator>
      <dc:date>2024-05-26T04:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246575#M1260</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/74312"&gt;@sundarv1&lt;/a&gt;&amp;nbsp;, I don't think it is possible from Dynatrace level. I hope you can customize the event processing rule in ServiceNow to achieve it. Unfortunately, I don't use ServiceNow. Otherwise i would've tested it to conform you.&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 19:20:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246575#M1260</guid>
      <dc:creator>Ramanan_16</dc:creator>
      <dc:date>2024-05-26T19:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246864#M1263</link>
      <description>&lt;P&gt;If you create a custom alert by way of the metrics, you can then set the type of alert towards the bottom of the page as you set it up:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChadTurner_0-1716991537022.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20185i1C482B739727572F/image-size/large?v=v2&amp;amp;px=999" role="button" title="ChadTurner_0-1716991537022.png" alt="ChadTurner_0-1716991537022.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 14:05:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246864#M1263</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2024-05-29T14:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246865#M1264</link>
      <description>&lt;P&gt;Hi Chad&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to create metric event for OS Service issues?. Could you please share some examples?.&lt;/P&gt;&lt;P&gt;When OS service goes down, it needs to create a slowdown metric event&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 14:24:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246865#M1264</guid>
      <dc:creator>sundarv1</dc:creator>
      <dc:date>2024-05-29T14:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246868#M1265</link>
      <description>&lt;P&gt;So if you want to alert when an OS services isn't available and list it as an availability issue:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChadTurner_0-1716993196009.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20186i20A7D2C70DB3C85A/image-size/large?v=v2&amp;amp;px=999" role="button" title="ChadTurner_0-1716993196009.png" alt="ChadTurner_0-1716993196009.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Its really up to you, I would recommend tinkering around and setting it the way your organization will need it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 14:33:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246868#M1265</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2024-05-29T14:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246875#M1266</link>
      <description>&lt;P&gt;Currently OS Service alerts are coming as Availability event.&amp;nbsp; What we are looking to create as slowdown event for our organization. Does the metric event work for OS Service?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 14:47:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246875#M1266</guid>
      <dc:creator>sundarv1</dc:creator>
      <dc:date>2024-05-29T14:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246876#M1267</link>
      <description>&lt;P&gt;okay, so you would select the desired metric and then classify it as slowdown in the drop down.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 14:48:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246876#M1267</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2024-05-29T14:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246880#M1268</link>
      <description>&lt;P&gt;ok. if we do this - should we disable what we have done already in Settings - Monitoring - OS Services Monitoring?.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 14:55:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246880#M1268</guid>
      <dc:creator>sundarv1</dc:creator>
      <dc:date>2024-05-29T14:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246881#M1269</link>
      <description>&lt;P&gt;I would yes, because the creation of this defined alert, will be induplicate to what is out of the box by way of the OS Alert Settings.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 15:05:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/246881#M1269</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2024-05-29T15:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/249223#M1302</link>
      <description>&lt;P&gt;Hi Chad&lt;/P&gt;&lt;P&gt;For OS Services monitoring when alerts are generated , in the dynatrace console - problem&lt;/P&gt;&lt;P&gt;in the impacted column - OS Service is coming, not the impacted CI. How do we get that?,&lt;/P&gt;&lt;P&gt;Attach is the configuration.&lt;/P&gt;&lt;P&gt;Sundar.v&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 16:10:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/249223#M1302</guid>
      <dc:creator>sundarv1</dc:creator>
      <dc:date>2024-06-26T16:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup alert for OS Service Monitoring?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/249552#M1304</link>
      <description>&lt;P&gt;Chad - Thanks . In the above screenshot where we are defining to send alert if OS service is not running?,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 14:04:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/How-to-setup-alert-for-OS-Service-Monitoring/m-p/249552#M1304</guid>
      <dc:creator>sundarv1</dc:creator>
      <dc:date>2024-07-01T14:04:45Z</dc:date>
    </item>
  </channel>
</rss>

