Skip to content
Snippets Groups Projects
Commit ae443cca authored by MJB's avatar MJB
Browse files

fixed alert testing threshold

parent f8667629
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ topology_template:
event_type: threshold
metric: nginx.requests
condition:
threshold: 5
threshold: 1
granularity: 5
aggregation_method: mean
resource_type:
......@@ -36,13 +36,13 @@ topology_template:
event_type: threshold
metric: cpu.usage_system
condition:
threshold: 0.2
threshold: 10
granularity: 10
aggregation_method: mean
resource_type:
flame_location: DC1
flame_sfp: nginx
comparison_operator: gte
comparison_operator: lte
action:
implementation:
- http://172.40.231.200:9999/
......@@ -51,7 +51,7 @@ topology_template:
event_type: relative
metric: nginx.accepts
condition:
threshold: 5
threshold: 1
granularity: 10
resource_type:
flame_sfc: MS_Template_1 # value is already given in metadata so this is optional
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment