
360monitoring
Articles in our magazine for 360monitoring:
360 Monitoring on the Command Line
360 Monitoring is a very comprehensive server and website monitoring tool. We have taken a look at its command line client and written down the most important commands.
List of commands for 360monitoring:
-
360monitoring:install Install the 360 Monitoring CLI client.$ pip install 360monitoringcli
$ 360monitoring config save --api-key ${api-key}try on your machineexplain this command -
360monitoring:servers:issues Show list of all monitored servers that have (load, mem, disk) issues currently.$ 360monitoring servers list --issuestry on your machineexplain this command
-
360monitoring:servers:recommendations Show upgrade recommendations for servers that are exceeding their limits.$ 360monitoring recommendationstry on your machineexplain this command
-
360monitoring:sites:history Show historical monthly uptime in % for a specified site$ 360monitoring sites uptime --url ${url} --start ${date} --monthlytry on your machineexplain this command
-
360monitoring:sites:issues Show list of all monitored sites that have (status, uptime, time to first byte) issues currently.$ 360monitoring sites list --issuestry on your machineexplain this command
-
360monitoring:statistics Show statistics and average uptimes for the entire 360 Monitoring account with all monitored servers and sites.$ 360monitoring statisticstry on your machineexplain this command
-
360monitoring:update Update the 360 Monitoring CLI client.$ pip install 360monitoringcli --upgradetry on your machineexplain this command