Lookyloo / PyLookylooMonitoring

Python API to connect to lookyloo monitoring

Home Page:https://pylookyloomonitoring.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python client and module for Lookyloo Monitoring

There is no public monitoring instance for now, so you will need to install your own instance.

Installation

pip install pylookyloomonitoring

Usage

Command line

You can use the lookyloo_monitor:

usage: lookyloo_monitor [-h] --url URL (--monitor_url MONITOR_URL | --compare COMPARE)

Talk to a Lookyloo Monitoring instance.

options:
  -h, --help            show this help message and exit
  --url URL             URL of the instance.
  --monitor_url MONITOR_URL
                        URL to monitor. It will be monitered hourly.
  --compare COMPARE     UUID of the monitoring.

Library

See API Reference

About

Python API to connect to lookyloo monitoring

https://pylookyloomonitoring.readthedocs.io/en/latest/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%