Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Telekom MMS GmbH committed Nov 29, 2024
1 parent 848d368 commit 77ceb35
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/icinga_notification_template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ Parameters
user_groups (optional, list, None)
User Groups that should be notified by this notification.

vars (optional, dict, {})
Custom properties of the notification.

append (optional, bool, None)
Do not overwrite the whole object but instead append the defined properties.
Expand All @@ -94,6 +92,10 @@ Parameters
Required if :emphasis:`state` is :literal:`present`.


vars (optional, dict, {})
Custom properties of the notification.


url (True, str, None)
HTTP, HTTPS, or FTP URL in the form (http|https|ftp)://[user[:pass]]@host.domain[:port]/path

Expand Down Expand Up @@ -171,7 +173,7 @@ Examples

.. code-block:: yaml+jinja


- name: Create notification template
telekom_mms.icinga_director.icinga_notification_template:
state: present
Expand Down

0 comments on commit 77ceb35

Please sign in to comment.