Commit 5e8923c0 by Michael DeHaan

use EXAMPLES vs examples (easier to format)

parent f7cabfe6
......@@ -53,15 +53,18 @@ options:
choices: []
aliases: []
version_added: 0.1
examples:
- code: pingdom uid=example@example.com passwd=password123 key=apipassword123 checkid=12345 state=paused
description: Pause the check with the ID of 12345.
- code: pingdom uid=example@example.com passwd=password123 key=apipassword123 checkid=12345 state=running
description: Unpause the check with the ID of 12345.
notes:
- This module does not yet have support to add/remove checks.
'''
EXAMPLES = '''
# Pause the check with the ID of 12345.
pingdom: uid=example@example.com passwd=password123 key=apipassword123 checkid=12345 state=paused
# Unpause the check with the ID of 12345.
pingdom: uid=example@example.com passwd=password123 key=apipassword123 checkid=12345 state=running
'''
import pingdom
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment