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