-
Notifications
You must be signed in to change notification settings - Fork 0
DownDetector Command
Léo Peyronnet edited this page Jan 4, 2025
·
2 revisions
The downdetector
command checks if specified websites are down.
itcli downdetector <sites> [options]
- sites: The URLs of the sites to check for availability.
-
-f
or--filepath
: Add this flag to specify to InternetTest CLI that you provided a file instead of a list of URLs. Default:False
. -
-h
or--help
: Shows help text.
To use a file instead of passing the list of URLs as arguments, the file should contain one URL per line.
To check if a website is down:
itcli downdetector example.com
itcli downdetector example.com example2.com example3.com
itcli downdetector C:/yourfile.txt --filepath
example.com
example2.com
example3.com