diff options
author | Joel Diaz <jdiaz@redhat.com> | 2016-02-09 14:48:54 -0500 |
---|---|---|
committer | Joel Diaz <jdiaz@redhat.com> | 2016-02-24 15:10:10 -0500 |
commit | 51b33151b6265d6049b9b39cbb25b6a4522ef7e5 (patch) | |
tree | a83dbc641ed44f62087028eff0794fb5e99f6d98 /roles/os_zabbix/vars | |
parent | 8ed73ca866da18963a7868eb1d0f66ba63a0d425 (diff) | |
download | openshift-51b33151b6265d6049b9b39cbb25b6a4522ef7e5.tar.gz openshift-51b33151b6265d6049b9b39cbb25b6a4522ef7e5.tar.bz2 openshift-51b33151b6265d6049b9b39cbb25b6a4522ef7e5.tar.xz openshift-51b33151b6265d6049b9b39cbb25b6a4522ef7e5.zip |
remote heal action for OVS down
Diffstat (limited to 'roles/os_zabbix/vars')
-rw-r--r-- | roles/os_zabbix/vars/template_openshift_node.yml | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_node.yml b/roles/os_zabbix/vars/template_openshift_node.yml index ff65ef158..252339366 100644 --- a/roles/os_zabbix/vars/template_openshift_node.yml +++ b/roles/os_zabbix/vars/template_openshift_node.yml @@ -47,4 +47,33 @@ g_template_openshift_node: url: 'https://github.com/openshift/ops-sop/blob/node/V3/Alerts/openshift_node.asciidoc' priority: high - + zactions: + - name: '[HEAL] OVS may not be running on {HOST.NAME}' + status: disabled + escalation_time: 60 + conditions_filter: + calculation_type: "and/or" + conditions: + - conditiontype: maintenance status + operator: not in + - conditiontype: trigger name + operator: like + value: "[HEAL] OVS may not be running on" + - conditiontype: trigger value + operator: "=" + value: PROBLEM + operations: + - esc_step_from: 1 + esc_step_to: 1 + esc_period: 0 + operationtype: remote command + opcommand: + command: 'ssh -i /etc/openshift_tools/scriptrunner_id_rsa {{ ozb_scriptrunner_user }}@{{ ozb_scriptrunner_bastion_host }} remote-healer --host \"{HOST.NAME}\" --trigger \"{TRIGGER.NAME}\" --trigger-val \"{TRIGGER.VALUE}\"' + execute_on: "zabbix server" + type: 'custom script' + target_hosts: + - target_type: 'zabbix server' + opconditions: + - conditiontype: 'event acknowledged' + operator: '=' + value: 'not acknowledged' |