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
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.
'''
...
...
library/monitoring/pingdom
View file @
07361375
...
...
@@ -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.
'''
...
...
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