<?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: Monitoring Windows Service by Display name in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-Windows-Service-by-Display-name/m-p/25944#M493</link>
    <description>&lt;P&gt;To get the name we would have to do some system calls and read the registry which is all rather expensive and it has to happen during process startup. In short we might not do this.&lt;/P&gt;&lt;P&gt;However we can help you here, you can define environment variables for a windows service in the registry&lt;/P&gt;&lt;P&gt;\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TheNameOfTheService&lt;/P&gt;&lt;P&gt;Create a key called&lt;BR /&gt;“Environment” that is type REG_MULTISZ.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/16125-2018-03-14-18-01-16-clipboard.png" /&gt;&lt;/P&gt;&lt;P&gt;The value of the Environment&lt;BR /&gt;key the contains entries like the below&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/16126-2018-03-14-18-03-03-clipboard.png" /&gt;&lt;/P&gt;&lt;P&gt;With this you can leverage these features&lt;/P&gt;&lt;P&gt;* &lt;A href="https://www.dynatrace.com/support/help/infrastructure/processes/can-i-customize-how-process-groups-are-detected/"&gt;Process grouping based on environment variables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;* &lt;A href="https://www.dynatrace.com/news/blog/automate-tagging-entities-environment-variables/"&gt;Tag your Windows services based on environment variable content&lt;/A&gt;&lt;/P&gt;&lt;P&gt;* &lt;A href="https://www.dynatrace.com/news/blog/define-process-group-properties-via-environment-variables-kubernetes-annotations/"&gt;Define extra meta data based on environment variables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;* you can use the tags and extra meta data in &lt;A href="https://www.dynatrace.com/news/blog/custom-automated-process-group-naming-for-large-dynamic-environments/"&gt;process group naming rules&lt;/A&gt; or &lt;A href="https://www.dynatrace.com/support/help/server-side-services/introduction/can-i-customize-naming-for-auto-detected-server-side-services/"&gt;service naming rules&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope this helps, together with regedit files you can easily automate this.&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/support/help/server-side-services/introduction/can-i-customize-naming-for-auto-detected-server-side-services/"&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Mar 2018 17:08:12 GMT</pubDate>
    <dc:creator>michael_kopp</dc:creator>
    <dc:date>2018-03-14T17:08:12Z</dc:date>
    <item>
      <title>Monitoring Windows Service by Display name</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-Windows-Service-by-Display-name/m-p/25942#M491</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;
&lt;P&gt;Currently in Dynatrace we can monitor windows services, however it only captures the name of the process and the Service name. But it does not capture the Display Name. In some of the environments we have seen large number of services where the process name is same but Display names are different.&lt;/P&gt;
&lt;P&gt;If Dynatrace can capture the display name as well it will be easier to know which particular service is failing or having problems.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Nalin&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 12:19:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-Windows-Service-by-Display-name/m-p/25942#M491</guid>
      <dc:creator>nalin_agrawal</dc:creator>
      <dc:date>2023-12-21T12:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Windows Service by Display name</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-Windows-Service-by-Display-name/m-p/25943#M492</link>
      <description>&lt;P&gt;So how do you configure this?&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 12:38:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-Windows-Service-by-Display-name/m-p/25943#M492</guid>
      <dc:creator>apasoquen1</dc:creator>
      <dc:date>2017-05-18T12:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Windows Service by Display name</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-Windows-Service-by-Display-name/m-p/25944#M493</link>
      <description>&lt;P&gt;To get the name we would have to do some system calls and read the registry which is all rather expensive and it has to happen during process startup. In short we might not do this.&lt;/P&gt;&lt;P&gt;However we can help you here, you can define environment variables for a windows service in the registry&lt;/P&gt;&lt;P&gt;\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TheNameOfTheService&lt;/P&gt;&lt;P&gt;Create a key called&lt;BR /&gt;“Environment” that is type REG_MULTISZ.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/16125-2018-03-14-18-01-16-clipboard.png" /&gt;&lt;/P&gt;&lt;P&gt;The value of the Environment&lt;BR /&gt;key the contains entries like the below&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/16126-2018-03-14-18-03-03-clipboard.png" /&gt;&lt;/P&gt;&lt;P&gt;With this you can leverage these features&lt;/P&gt;&lt;P&gt;* &lt;A href="https://www.dynatrace.com/support/help/infrastructure/processes/can-i-customize-how-process-groups-are-detected/"&gt;Process grouping based on environment variables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;* &lt;A href="https://www.dynatrace.com/news/blog/automate-tagging-entities-environment-variables/"&gt;Tag your Windows services based on environment variable content&lt;/A&gt;&lt;/P&gt;&lt;P&gt;* &lt;A href="https://www.dynatrace.com/news/blog/define-process-group-properties-via-environment-variables-kubernetes-annotations/"&gt;Define extra meta data based on environment variables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;* you can use the tags and extra meta data in &lt;A href="https://www.dynatrace.com/news/blog/custom-automated-process-group-naming-for-large-dynamic-environments/"&gt;process group naming rules&lt;/A&gt; or &lt;A href="https://www.dynatrace.com/support/help/server-side-services/introduction/can-i-customize-naming-for-auto-detected-server-side-services/"&gt;service naming rules&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope this helps, together with regedit files you can easily automate this.&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/support/help/server-side-services/introduction/can-i-customize-naming-for-auto-detected-server-side-services/"&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 17:08:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-Windows-Service-by-Display-name/m-p/25944#M493</guid>
      <dc:creator>michael_kopp</dc:creator>
      <dc:date>2018-03-14T17:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Windows Service by Display name</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-Windows-Service-by-Display-name/m-p/25945#M494</link>
      <description>&lt;P&gt;Can this configuration allow me to display the Print Spooler windows utility as a dedicated process group? The tag appears for the whole Service Windows and I can't see the Print spooler as a specific process group. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2018 11:48:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-Windows-Service-by-Display-name/m-p/25945#M494</guid>
      <dc:creator>jean_louis_lorm</dc:creator>
      <dc:date>2018-09-06T11:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Windows Service by Display name</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-Windows-Service-by-Display-name/m-p/25946#M495</link>
      <description>&lt;P&gt;Can you tell me, how can you configure this Print Spooler service in dynatrace. I am unable to monitor this service. one of our client wants this. Can you please respond as soon as possible.  &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Dec 2019 10:41:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-Windows-Service-by-Display-name/m-p/25946#M495</guid>
      <dc:creator>hgouramoni</dc:creator>
      <dc:date>2019-12-02T10:41:52Z</dc:date>
    </item>
  </channel>
</rss>

