-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ The `uptimerobot contacts` command will list your configured alert contacts by I | |
``` | ||
uptimerobot --apiKey XXX contacts | ||
ID: 0102759 | ||
Name: [email protected] | ||
Name: Jay Random | ||
Type: 2 | ||
Status: 2 | ||
Value: [email protected] | ||
|
@@ -110,7 +110,7 @@ To add alert contacts to the monitor, use the `-c` flag followed by a comma-sepa | |
|
||
``` | ||
uptimerobot --apiKey XXX new -c 0102759,2053888 https://www.example.com/ "Example.com website" | ||
New monitor created with ID 780689018 | ||
New monitor created with ID 780689019 | ||
``` | ||
|
||
## Using the Go library | ||
|
@@ -196,4 +196,6 @@ For example, when deleting a monitor, as in the above example, the ID of the del | |
|
||
If you find a bug in the `uptimerobot` client or library, please [open an issue](https://github.com/bitfield/uptimerobot/issues). Similarly, if you'd like a feature added or improved, let me know via an issue. | ||
|
||
Not all the functionality of the UptimeRobot API is implemented yet. | ||
|
||
Pull requests welcome! |