Forrest logo
back to context overview

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 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
  • 360monitoring:sites:history Show historical monthly uptime in % for a specified site
    $ 360monitoring sites uptime --url ${url} --start ${date} --monthly
    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: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:update Update the 360 Monitoring CLI client.
    $ pip install 360monitoringcli --upgrade
    try on your machine
    explain this command
back to context overview