Native YAML (#3575)

pull/18777/head
Fabio Alessandro Locati 8 years ago committed by Matt Clay
parent ccb9cb38d9
commit 9a399d9945

@ -53,15 +53,16 @@ notes:
EXAMPLES = '''
# Pause the monitor with an ID of 12345.
- uptimerobot: monitorid=12345
apikey=12345-1234512345
state=paused
- uptimerobot:
monitorid: 12345
apikey: 12345-1234512345
state: paused
# Start the monitor with an ID of 12345.
- uptimerobot: monitorid=12345
apikey=12345-1234512345
state=started
- uptimerobot:
monitorid: 12345
apikey: 12345-1234512345
state: started
'''
try:

Loading…
Cancel
Save