diff --git a/library/monitoring/pagerduty b/library/monitoring/pagerduty index 79ce307d91..200d45b049 100644 --- a/library/monitoring/pagerduty +++ b/library/monitoring/pagerduty @@ -6,7 +6,7 @@ module: pagerduty short_description: Create PagerDuty maintenance windows description: - This module will let you create PagerDuty maintenance windows -version_added: 0.1 +version_added: "1.2" author: Justin Johns requirements: - PagerDuty API access @@ -18,7 +18,6 @@ options: default: null choices: [ "running", "started", "ongoing" ] aliases: [] - version_added: 0.1 name: description: - PagerDuty unique subdomain. @@ -26,7 +25,6 @@ options: default: null choices: [] aliases: [] - version_added: 0.1 user: description: - PagerDuty user ID. @@ -34,7 +32,6 @@ options: default: null choices: [] aliases: [] - version_added: 0.1 passwd: description: - PagerDuty user password. @@ -42,7 +39,6 @@ options: default: null choices: [] aliases: [] - version_added: 0.1 service: description: - PagerDuty service ID. @@ -50,7 +46,6 @@ options: default: null choices: [] aliases: [] - version_added: 0.1 hours: description: - Length of maintenance window in hours. @@ -58,7 +53,6 @@ options: default: 1 choices: [] aliases: [] - version_added: 0.1 desc: description: - Short description of maintenance window. @@ -66,7 +60,6 @@ options: default: Created by Ansible choices: [] aliases: [] - version_added: 0.1 notes: - This module does not yet have support to end maintenance windows. ''' diff --git a/library/monitoring/pingdom b/library/monitoring/pingdom index cb31f8bb6c..5e566e6dc4 100644 --- a/library/monitoring/pingdom +++ b/library/monitoring/pingdom @@ -6,7 +6,7 @@ module: pingdom short_description: Pause/unpause Pingdom alerts description: - This module will let you pause/unpause Pingdom alerts -version_added: 0.1 +version_added: "1.2" author: Justin Johns requirements: - "pingdom python library" @@ -18,7 +18,6 @@ options: default: null choices: [ "running", "paused" ] aliases: [] - version_added: 0.1 checkid: description: - Pingdom ID of the check. @@ -26,7 +25,6 @@ options: default: null choices: [] aliases: [] - version_added: 0.1 uid: description: - Pingdom user ID. @@ -34,7 +32,6 @@ options: default: null choices: [] aliases: [] - version_added: 0.1 passwd: description: - Pingdom user password. @@ -42,7 +39,6 @@ options: default: null choices: [] aliases: [] - version_added: 0.1 key: description: - Pingdom API key. @@ -50,7 +46,6 @@ options: default: null choices: [] aliases: [] - version_added: 0.1 notes: - This module does not yet have support to add/remove checks. '''