diff options
Diffstat (limited to 'OPENECOMP-DEMO/controller-template/configuration/alertTemplates/QfsStandard.json')
-rw-r--r-- | OPENECOMP-DEMO/controller-template/configuration/alertTemplates/QfsStandard.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/OPENECOMP-DEMO/controller-template/configuration/alertTemplates/QfsStandard.json b/OPENECOMP-DEMO/controller-template/configuration/alertTemplates/QfsStandard.json new file mode 100644 index 0000000..fb49e14 --- /dev/null +++ b/OPENECOMP-DEMO/controller-template/configuration/alertTemplates/QfsStandard.json @@ -0,0 +1,16 @@ +{"alerts": { + "95PercentUsage": { + "$class": "org.openecomp.ncomp.core.alerts.ThresholdAlert", + "operationalState": "OPERATIONAL", + "severity": "SEV1", + "metricName": "ddUsage", + "upperBound": "95.0" + }, + "95PercentMetadataUsage": { + "$class": "org.openecomp.ncomp.core.alerts.ThresholdAlert", + "operationalState": "OPERATIONAL", + "severity": "SEV1", + "metricName": "mmUsage", + "upperBound": "95.0" + } +}}
\ No newline at end of file |