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 = ''' EXAMPLES = '''
# Pause the monitor with an ID of 12345. # Pause the monitor with an ID of 12345.
- uptimerobot: monitorid=12345 - uptimerobot:
apikey=12345-1234512345 monitorid: 12345
state=paused apikey: 12345-1234512345
state: paused
# Start the monitor with an ID of 12345. # Start the monitor with an ID of 12345.
- uptimerobot: monitorid=12345 - uptimerobot:
apikey=12345-1234512345 monitorid: 12345
state=started apikey: 12345-1234512345
state: started
''' '''
try: try:

Loading…
Cancel
Save