This state is useful for sending messages to Hipchat during state runs.
New in version 2015.5.0.
hipchat-message:
hipchat.send_message:
- room_id: 123456
- from_name: SuperAdmin
- message: 'This state was executed successfully.'
- api_key: peWcBiMOS9HrZG15peWcBiMOS9HrZG15
- api_version: v1
The api key can be specified in the master or minion configuration like below: .. code-block:: yaml
- hipchat:
- api_key: peWcBiMOS9HrZG15peWcBiMOS9HrZG15 api_version: v1
Send a message to a Hipchat room.
hipchat-message:
hipchat.send_message:
- room_id: 123456
- from_name: SuperAdmin
- message: 'This state was executed successfully.'
- api_key: peWcBiMOS9HrZG15peWcBiMOS9HrZG15
- api_version: v1
- color: green
- notify: True
The following parameters are required:
The following parameters are optional:
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2015.5.2