360monitoring:install
Install the 360 Monitoring CLI client.
$ pip install 360monitoringcli
$ 360monitoring config save --api-key ${api-key}
$ 360monitoring config save --api-key ${api-key}
try on your machine
explain this command
360monitoring:statistics
Show statistics and average uptimes for the entire 360 Monitoring account with all monitored servers and sites.
$ 360monitoring statistics
try on your machine
explain this command
360monitoring:sites:issues
Show list of all monitored sites that have (status, uptime, time to first byte) issues currently.
$ 360monitoring sites list --issues
try on your machine
explain this command
360monitoring:servers:issues
Show list of all monitored servers that have (load, mem, disk) issues currently.
$ 360monitoring servers list --issues
try on your machine
explain this command
360monitoring:servers:recommendations
Show upgrade recommendations for servers that are exceeding their limits.
$ 360monitoring recommendations
try on your machine
explain this command