summaryrefslogtreecommitdiffstats
path: root/OPENECOMP-DEMO/controller-template/configuration/alertTemplates/Qfs80Percent.json
blob: 9a1fc9bf612a4b043d95a2a8444f5ac9bb03f5f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
  }
}}