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