<?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 Monitor whether network device is alive in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-whether-network-device-is-alive/m-p/94864#M19752</link>
    <description>&lt;P&gt;Can splunk do such this? Traditionally, it used ping, port scan or snmp. if the device is dead, it no longer sends log, how splunk detect such situation?Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 26 Nov 2010 09:53:11 GMT</pubDate>
    <dc:creator>hjwang</dc:creator>
    <dc:date>2010-11-26T09:53:11Z</dc:date>
    <item>
      <title>Monitor whether network device is alive</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-whether-network-device-is-alive/m-p/94864#M19752</link>
      <description>&lt;P&gt;Can splunk do such this? Traditionally, it used ping, port scan or snmp. if the device is dead, it no longer sends log, how splunk detect such situation?Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2010 09:53:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-whether-network-device-is-alive/m-p/94864#M19752</guid>
      <dc:creator>hjwang</dc:creator>
      <dc:date>2010-11-26T09:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor whether network device is alive</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-whether-network-device-is-alive/m-p/94865#M19753</link>
      <description>&lt;P&gt;To detect a device that's no longer sending events you could use something like this (from &lt;A href="http://answers.splunk.com/questions/798/how-do-i-tell-if-a-forwarder-is-down" rel="nofollow"&gt;here&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| metadata type=hosts | sort recentTime desc | convert ctime(recentTime) as Recent_Time | table host Recent_Time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, the fact that events aren't being sent isn't necessarily an indication that a device is "dead".  You could, however, easily create a scripted input to run ping/traceroute or whatever you like on a pretty tight interval and then create searches and alerts around the output, which would be a pretty standard way to deal with such issues and really the only reasonably reliable way that I know of.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Nov 2010 12:34:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-whether-network-device-is-alive/m-p/94865#M19753</guid>
      <dc:creator>mw</dc:creator>
      <dc:date>2010-11-27T12:34:34Z</dc:date>
    </item>
  </channel>
</rss>

