You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

129 lines
4.7 KiB

{
"alert_lag": 30,
"alert_period": "5",
"base_search": "`itsi-cp-soar-indexes` source=df | eval FreePct-{MountedOn}=PercentFreeSpace | eval FreeMB-{MountedOn}=FreeMBytes | eval FreeMB-Other=if(in(MountedOn,\"/\",\"/opt\",\"/boot\"),null(), FreeMBytes) | eval FreePct-Other=if(in(MountedOn,\"/\",\"/opt\",\"/boot\"),null(), PercentFreeSpace)",
"description": "KPI base search used by KPIs that track disk free space. Source: df.sh",
"entity_filter_field": "host",
"entity_split_field": "host",
"is_filter_entities_to_service": true,
"is_split_by_entity": true,
"key": "da-itsi-cp-soar-soar-os-performance-nix-df",
"metric_qualifier": "",
"metrics": [
{
"aggregate_statop": "min",
"entity_statop": "min",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "info",
"gap_severity_color": "#AED3E5",
"gap_severity_color_light": "#E3F0F6",
"gap_severity_value": "1",
"key": "free-mb-min-avail-on-other-mount-points",
"threshold_field": "FreeMB-Other",
"title": "Free MB - min avail on other mount points",
"unit": "MB"
},
{
"aggregate_statop": "min",
"entity_statop": "latest",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "info",
"gap_severity_color": "#AED3E5",
"gap_severity_color_light": "#E3F0F6",
"gap_severity_value": "1",
"key": "free-mb",
"threshold_field": "FreeMB-/",
"title": "Free MB /",
"unit": "MB"
},
{
"aggregate_statop": "min",
"entity_statop": "latest",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "info",
"gap_severity_color": "#AED3E5",
"gap_severity_color_light": "#E3F0F6",
"gap_severity_value": "1",
"key": "free-mb-boot",
"threshold_field": "FreeMB-/boot",
"title": "Free MB /boot",
"unit": "MB"
},
{
"aggregate_statop": "min",
"entity_statop": "latest",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "info",
"gap_severity_color": "#AED3E5",
"gap_severity_color_light": "#E3F0F6",
"gap_severity_value": "1",
"key": "free-mb-opt",
"threshold_field": "FreeMB-/opt",
"title": "Free MB /opt",
"unit": "MB"
},
{
"aggregate_statop": "min",
"entity_statop": "min",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "info",
"gap_severity_color": "#AED3E5",
"gap_severity_color_light": "#E3F0F6",
"gap_severity_value": "1",
"key": "free-pct-min-avail-on-other-mount-points",
"threshold_field": "FreePct-Other",
"title": "Free Pct - min avail on other mount points",
"unit": ""
},
{
"aggregate_statop": "min",
"entity_statop": "latest",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "info",
"gap_severity_color": "#AED3E5",
"gap_severity_color_light": "#E3F0F6",
"gap_severity_value": "1",
"key": "free-pct",
"threshold_field": "FreePct-/",
"title": "Free Pct /",
"unit": ""
},
{
"aggregate_statop": "min",
"entity_statop": "latest",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "info",
"gap_severity_color": "#AED3E5",
"gap_severity_color_light": "#E3F0F6",
"gap_severity_value": "1",
"key": "free-pct-boot",
"threshold_field": "FreePct-/boot",
"title": "Free Pct /boot",
"unit": ""
},
{
"aggregate_statop": "min",
"entity_statop": "latest",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "info",
"gap_severity_color": "#AED3E5",
"gap_severity_color_light": "#E3F0F6",
"gap_severity_value": "1",
"key": "free-pct-opt",
"threshold_field": "FreePct-/opt",
"title": "Free Pct /opt",
"unit": ""
}
],
"search_alert_earliest": "5",
"title": "SOAR:OS:Performance.NIX-df",
"version": "0.0.33"
}