Skip to main content

360 Monitoring CLI

Project description

360 Monitoring CLI

This repository contains a CLI script for 360 Monitoring that allows you to connect to your 360 Monitoring (https://360monitoring.com) account and list monitoring data, add, update or remove server or website monitors.

Documentation

You can find the full documentation including the feature complete REST API at docs.360monitoring.com and docs.360monitoring.com/docs/api.

Preconditions

Install 360 Monitoring CLI as ready-to-use package

$ pip install 360monitoringcli

Configure your account

First you need to connect your CLI to your existing 360 Monitoring account via your API KEY. If you don't have a 360 Monitoring account yet, please register for free at https://360monitoring.com. To create an API KEY you'll need to upgrade at least to a Pro plan to be able to create your API KEY.

$ 360monitoring config save --api-key KEY     configure API KEY to connect to 360 Monitoring account

Test 360 Monitoring CLI locally

Test 360 Monitoring CLI with pre-configured Docker image

You can easily test and run 360 Monitoring CLI for production by running the pre-configured docker image

$ docker build -t 360monitoringcli .
$ docker run -it --rm 360monitoringcli /bin/bash

Test 360 Monitoring CLI for specific staging version

To test a package from staging you can simply deploy a docker container:

$ docker run -it --rm ubuntu /bin/bash
$ apt-get update && apt-get install -y python3 && apt-get install -y pip
$ pip install -i https://test.pypi.org/simple/ --force-reinstall -v "360monitoringcli==1.0.7"

For developement, install required Python modules

  • To test the code locally, install the Python modules "requests", "configparser", "argparse" and "prettytable"

  • Create an alias for "360monitoring=./monitoring.py"

    $ pip install requests $ pip install configparser $ pip install argparse $ pip install prettytable

Run tests to check each function works

Test the code:

$ ./test_cli.sh

Test the deployed CLI package:

$ ./test_cli.sh "360monitoring"

Usage

$ 360monitoring --help                        display general help
$ 360monitoring config save --api-key KEY     configure API KEY to connect to 360 Monitoring account
$ 360monitoring statistics                    display all assets of your account
$ 360monitoring servers list                  display all monitored servers
$ 360monitoring sites list                    display all monitored sites
$ 360monitoring contacts list                 display all contacts
$ 360monitoring usertokens list               display user tokens
$ 360monitoring config print                  display your current settings and where those are stored

$ 360monitoring sites add --url domain.tld    start monitoring a new website
$ 360monitoring servers update --name cpanel123.hoster.com --tag production   tag a specific server

$ 360monitoring contacts --help               display specific help for a sub command

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

360monitoringcli-1.0.8.tar.gz (14.1 kB view details)

Uploaded Source

Built Distribution

360monitoringcli-1.0.8-py3-none-any.whl (22.0 kB view details)

Uploaded Python 3

File details

Details for the file 360monitoringcli-1.0.8.tar.gz.

File metadata

  • Download URL: 360monitoringcli-1.0.8.tar.gz
  • Upload date:
  • Size: 14.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for 360monitoringcli-1.0.8.tar.gz
Algorithm Hash digest
SHA256 9553c2cac4324221bcc1bc15661e0a735bbb7822aed70f10ac936d68cc3dc567
MD5 1aaa5fa94f13080ad20ed76968186c2c
BLAKE2b-256 5bf24964db4b65c2ade1be78195a688e31b34589cd6771c8c29d517cfeec95ed

See more details on using hashes here.

File details

Details for the file 360monitoringcli-1.0.8-py3-none-any.whl.

File metadata

File hashes

Hashes for 360monitoringcli-1.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 390ed0dee898b609b5e5ba434cb88bf2ede5aa65fbb508d229e3afe8f6030efd
MD5 9cf09f2aed454cc7f700340ab835fcaa
BLAKE2b-256 65f71add72103daa88f627f1773db5afa6b8d68a47dc54b6166da4b6a0caac0a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page