Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
07361375
Commit
07361375
authored
May 29, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix version added field in modules.
parent
53c490f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
14 deletions
+2
-14
library/monitoring/pagerduty
+1
-8
library/monitoring/pingdom
+1
-6
No files found.
library/monitoring/pagerduty
View file @
07361375
...
@@ -6,7 +6,7 @@ module: pagerduty
...
@@ -6,7 +6,7 @@ module: pagerduty
short_description: Create PagerDuty maintenance windows
short_description: Create PagerDuty maintenance windows
description:
description:
- This module will let you create PagerDuty maintenance windows
- This module will let you create PagerDuty maintenance windows
version_added:
0.1
version_added:
"1.2"
author: Justin Johns
author: Justin Johns
requirements:
requirements:
- PagerDuty API access
- PagerDuty API access
...
@@ -18,7 +18,6 @@ options:
...
@@ -18,7 +18,6 @@ options:
default: null
default: null
choices: [ "running", "started", "ongoing" ]
choices: [ "running", "started", "ongoing" ]
aliases: []
aliases: []
version_added: 0.1
name:
name:
description:
description:
- PagerDuty unique subdomain.
- PagerDuty unique subdomain.
...
@@ -26,7 +25,6 @@ options:
...
@@ -26,7 +25,6 @@ options:
default: null
default: null
choices: []
choices: []
aliases: []
aliases: []
version_added: 0.1
user:
user:
description:
description:
- PagerDuty user ID.
- PagerDuty user ID.
...
@@ -34,7 +32,6 @@ options:
...
@@ -34,7 +32,6 @@ options:
default: null
default: null
choices: []
choices: []
aliases: []
aliases: []
version_added: 0.1
passwd:
passwd:
description:
description:
- PagerDuty user password.
- PagerDuty user password.
...
@@ -42,7 +39,6 @@ options:
...
@@ -42,7 +39,6 @@ options:
default: null
default: null
choices: []
choices: []
aliases: []
aliases: []
version_added: 0.1
service:
service:
description:
description:
- PagerDuty service ID.
- PagerDuty service ID.
...
@@ -50,7 +46,6 @@ options:
...
@@ -50,7 +46,6 @@ options:
default: null
default: null
choices: []
choices: []
aliases: []
aliases: []
version_added: 0.1
hours:
hours:
description:
description:
- Length of maintenance window in hours.
- Length of maintenance window in hours.
...
@@ -58,7 +53,6 @@ options:
...
@@ -58,7 +53,6 @@ options:
default: 1
default: 1
choices: []
choices: []
aliases: []
aliases: []
version_added: 0.1
desc:
desc:
description:
description:
- Short description of maintenance window.
- Short description of maintenance window.
...
@@ -66,7 +60,6 @@ options:
...
@@ -66,7 +60,6 @@ options:
default: Created by Ansible
default: Created by Ansible
choices: []
choices: []
aliases: []
aliases: []
version_added: 0.1
notes:
notes:
- This module does not yet have support to end maintenance windows.
- This module does not yet have support to end maintenance windows.
'''
'''
...
...
library/monitoring/pingdom
View file @
07361375
...
@@ -6,7 +6,7 @@ module: pingdom
...
@@ -6,7 +6,7 @@ module: pingdom
short_description: Pause/unpause Pingdom alerts
short_description: Pause/unpause Pingdom alerts
description:
description:
- This module will let you pause/unpause Pingdom alerts
- This module will let you pause/unpause Pingdom alerts
version_added:
0.1
version_added:
"1.2"
author: Justin Johns
author: Justin Johns
requirements:
requirements:
- "pingdom python library"
- "pingdom python library"
...
@@ -18,7 +18,6 @@ options:
...
@@ -18,7 +18,6 @@ options:
default: null
default: null
choices: [ "running", "paused" ]
choices: [ "running", "paused" ]
aliases: []
aliases: []
version_added: 0.1
checkid:
checkid:
description:
description:
- Pingdom ID of the check.
- Pingdom ID of the check.
...
@@ -26,7 +25,6 @@ options:
...
@@ -26,7 +25,6 @@ options:
default: null
default: null
choices: []
choices: []
aliases: []
aliases: []
version_added: 0.1
uid:
uid:
description:
description:
- Pingdom user ID.
- Pingdom user ID.
...
@@ -34,7 +32,6 @@ options:
...
@@ -34,7 +32,6 @@ options:
default: null
default: null
choices: []
choices: []
aliases: []
aliases: []
version_added: 0.1
passwd:
passwd:
description:
description:
- Pingdom user password.
- Pingdom user password.
...
@@ -42,7 +39,6 @@ options:
...
@@ -42,7 +39,6 @@ options:
default: null
default: null
choices: []
choices: []
aliases: []
aliases: []
version_added: 0.1
key:
key:
description:
description:
- Pingdom API key.
- Pingdom API key.
...
@@ -50,7 +46,6 @@ options:
...
@@ -50,7 +46,6 @@ options:
default: null
default: null
choices: []
choices: []
aliases: []
aliases: []
version_added: 0.1
notes:
notes:
- This module does not yet have support to add/remove checks.
- This module does not yet have support to add/remove checks.
'''
'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment