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: api_key
The api key for Hipchat to use for authentication, if not specified in the configuration options of master or minion.
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2014.7.2