<?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: CSA - Alerting when host stops polling in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/csa-alerting-when-host-stops-polling/m-p/1208782#M77711</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are quite welcome Mike!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to hear it worked for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2009 03:49:59 GMT</pubDate>
    <dc:creator>tsteger1</dc:creator>
    <dc:date>2009-02-17T03:49:59Z</dc:date>
    <item>
      <title>CSA - Alerting when host stops polling</title>
      <link>https://community.cisco.com/t5/network-security/csa-alerting-when-host-stops-polling/m-p/1208777#M77698</link>
      <description>&lt;P&gt;I'd like to know when a host stops polling into the CSA MC.  Is it possible to create an alert to be sent via email or an SNMP trap when an agent hasn't polled into the MC for a specified period of time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 11:30:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csa-alerting-when-host-stops-polling/m-p/1208777#M77698</guid>
      <dc:creator>michael.saunders</dc:creator>
      <dc:date>2019-03-10T11:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: CSA - Alerting when host stops polling</title>
      <link>https://community.cisco.com/t5/network-security/csa-alerting-when-host-stops-polling/m-p/1208778#M77702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A quick solution for now is to create an event set and email alert using the event type 'Management Center:  Hosts not actively polling found' that will email you with a list of inactive hosts.  The event is generated every 24 hours and contains all hosts not activelty polling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hosts are considered inactive if they have missed three polling intervals or  not polled the MC in the past 24 hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without digging further I don't know of other options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 22:15:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csa-alerting-when-host-stops-polling/m-p/1208778#M77702</guid>
      <dc:creator>tsteger1</dc:creator>
      <dc:date>2009-02-13T22:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: CSA - Alerting when host stops polling</title>
      <link>https://community.cisco.com/t5/network-security/csa-alerting-when-host-stops-polling/m-p/1208779#M77704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without trying it yet, this already sounds like what I need to do the job.  I will give it a test and let you know how it shakes out.  Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 22:20:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csa-alerting-when-host-stops-polling/m-p/1208779#M77704</guid>
      <dc:creator>michael.saunders</dc:creator>
      <dc:date>2009-02-13T22:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: CSA - Alerting when host stops polling</title>
      <link>https://community.cisco.com/t5/network-security/csa-alerting-when-host-stops-polling/m-p/1208780#M77708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another (not so simple option), is to use the csaapi, you could create a script that polls the list of hosts, and then look for how long it has been since last poll, and then mail or snmp trap a msg to someone, of course you won't get any info faster than at least one poll period, as the client is not supposed to poll the csamc in between that interval.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Feb 2009 22:23:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csa-alerting-when-host-stops-polling/m-p/1208780#M77708</guid>
      <dc:creator>jan.nielsen</dc:creator>
      <dc:date>2009-02-15T22:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: CSA - Alerting when host stops polling</title>
      <link>https://community.cisco.com/t5/network-security/csa-alerting-when-host-stops-polling/m-p/1208781#M77710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That worked.  I had tried to create an alert using a similar method in the past but I didn't have it configured correctly.  This appears to work for my needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 18:33:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csa-alerting-when-host-stops-polling/m-p/1208781#M77710</guid>
      <dc:creator>michael.saunders</dc:creator>
      <dc:date>2009-02-16T18:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: CSA - Alerting when host stops polling</title>
      <link>https://community.cisco.com/t5/network-security/csa-alerting-when-host-stops-polling/m-p/1208782#M77711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are quite welcome Mike!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to hear it worked for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 03:49:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csa-alerting-when-host-stops-polling/m-p/1208782#M77711</guid>
      <dc:creator>tsteger1</dc:creator>
      <dc:date>2009-02-17T03:49:59Z</dc:date>
    </item>
  </channel>
</rss>

