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