summaryrefslogtreecommitdiffstats
path: root/OPENECOMP-DEMO/controller-template/configuration/alertTemplates/QfsQuota95.json
blob: 549b1cb771f833976c4df9da0b7583e730256bf6 (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": "dUsage",
    "upperBound": "95.0"
  },
  "95PercentMetadataUsage": {
    "$class": "org.openecomp.ncomp.core.alerts.ThresholdAlert",
    "operationalState": "OPERATIONAL",
    "severity": "SEV1",
    "metricName": "fUsage",
    "upperBound": "95.0"
  }
}}