All Apps and Add-ons

f5 app report error iso partition,F5 v13.1 apm client iso

PALEMARIE
New Member

Dear all,

in F5 BigIP release 13 and above, a new ISO is mounted on the system.

This ISO not removable as it's system's ISO.

This causes a BAD result on device's health of F5 Analytics in splunk because of disk full.

I see in the app properties that the object is the following : 'Device Health' :

  <title>Overall Disk Space Health</title>
  <single>
    <search>
      <query>| `calc_host_disk_space_health(host_disk_space_health, perc_used, "*", "$host$", "`t_kpi_conf_interval`", "`t_kpi_disk_space_violation`", "`t_kpi_disk_space_overall`", "`t_kpi_violations_overall`", "`t_kpi_outliers`")` | `format_health(host_disk_space_health)`</query>
      <earliest>$Time.earliest$</earliest>
      <latest>$Time.latest$</latest>
      <sampleRatio>1</sampleRatio>
    </search>
    <option name="numberPrecision">0.0</option>
    <option name="unit">%</option>
  </single>
</panel>
<panel>

Is there an option to ignore a partition in the health rating ?

best regards,
Pierre

0 Karma

PALEMARIE
New Member

Hello Dennis,

Thanks a lot, I'll test !

0 Karma

dennis_morton
Engager

Just edit the kpi_host_disk_space_health_search(2) macro and add a where condition that filters out that ISO mount. Something like this:

   | tstats max(all.perc_used) from datamodel="bigip-tmsh-disk_usage" where host="$host$" all.devicegroup="$devicegroup$" all.Filesystem!=<ISO Mount> by host all.devicegroup  _time span=`timechart_span` 
    | rename max(all.*) as * all.* as *
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...