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: ...@@ -22,7 +22,7 @@ topology_template:
event_type: threshold event_type: threshold
metric: nginx.requests metric: nginx.requests
condition: condition:
threshold: 5 threshold: 1
granularity: 5 granularity: 5
aggregation_method: mean aggregation_method: mean
resource_type: resource_type:
...@@ -36,13 +36,13 @@ topology_template: ...@@ -36,13 +36,13 @@ topology_template:
event_type: threshold event_type: threshold
metric: cpu.usage_system metric: cpu.usage_system
condition: condition:
threshold: 0.2 threshold: 10
granularity: 10 granularity: 10
aggregation_method: mean aggregation_method: mean
resource_type: resource_type:
flame_location: DC1 flame_location: DC1
flame_sfp: nginx flame_sfp: nginx
comparison_operator: gte comparison_operator: lte
action: action:
implementation: implementation:
- http://172.40.231.200:9999/ - http://172.40.231.200:9999/
...@@ -51,7 +51,7 @@ topology_template: ...@@ -51,7 +51,7 @@ topology_template:
event_type: relative event_type: relative
metric: nginx.accepts metric: nginx.accepts
condition: condition:
threshold: 5 threshold: 1
granularity: 10 granularity: 10
resource_type: resource_type:
flame_sfc: MS_Template_1 # value is already given in metadata so this is optional 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.
Please register or to comment