<?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 to auto export FTD cpu and memory and disk usage for weekly at in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4726579#M1095276</link>
    <description>&lt;P&gt;Is your FMC an VM? If so, you can query the hypervisor with SNMP for the VM memory and CPU utilization.&lt;/P&gt;
&lt;P&gt;For FTD, what platform / model are you running?&lt;/P&gt;</description>
    <pubDate>Wed, 23 Nov 2022 12:18:42 GMT</pubDate>
    <dc:creator>Marvin Rhoads</dc:creator>
    <dc:date>2022-11-23T12:18:42Z</dc:date>
    <item>
      <title>How to auto export FTD cpu and memory and disk usage for weekly at fmc</title>
      <link>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4718531#M1094919</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I have 2 FTDs in the environment managed by FMC. I want to generate Reports for CPU and Memory and disk usage for the FTDs. how can Reports i generated for weekly or monthly as schedule.&lt;/P&gt;&lt;P&gt;could anyone can help for it? Thanks much.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 09:21:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4718531#M1094919</guid>
      <dc:creator>journey jane</dc:creator>
      <dc:date>2022-11-09T09:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto export FTD cpu and memory and disk usage for weekly at</title>
      <link>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4718540#M1094922</link>
      <description>&lt;P&gt;For this task we generally use NMS system to generate this report - personally i have not seen any reports in FMC like trhat - i can only see alerts.&lt;/P&gt;
&lt;P&gt;may be worth checking Overview--&amp;gt;reports...report..Templates anything available as per your need.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/firepower/60/configuration/guide/fpmc-config-guide-v60/Working_with_Reports.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/firepower/60/configuration/guide/fpmc-config-guide-v60/Working_with_Reports.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 09:48:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4718540#M1094922</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-11-09T09:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto export FTD cpu and memory and disk usage for weekly at</title>
      <link>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4718543#M1094923</link>
      <description>&lt;P&gt;You have a couple of options. If you already have an SNMP-based network management system then you could just poll the FTD devices directly and retrieve the statistics.&lt;/P&gt;
&lt;P&gt;You could create a scheduled report of health events but that would not be a time series table or graph.&lt;/P&gt;
&lt;P&gt;You could also just log into FMC once a week and screenshot the health monitor page for each device. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FMC Health monitor - device memory" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/167500i53810D4D4B92A8E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="FMC Health monitor - device memory.png" alt="FMC Health monitor - device memory" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;FMC Health monitor - device memory&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 10:02:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4718543#M1094923</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2022-11-09T10:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto export FTD cpu and memory and disk usage for weekly at</title>
      <link>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4718570#M1094930</link>
      <description>&lt;P&gt;Optionally, you could create an API script that fetches this information for you and depending on how you want to present it, you can either keep it as text or have it graphed, or connect it to your management system via another API call.&amp;nbsp; If you have a linux system in your network you could set up a "cron" job to run at a fixed interval that executes this script.&lt;/P&gt;
&lt;P&gt;The following paths would be the API call paths&lt;/P&gt;
&lt;P&gt;/api/fmc_config/v1/domain/{domainUUID}/devices/devicerecords/{containerUUID}/operational/metrics?filter=%20metric%3Acpu&amp;amp;limit=2000&amp;amp;expanded=true"&lt;/P&gt;
&lt;P&gt;/api/fmc_config/v1/domain/{domainUUID}/devices/devicerecords/{containerUUID}/operational/metrics?filter=%20metric%3Amemory&amp;amp;limit=2000&amp;amp;expanded=true"&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 11:15:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4718570#M1094930</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2022-11-09T11:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto export FTD cpu and memory and disk usage for weekly at</title>
      <link>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4726519#M1095271</link>
      <description>&lt;P&gt;Hello Marvin Rhoads,&lt;/P&gt;&lt;P&gt;Thanks much for your shared information. Even though i have configured SNMP at FMC and FTD to get resources information to zabbix, i cannot get any cpu and memory information from fmc and ftd ,just got interfaces information and other stuff. can you pls put any suggestion on it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 10:07:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4726519#M1095271</guid>
      <dc:creator>journey jane</dc:creator>
      <dc:date>2022-11-23T10:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto export FTD cpu and memory and disk usage for weekly at</title>
      <link>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4726579#M1095276</link>
      <description>&lt;P&gt;Is your FMC an VM? If so, you can query the hypervisor with SNMP for the VM memory and CPU utilization.&lt;/P&gt;
&lt;P&gt;For FTD, what platform / model are you running?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 12:18:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4726579#M1095276</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2022-11-23T12:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto export FTD cpu and memory and disk usage for weekly at</title>
      <link>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4727318#M1095304</link>
      <description>&lt;P&gt;Hello Marvin Rhoads,&lt;/P&gt;&lt;P&gt;I'm using FPR 2100 series. Do i need to configure health policy also? Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 09:29:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4727318#M1095304</guid>
      <dc:creator>journey jane</dc:creator>
      <dc:date>2022-11-24T09:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto export FTD cpu and memory and disk usage for weekly at</title>
      <link>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4727456#M1095318</link>
      <description>&lt;P&gt;For FTD CPU and memory, you should be able to query using OIDs in the FTD MIB.&lt;/P&gt;
&lt;P&gt;FMC can likewise be queried via the hypervisor MIB (for virtual FMC) or by querying the chassis CIMC interface with SNMP (for hardware FMC)&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 12:29:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-auto-export-ftd-cpu-and-memory-and-disk-usage-for-weekly/m-p/4727456#M1095318</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2022-11-24T12:29:04Z</dc:date>
    </item>
  </channel>
</rss>

