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