pushover
¶
Return Salt data via Pushover.
Important
See Configuration for a description of available configuration parameters.
Usage¶
To use the Pushover returner, pass --return pushover
to the Salt command:
salt '*' test.ping --return pushover
Alternative configuration profiles can be requested via the --return_config
parameter:
salt '*' test.ping --return pushover --return_config alternative
To override individual configuration items during the call, pass
--return_kwargs '{"key:": "value"}'
to the Salt command.
salt '*' test.ping --return pushover --return_kwargs '{"title": "Salt is awesome!"}'