<?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 Alert when service stopped using perf mon in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Alert-when-service-stopped-using-perf-mon/m-p/57506#M792</link>
    <description>&lt;P&gt;source="Perfmon*" counter="% Processor Time" | chart last(Value) by _time, host&lt;/P&gt;

&lt;P&gt;How can I develop this search into an alert, which detects when a host has stopped sending perfmon events. &lt;/P&gt;

&lt;P&gt;I would like it to send an email to me stating which host is no longer working.&lt;/P&gt;</description>
    <pubDate>Tue, 22 May 2012 16:42:20 GMT</pubDate>
    <dc:creator>matthewcanty</dc:creator>
    <dc:date>2012-05-22T16:42:20Z</dc:date>
    <item>
      <title>Alert when service stopped using perf mon</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-when-service-stopped-using-perf-mon/m-p/57506#M792</link>
      <description>&lt;P&gt;source="Perfmon*" counter="% Processor Time" | chart last(Value) by _time, host&lt;/P&gt;

&lt;P&gt;How can I develop this search into an alert, which detects when a host has stopped sending perfmon events. &lt;/P&gt;

&lt;P&gt;I would like it to send an email to me stating which host is no longer working.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2012 16:42:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-when-service-stopped-using-perf-mon/m-p/57506#M792</guid>
      <dc:creator>matthewcanty</dc:creator>
      <dc:date>2012-05-22T16:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Alert when service stopped using perf mon</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-when-service-stopped-using-perf-mon/m-p/57507#M793</link>
      <description>&lt;P&gt;If you have an index dedicated to perfmon, you might find metadata easier: &lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
| metadata type=hosts index=perfmon | where lastTime&amp;lt;now()-900 &lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;This search returns the machines that haven't reported anything in 15 minutes; I'm assuming the actual counter is irrelevant to you.  You can adjust the time as required, but I wouldn't go much shorter or you'll get a bunch of false positives during reboots.  Once you have the search tuned the way you want it, you can set up the alert as described in &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/User/SchedulingSavedSearches"&gt;http://docs.splunk.com/Documentation/Splunk/latest/User/SchedulingSavedSearches&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2012 21:01:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-when-service-stopped-using-perf-mon/m-p/57507#M793</guid>
      <dc:creator>cphair</dc:creator>
      <dc:date>2012-05-30T21:01:17Z</dc:date>
    </item>
  </channel>
</rss>

