summaryrefslogtreecommitdiffstats
path: root/OPENECOMP-DEMO/controller-template/configuration/alertTemplates/QfsQuotaStandard.json
diff options
context:
space:
mode:
Diffstat (limited to 'OPENECOMP-DEMO/controller-template/configuration/alertTemplates/QfsQuotaStandard.json')
-rw-r--r--OPENECOMP-DEMO/controller-template/configuration/alertTemplates/QfsQuotaStandard.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/OPENECOMP-DEMO/controller-template/configuration/alertTemplates/QfsQuotaStandard.json b/OPENECOMP-DEMO/controller-template/configuration/alertTemplates/QfsQuotaStandard.json
new file mode 100644
index 0000000..bacd3cb
--- /dev/null
+++ b/OPENECOMP-DEMO/controller-template/configuration/alertTemplates/QfsQuotaStandard.json
@@ -0,0 +1,16 @@
+{"alerts": {
+ "90PercentUsage": {
+ "$class": "org.openecomp.ncomp.core.alerts.ThresholdAlert",
+ "operationalState": "OPERATIONAL",
+ "severity": "SEV1",
+ "metricName": "dUsage",
+ "upperBound": "90.0"
+ },
+ "90PercentMetadataUsage": {
+ "$class": "org.openecomp.ncomp.core.alerts.ThresholdAlert",
+ "operationalState": "OPERATIONAL",
+ "severity": "SEV1",
+ "metricName": "fUsage",
+ "upperBound": "90.0"
+ }
+}} \ No newline at end of file