update example document for zabbix_action module (#62667)
This commit is contained in:
parent
1520eba0a7
commit
3299f29f7c
1 changed files with 5 additions and 0 deletions
|
@ -359,6 +359,7 @@ EXAMPLES = '''
|
|||
event_source: 'trigger'
|
||||
state: present
|
||||
status: enabled
|
||||
esc_period: 60
|
||||
conditions:
|
||||
- type: 'trigger_severity'
|
||||
operator: '>='
|
||||
|
@ -381,6 +382,7 @@ EXAMPLES = '''
|
|||
event_source: 'trigger'
|
||||
state: present
|
||||
status: enabled
|
||||
esc_period: 60
|
||||
conditions:
|
||||
- type: 'trigger_name'
|
||||
operator: 'like'
|
||||
|
@ -398,6 +400,8 @@ EXAMPLES = '''
|
|||
- 'Admin'
|
||||
- type: remote_command
|
||||
command: 'systemctl restart zabbix-agent'
|
||||
command_type: custom_script
|
||||
execute_on: server
|
||||
run_on_hosts:
|
||||
- 0
|
||||
|
||||
|
@ -411,6 +415,7 @@ EXAMPLES = '''
|
|||
event_source: 'trigger'
|
||||
state: present
|
||||
status: enabled
|
||||
esc_period: 60
|
||||
conditions:
|
||||
- type: 'trigger_severity'
|
||||
operator: '>='
|
||||
|
|
Loading…
Reference in a new issue