<?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: How do you set up an alert for when an application process is not running or hung? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425495#M7420</link>
    <description>&lt;P&gt;Gotcha, thanks bud! Good luck with your issue.&lt;/P&gt;</description>
    <pubDate>Sat, 25 Aug 2018 00:11:35 GMT</pubDate>
    <dc:creator>mstjohn_splunk</dc:creator>
    <dc:date>2018-08-25T00:11:35Z</dc:date>
    <item>
      <title>How do you set up an alert for when an application process is not running or hung?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425488#M7413</link>
      <description>&lt;P&gt;There are a number of application processes in our environment which either go down or stop responding. I am trying to setup an alert in the event if process is down or hung in Unix/Linux.&lt;/P&gt;

&lt;P&gt;Can anyone assist with this please?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 23:04:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425488#M7413</guid>
      <dc:creator>bsaujla131984</dc:creator>
      <dc:date>2018-08-23T23:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do you set up an alert for when an application process is not running or hung?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425489#M7414</link>
      <description>&lt;P&gt;Do you have a way of knowing if the process is hung?&lt;/P&gt;

&lt;P&gt;ie: curl to see if port is open, or run service $name status&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 10:25:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425489#M7414</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-08-24T10:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do you set up an alert for when an application process is not running or hung?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425490#M7415</link>
      <description>&lt;P&gt;from a linux forum... "ps auxww |grep 'process_ID' " you can have current process' status like S (Sleep), R (Running) , Z (zombie) etc.. &lt;/P&gt;

&lt;P&gt;[root@server]# cat /proc/2324/status&lt;BR /&gt;
Name: kmpathd/1&lt;BR /&gt;
&lt;STRONG&gt;State: S (sleeping)&lt;/STRONG&gt;&lt;BR /&gt;
SleepAVG: 98%&lt;BR /&gt;
Tgid: 2324&lt;BR /&gt;
Pid: 2324&lt;BR /&gt;
PPid: 13&lt;BR /&gt;
TracerPid: 0&lt;BR /&gt;
Uid: 0 0 0 0&lt;BR /&gt;
Gid: 0 0 0 0&lt;BR /&gt;
FDSize: 32&lt;/P&gt;

&lt;P&gt;Also, by using &lt;STRONG&gt;top&lt;/STRONG&gt; command, you can see if the running process is taking high cpu(probably, hung process)&lt;/P&gt;

&lt;P&gt;then you can create an alert accordingly..&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 10:39:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425490#M7415</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2018-08-24T10:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do you set up an alert for when an application process is not running or hung?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425491#M7416</link>
      <description>&lt;P&gt;Hi @bsaujla131984  - Did @inventsekar 's  answer below help provide a solution to your question? If yes, please click “Accept” below the best answer to resolve this post and upvote anything that was helpful. If no, please leave a comment with more feedback. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 22:25:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425491#M7416</guid>
      <dc:creator>mstjohn_splunk</dc:creator>
      <dc:date>2018-08-24T22:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do you set up an alert for when an application process is not running or hung?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425492#M7417</link>
      <description>&lt;P&gt;Actually I want something which can be done entirely through Splunk instead of logging to UNIX/Linux serves..&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 23:59:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425492#M7417</guid>
      <dc:creator>bsaujla131984</dc:creator>
      <dc:date>2018-08-24T23:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do you set up an alert for when an application process is not running or hung?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425493#M7418</link>
      <description>&lt;P&gt;Hi @mstjohn... I would need more info.  The answer is given is mainly related to commands, however I would like to do it through Splunk...&lt;/P&gt;</description>
      <pubDate>Sat, 25 Aug 2018 00:00:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425493#M7418</guid>
      <dc:creator>bsaujla131984</dc:creator>
      <dc:date>2018-08-25T00:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do you set up an alert for when an application process is not running or hung?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425494#M7419</link>
      <description>&lt;P&gt;It's interesting in the context of Splunk processes which can be hung, forwarders or indexers...&lt;/P&gt;</description>
      <pubDate>Sat, 25 Aug 2018 00:03:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425494#M7419</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-08-25T00:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do you set up an alert for when an application process is not running or hung?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425495#M7420</link>
      <description>&lt;P&gt;Gotcha, thanks bud! Good luck with your issue.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Aug 2018 00:11:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425495#M7420</guid>
      <dc:creator>mstjohn_splunk</dc:creator>
      <dc:date>2018-08-25T00:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do you set up an alert for when an application process is not running or hung?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425496#M7421</link>
      <description>&lt;P&gt;This is not related to Splunk process. It is related to application process in Linux/Unix servers.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Aug 2018 00:29:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-you-set-up-an-alert-for-when-an-application-process-is/m-p/425496#M7421</guid>
      <dc:creator>bsaujla131984</dc:creator>
      <dc:date>2018-08-25T00:29:00Z</dc:date>
    </item>
  </channel>
</rss>

