<?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 would be an optimal way to check whether a server is up? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/What-would-be-an-optimal-way-to-check-whether-a-server-is-up/m-p/488559#M24480</link>
    <description>&lt;P&gt;In the simplest form &lt;A href="https://answers.splunk.com/answers/557791/check-server-is-up-or-not.html"&gt;check server is up or not&lt;/A&gt; speaks about it.&lt;/P&gt;</description>
    <pubDate>Sun, 08 Mar 2020 02:05:27 GMT</pubDate>
    <dc:creator>danielbb</dc:creator>
    <dc:date>2020-03-08T02:05:27Z</dc:date>
    <item>
      <title>What would be an optimal way to check whether a server is up?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-would-be-an-optimal-way-to-check-whether-a-server-is-up/m-p/488557#M24478</link>
      <description>&lt;P&gt;We have the following health check about the server being up or down - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats latest(_time) as latest where index=os_solaris source="Unix:Uptime" by host 
| convert timeformat=" %b %d, %Y   %H:%M:%S" ctime(latest) AS Last_Log 
| where latest &amp;lt; relative_time(now(), "-10m") 
| table Last_Log, host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What would be a better way, that won't produce a false alert on 100 servers, as it happened today?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 20:52:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-would-be-an-optimal-way-to-check-whether-a-server-is-up/m-p/488557#M24478</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2020-03-06T20:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: What would be an optimal way to check whether a server is up?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-would-be-an-optimal-way-to-check-whether-a-server-is-up/m-p/488558#M24479</link>
      <description>&lt;P&gt;This has been solved many times including:&lt;BR /&gt;
Meta Woot!: &lt;A href="https://splunkbase.splunk.com/app/2949/"&gt;https://splunkbase.splunk.com/app/2949/&lt;/A&gt;&lt;BR /&gt;
TrackMe: &lt;A href="https://splunkbase.splunk.com/app/4621/"&gt;https://splunkbase.splunk.com/app/4621/&lt;/A&gt;,&lt;BR /&gt;
Broken Hosts App for Splunk: &lt;A href="https://splunkbase.splunk.com/app/3247/"&gt;https://splunkbase.splunk.com/app/3247/&lt;/A&gt;&lt;BR /&gt;
Alerts for Splunk Admins ("ForwarderLevel" alerts): &lt;A href="https://splunkbase.splunk.com/app/3796/"&gt;https://splunkbase.splunk.com/app/3796/&lt;/A&gt;&lt;BR /&gt;
Splunk Security Essentials(&lt;A href="https://docs.splunksecurityessentials.com/features/sse_data_availability/):"&gt;https://docs.splunksecurityessentials.com/features/sse_data_availability/):&lt;/A&gt; &lt;A href="https://splunkbase.splunk.com/app/3435/"&gt;https://splunkbase.splunk.com/app/3435/&lt;/A&gt;&lt;BR /&gt;
Monitoring Console: &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/DMC/Configureforwardermonitoring"&gt;https://docs.splunk.com/Documentation/Splunk/latest/DMC/Configureforwardermonitoring&lt;/A&gt;&lt;BR /&gt;
Deployment Server: &lt;A href="https://docs.splunk.com/Documentation/DepMon/latest/DeployDepMon/Troubleshootyourdeployment#Forwarder_warnings"&gt;https://docs.splunk.com/Documentation/DepMon/latest/DeployDepMon/Troubleshootyourdeployment#Forwarder_warnings&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 21:55:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-would-be-an-optimal-way-to-check-whether-a-server-is-up/m-p/488558#M24479</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-03-06T21:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: What would be an optimal way to check whether a server is up?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-would-be-an-optimal-way-to-check-whether-a-server-is-up/m-p/488559#M24480</link>
      <description>&lt;P&gt;In the simplest form &lt;A href="https://answers.splunk.com/answers/557791/check-server-is-up-or-not.html"&gt;check server is up or not&lt;/A&gt; speaks about it.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Mar 2020 02:05:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-would-be-an-optimal-way-to-check-whether-a-server-is-up/m-p/488559#M24480</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2020-03-08T02:05:27Z</dc:date>
    </item>
  </channel>
</rss>

