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