Skip to content

Commit

Permalink
Merge pull request #69 from pkarkazis/master
Browse files Browse the repository at this point in the history
update rules
  • Loading branch information
mpeuster authored Sep 14, 2016
2 parents acaebd3 + 41ac5ef commit 3f5c2a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ connection_points:
monitoring_rules:
- name: "mon:rule:vm_cpu_usage_85_perc"
description: "Trigger events if CPU load is above 85 percent."
duration: 2
duration: 20
duration_unit: "s"
condition: "vdu01:vm_cpu_perc > 85"
notification:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ connection_points:
monitoring_rules:
- name: "mon:rule:vm_cpu_usage_85_perc"
description: "Trigger events if CPU load is above 85 percent."
duration: 2
duration: 20
duration_unit: "s"
condition: "vdu01:vm_cpu_perc > 85"
notification:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ connection_points:
monitoring_rules:
- name: "mon:rule:vm_cpu_usage_85_perc"
description: "Trigger events if CPU load is above 85 percent."
duration: 2
duration: 20
duration_unit: "s"
condition: "vdu01:vm_cpu_perc > 85"
notification:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ connection_points:
monitoring_rules:
- name: "mon:rule:vm_cpu_usage_85_perc"
description: "Trigger events if CPU load is above 85 percent."
duration: 2
duration: 20
duration_unit: "s"
condition: "vdu01:vm_cpu_perc > 85"
notification:
Expand Down

0 comments on commit 3f5c2a0

Please sign in to comment.