Skip to content

Commit

Permalink
Add 'pause/start' commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed Dec 8, 2018
1 parent 8a52db1 commit 46be4a5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,22 @@ uptimerobot delete 780689017
Monitor ID 780689017 deleted
```
## Pausing or starting monitors
Note the ID number of the monitor you want to pause, and run `uptimerobot pause`:
```
uptimerobot pause 780689017
Monitor ID 780689017 paused
```
To resume a paused monitor, run `uptimerobot start` with the monitor ID:
```
uptimerobot start 780689017
Monitor ID 780689017 started
```
## Creating a new monitor
Run `uptimerobot new URL NAME` to create a new monitor:
Expand Down

0 comments on commit 46be4a5

Please sign in to comment.