Module for Firing Events via PagerDuty
New in version 2014.1.0: (Hydrogen)
depends: |
|
---|---|
configuration: | This module can be used by either passing a jid and password directly to send_message, or by specifying the name of a configuration profile in the minion config, minion pillar, or master config. For example: my-pagerduty-account:
pagerduty.api_key: F3Rbyjbve43rfFWf2214
pagerduty.subdomain: mysubdomain
|
Create an event in PagerDuty. Designed for use in states.
CLI Example:
pagerduty.create_event <service_key> <description> <details> profile=my-pagerduty-account
The following parameters are required:
List services belonging to this account
CLI Example:
pagerduty.list_incidents my-pagerduty-account
List services belonging to this account
CLI Example:
pagerduty.list_services my-pagerduty-account
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.