...
new-monitor: create a new monitor
Synopsis
uptimerobot new-monitor NAME URL [OPTION] ...
positional arguments:
NAME
Friendly name for new monitor
URL
URL for new monitor
optional arguments:
-h, --help
show this help message and exit
--api-key STR
Your uptimerobot.com api-key (for account or individual monitor).
--type N
Monitor type. The parameter is one of these integer values:
1: http(s)
2: keyword
3: ping
4: port
--subtype N
Monitor subtype. The parameter is one of these integer values:
1: http
2: https
3: ftp
4: smtp
5: pop3
6: imap
99: custom
--port N
Port to monitor
--keyword-type N
When monitoring for keywords (parameter "--type 2
"), this integer selects the monitoring type.
1: exists
2: not exists
--keyword STR
Keyword to monitor
--username STR
HTTP username to use for private site
--password STR
HTTP password to use for private site
--alerts ID [ID ...]
IDs of alert contacts to use
edit-monitor: Edit an existing monitor
Synopsis
uptimerobot edit-monitor ID [OPTION] ...
...
positional arguments:
ID
ID of monitor to edit
optional arguments:
-h, --help
show this help message and exit
...