<?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 availability of sensors inside a WEB app ( STIBO) in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-availability-of-sensors-inside-a-WEB-app-STIBO/m-p/119027#M12194</link>
    <description>&lt;P&gt;Hi Julius. The type of data available in the system via API could be in these 3 formats : &lt;/P&gt;&lt;P&gt;1.- Simple strings values &lt;/P&gt;&lt;P&gt;2.- Full XML. &lt;/P&gt;&lt;P&gt;3.- Nagios plugin output&lt;/P&gt;&lt;P&gt;The data  i am interested to fetch is  the status of the OIEP´s ( Outbound Integration End Points )  , the four possible status are: &lt;/P&gt;&lt;P&gt;Warning, &lt;/P&gt;&lt;P&gt;Critical &lt;/P&gt;&lt;P&gt;OK and &lt;/P&gt;&lt;P&gt;Unknown. &lt;/P&gt;&lt;P&gt;At the end, this data is being read by a different monitoring tool ( PRTG) and i want just to display the information on Dynatrace and create alerts only when the status is Critical.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 31 May 2019 09:34:16 GMT</pubDate>
    <dc:creator>antonio_elfarkh</dc:creator>
    <dc:date>2019-05-31T09:34:16Z</dc:date>
    <item>
      <title>Monitoring availability of sensors inside a WEB app ( STIBO)</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-availability-of-sensors-inside-a-WEB-app-STIBO/m-p/119022#M12189</link>
      <description>&lt;P&gt;We have Dynatrace one agent installed on the apache server to monitor our WEB application ( STIBO). I need to monitor some sensors inside the app that delivers data of availability via API to other Monitoring tools ( PRTG) ? What should be my next step on the monitoring implemenation ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 10:55:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-availability-of-sensors-inside-a-WEB-app-STIBO/m-p/119022#M12189</guid>
      <dc:creator>antonio_elfarkh</dc:creator>
      <dc:date>2022-10-18T10:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring availability of sensors inside a WEB app ( STIBO)</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-availability-of-sensors-inside-a-WEB-app-STIBO/m-p/119023#M12190</link>
      <description>&lt;P&gt;Forgot to mention that my idea is to have one single tool&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 May 2019 13:17:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-availability-of-sensors-inside-a-WEB-app-STIBO/m-p/119023#M12190</guid>
      <dc:creator>antonio_elfarkh</dc:creator>
      <dc:date>2019-05-29T13:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring availability of sensors inside a WEB app ( STIBO)</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-availability-of-sensors-inside-a-WEB-app-STIBO/m-p/119024#M12191</link>
      <description>If I got your question right - you need to collect some metrics or status data that are exposed by the application? In this case building a oneagent plugin is probably way to achieve that. However depending on the exposed data it might be possible to collect it also by other methods or maybe dynatrace already collects the data. &lt;P&gt;&lt;BR /&gt;Can you please elaborate more about what type of data you need to collect?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 May 2019 14:38:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-availability-of-sensors-inside-a-WEB-app-STIBO/m-p/119024#M12191</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2019-05-29T14:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring availability of sensors inside a WEB app ( STIBO)</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-availability-of-sensors-inside-a-WEB-app-STIBO/m-p/119025#M12192</link>
      <description>&lt;P&gt;Hello Julius, thanks for your prompt reply. Yes you understood perfectly my request. The app ( linux ) exposed data in different formats, these are the formats: XML format and also there is a plugin for Naggios to facilitate the integration for with this vendor. So far i do not know if it is possible the integration with Dyna. Do you ? Thanks &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 May 2019 12:34:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-availability-of-sensors-inside-a-WEB-app-STIBO/m-p/119025#M12192</guid>
      <dc:creator>antonio_elfarkh</dc:creator>
      <dc:date>2019-05-30T12:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring availability of sensors inside a WEB app ( STIBO)</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-availability-of-sensors-inside-a-WEB-app-STIBO/m-p/119026#M12193</link>
      <description>&lt;P&gt;I don't know anything about your application, but I can imagine at least some of the information can probably be collected by using request attributes or is already available in Dynatrace.&lt;BR /&gt;&lt;BR /&gt;If this is not the case, then you have basically two options:&lt;/P&gt;&lt;P&gt;- Collect the data by yourself in a script and push the data to Dynatrace using API (Custom device)&lt;BR /&gt;- Write a oneagent plugin and collect the data in the plugin code. With Oneagent plugin you can push the data to the process as new metrics or events. &lt;BR /&gt;&lt;BR /&gt;What kind of data is exposed?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 May 2019 18:10:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-availability-of-sensors-inside-a-WEB-app-STIBO/m-p/119026#M12193</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2019-05-30T18:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring availability of sensors inside a WEB app ( STIBO)</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-availability-of-sensors-inside-a-WEB-app-STIBO/m-p/119027#M12194</link>
      <description>&lt;P&gt;Hi Julius. The type of data available in the system via API could be in these 3 formats : &lt;/P&gt;&lt;P&gt;1.- Simple strings values &lt;/P&gt;&lt;P&gt;2.- Full XML. &lt;/P&gt;&lt;P&gt;3.- Nagios plugin output&lt;/P&gt;&lt;P&gt;The data  i am interested to fetch is  the status of the OIEP´s ( Outbound Integration End Points )  , the four possible status are: &lt;/P&gt;&lt;P&gt;Warning, &lt;/P&gt;&lt;P&gt;Critical &lt;/P&gt;&lt;P&gt;OK and &lt;/P&gt;&lt;P&gt;Unknown. &lt;/P&gt;&lt;P&gt;At the end, this data is being read by a different monitoring tool ( PRTG) and i want just to display the information on Dynatrace and create alerts only when the status is Critical.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 May 2019 09:34:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-availability-of-sensors-inside-a-WEB-app-STIBO/m-p/119027#M12194</guid>
      <dc:creator>antonio_elfarkh</dc:creator>
      <dc:date>2019-05-31T09:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring availability of sensors inside a WEB app ( STIBO)</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-availability-of-sensors-inside-a-WEB-app-STIBO/m-p/119028#M12195</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi Again, after investigating a bit, i think i found the answer in Dynatrace´s support page.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/environment-api/timeseries/"&gt;https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/environment-api/timeseries/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;See the answer below and sharing this with the community.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;To get a definition of the metric but not its data points, set the &lt;STRONG&gt;includeData&lt;/STRONG&gt; parameter to &lt;CODE&gt;false&lt;/CODE&gt;.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;Parameter&lt;/TH&gt;&lt;TH&gt;Type&lt;/TH&gt;&lt;TH&gt;Description&lt;/TH&gt;&lt;TH&gt;In&lt;/TH&gt;&lt;TH&gt;Required&lt;/TH&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;timeseriesId&lt;/TD&gt;&lt;TD&gt;string&lt;/TD&gt;&lt;TD&gt;Case-sensitive ID of the metric from which you want to read parameters.&lt;BR /&gt;&lt;BR /&gt;You can execute a &lt;A href="https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/environment-api/timeseries/#anchor_list-metrics"&gt;GET metric definitions&lt;/A&gt; request to obtain the list of available metrics.&lt;/TD&gt;&lt;TD&gt;path&lt;/TD&gt;&lt;TD&gt;required&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;includeData&lt;/TD&gt;&lt;TD&gt;boolean&lt;/TD&gt;&lt;TD&gt;Flag to include data points to the response. Set to &lt;CODE&gt;false&lt;/CODE&gt; to obtain just the definition of the metric.&lt;/TD&gt;&lt;TD&gt;query&lt;/TD&gt;&lt;TD&gt;optional&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Julius, &lt;/P&gt;&lt;P&gt;Thanks for the discussion, this type of interactions have driven me to find the right answer to the question i made and of course your questions and inputs as well.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 31 May 2019 09:58:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitoring-availability-of-sensors-inside-a-WEB-app-STIBO/m-p/119028#M12195</guid>
      <dc:creator>antonio_elfarkh</dc:creator>
      <dc:date>2019-05-31T09:58:19Z</dc:date>
    </item>
  </channel>
</rss>

