Skip to content

Commit

Permalink
add command_endpoint var for service templates (#222)
Browse files Browse the repository at this point in the history
Co-authored-by: Swen Jedlicka <[email protected]>
  • Loading branch information
sjedlick and Swen Jedlicka authored Jul 27, 2023
1 parent f2177f0 commit c907bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/ansible_icinga/tasks/icinga_service_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
check_interval: "{{ service_template.0.check_interval | default(omit) }}"
check_period: "{{ service_template.0.check_period | default(omit) }}"
check_timeout: "{{ service_template.0.check_timeout | default(omit) }}"
command_endpoint: "{{ service_template.0.command_endpoint | default(omit) }}"
enable_active_checks: "{{ service_template.0.enable_active_checks | default(omit) }}"
enable_event_handler: "{{ service_template.0.enable_event_handler | default(omit) }}"
enable_notifications: "{{ service_template.0.enable_notifications | default(omit) }}"
Expand Down

0 comments on commit c907bce

Please sign in to comment.