<?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 Can we monitor NTP sync status of Unix machine, specially in AIX machine. in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Can-we-monitor-NTP-sync-status-of-Unix-machine-specially-in-AIX/m-p/123629#M2448</link>
    <description>&lt;P&gt;Need to know if we can monitor NTP sync status using Dynatrace Managed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2023 09:39:48 GMT</pubDate>
    <dc:creator>rahul_ash1</dc:creator>
    <dc:date>2023-04-13T09:39:48Z</dc:date>
    <item>
      <title>Can we monitor NTP sync status of Unix machine, specially in AIX machine.</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Can-we-monitor-NTP-sync-status-of-Unix-machine-specially-in-AIX/m-p/123629#M2448</link>
      <description>&lt;P&gt;Need to know if we can monitor NTP sync status using Dynatrace Managed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 09:39:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Can-we-monitor-NTP-sync-status-of-Unix-machine-specially-in-AIX/m-p/123629#M2448</guid>
      <dc:creator>rahul_ash1</dc:creator>
      <dc:date>2023-04-13T09:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can we monitor NTP sync Status of Unix machine in DT managed..? Specially in AIX machine..?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Can-we-monitor-NTP-sync-status-of-Unix-machine-specially-in-AIX/m-p/123630#M2449</link>
      <description>&lt;P&gt;You could Create a script/plugin that feed that info to a metric.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Sep 2019 23:01:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Can-we-monitor-NTP-sync-status-of-Unix-machine-specially-in-AIX/m-p/123630#M2449</guid>
      <dc:creator>Dant3</dc:creator>
      <dc:date>2019-09-26T23:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can we monitor NTP sync Status of Unix machine in DT managed..? Specially in AIX machine..?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Can-we-monitor-NTP-sync-status-of-Unix-machine-specially-in-AIX/m-p/123631#M2450</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi Dante&lt;/P&gt;&lt;P&gt;Thanks for your input.&lt;/P&gt;&lt;P&gt;I saw the documentation to create custom metrics [ &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/environment-api/topology-and-smartscape/custom-device-api/report-custom-device-metric-via-rest-api/?request-parameters%3C-%3Ejson-model=json-model" target="_blank"&gt;https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/environment-api/topology-and-smartscape/custom-device-api/report-custom-device-metric-via-rest-api/?request-parameters%3C-%3Ejson-model=json-model&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;But wondering how I will feed the variable output of a shell script automatically into the JSON field; so that it will automatically update the chart over time?&lt;/P&gt;&lt;P&gt; &lt;U&gt;I mean how the variable output will be reported to the &lt;STRONG&gt;custom device&lt;/STRONG&gt; endpoint automatically&lt;/U&gt; in every 1 or 5 min (Say I my script is executing at an interval of 1 or 5 mins and producing output which I need to push in DT)?&lt;/P&gt;&lt;P&gt;Any Script example to refer..? That will help a lot..!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/22038-1569948840411.png" /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Oct 2019 17:11:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Can-we-monitor-NTP-sync-status-of-Unix-machine-specially-in-AIX/m-p/123631#M2450</guid>
      <dc:creator>rahul_ash1</dc:creator>
      <dc:date>2019-10-01T17:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can we monitor NTP sync Status of Unix machine in DT managed..? Specially in AIX machine..?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Can-we-monitor-NTP-sync-status-of-Unix-machine-specially-in-AIX/m-p/123632#M2451</link>
      <description>&lt;P&gt;Hey &lt;A rel="user" href="https://answers.dynatrace.com/users/29578/view.html" nodeid="29578"&gt;@Rahul A.&lt;/A&gt; sorry for the late reply.&lt;/P&gt;&lt;P&gt;What we did in our case is create a template for the json to upload and call a python script that retrive the info it needs and the post it to the custom device every minute. I will try to see if is possible to post our example.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Dec 2019 01:07:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Can-we-monitor-NTP-sync-status-of-Unix-machine-specially-in-AIX/m-p/123632#M2451</guid>
      <dc:creator>Dant3</dc:creator>
      <dc:date>2019-12-24T01:07:29Z</dc:date>
    </item>
  </channel>
</rss>

