<?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: What is the best way to do Ping monitor for Windows and Linux servers? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-way-to-do-Ping-monitor-for-Windows-and-Linux/m-p/434950#M75917</link>
    <description>&lt;P&gt;This is good discussion.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2019 17:08:58 GMT</pubDate>
    <dc:creator>daniel_wilson32</dc:creator>
    <dc:date>2019-06-17T17:08:58Z</dc:date>
    <item>
      <title>What is the best way to do Ping monitor for Windows and Linux servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-way-to-do-Ping-monitor-for-Windows-and-Linux/m-p/434946#M75913</link>
      <description>&lt;P&gt;Best way to do Ping monitor for Windows and Linux servers?&lt;/P&gt;

&lt;P&gt;What is the best way to do ping monitor for 4k servers including Linux and Windows servers?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 13:52:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-way-to-do-Ping-monitor-for-Windows-and-Linux/m-p/434946#M75913</guid>
      <dc:creator>ansif</dc:creator>
      <dc:date>2019-03-08T13:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to do Ping monitor for Windows and Linux servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-way-to-do-Ping-monitor-for-Windows-and-Linux/m-p/434947#M75914</link>
      <description>&lt;P&gt;If you have forwarders installed on all your endpoints, the options are almost endless, but it depends exactly 'what' you are trying to monitor.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;If you just want to see which machines are online&lt;/STRONG&gt; and connected to Splunk, you can use the &lt;CODE&gt;metadata&lt;/CODE&gt; command to quickly produce a list of systems which have communicated in the last x minutes.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| metadata type=hosts index=_*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;By specifying index=_* it checks the internal logs (rather than your monitored data sources)&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;If you are looking to verify that the hosts have network connectivity to/from a specific location&lt;/STRONG&gt; (you know they have net-access to Splunk because otherwise there wouldn't be any logs) you can write a simple script which executes &lt;CODE&gt;ping&lt;/CODE&gt; from each host and indexes the results.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;If you are looking to more accurately track, and report on network performance&lt;/STRONG&gt;, you should use the metrics store to collect metric and performance data from each host, and build your own charts with the metrics workspace.&lt;BR /&gt;
&lt;A href="https://splunkbase.splunk.com/app/4192/"&gt;https://splunkbase.splunk.com/app/4192/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;If you want the most powerful insight into your networking/host and performance data&lt;/STRONG&gt;, take a look at Splunk ITSI&lt;BR /&gt;
&lt;A href="https://www.splunk.com/en_us/software/it-service-intelligence.html"&gt;https://www.splunk.com/en_us/software/it-service-intelligence.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 14:32:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-way-to-do-Ping-monitor-for-Windows-and-Linux/m-p/434947#M75914</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2019-03-08T14:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to do Ping monitor for Windows and Linux servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-way-to-do-Ping-monitor-for-Windows-and-Linux/m-p/434948#M75915</link>
      <description>&lt;P&gt;I have splunk universal forwarder installed on all servers. Which parameter I need to use for ping monitoring for both windows and unix?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 05:09:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-way-to-do-Ping-monitor-for-Windows-and-Linux/m-p/434948#M75915</guid>
      <dc:creator>ansif</dc:creator>
      <dc:date>2019-03-11T05:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to do Ping monitor for Windows and Linux servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-way-to-do-Ping-monitor-for-Windows-and-Linux/m-p/434949#M75916</link>
      <description>&lt;P&gt;As said above... if you're simply trying to see if a UF is up and communicating, here is a quick query to see how long it's been since a UF has communicated with Splunk.&lt;/P&gt;

&lt;P&gt;| metadata type=hosts index=_internal |  eval min_last_comm = now()-recentTime | eval min_last_comm = round(min_last_comm / 60) | eval _time=now() | fields _time, host, min_last_comm&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:53:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-way-to-do-Ping-monitor-for-Windows-and-Linux/m-p/434949#M75916</guid>
      <dc:creator>mperry_splunk</dc:creator>
      <dc:date>2020-09-29T23:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to do Ping monitor for Windows and Linux servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-way-to-do-Ping-monitor-for-Windows-and-Linux/m-p/434950#M75917</link>
      <description>&lt;P&gt;This is good discussion.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 17:08:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-way-to-do-Ping-monitor-for-Windows-and-Linux/m-p/434950#M75917</guid>
      <dc:creator>daniel_wilson32</dc:creator>
      <dc:date>2019-06-17T17:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to do Ping monitor for Windows and Linux servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-way-to-do-Ping-monitor-for-Windows-and-Linux/m-p/434951#M75918</link>
      <description>&lt;P&gt;Most of the customer demands a report for server Availability.&lt;BR /&gt;
We perform following things:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Powershell script which executes in a server,which take ip addresses from text file and index the result to Splunk.( If in case of more servers,this script is not efficient)&lt;/LI&gt;
&lt;LI&gt;Use deployment server to check if any of the clients are not reporting within the time (this method only ensure connection between Deployment server and end devices,sometimes the device is up but not connected/sync with DS)&lt;/LI&gt;
&lt;LI&gt;Use system up time. &lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Is there any other method people use? Please suggest.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 08:56:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-way-to-do-Ping-monitor-for-Windows-and-Linux/m-p/434951#M75918</guid>
      <dc:creator>ansif</dc:creator>
      <dc:date>2019-06-27T08:56:49Z</dc:date>
    </item>
  </channel>
</rss>

