Module for sending messages to Pushover (https://www.pushover.net)
New in version 2016.3.0.
configuration: |
This module can be used by either passing an api key and version directly or by specifying both in a configuration profile in the salt master/minion config. For example: pushover:
token: abAHuZyCLtdH8P4zhmFZmgUHUsv1ei8
|
---|
Send a message to a Pushover user or group.
Parameters: |
|
---|---|
Returns: |
Boolean if message was sent successfully. |
CLI Example:
salt '*' pushover.post_message user='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' title='Message from Salt' message='Build is done' salt '*' pushover.post_message user='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' title='Message from Salt' message='Build is done' priority='2' expire='720' retry='5'
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.pushover_notify.html