HTTP Endpoint Monitor - keeping the loose ends tied up
Project description
HEM - HTTP Endpoint Monitor
To install hem, use:
pip install hemApp
Command line syntax:
Usage: hem [OPTIONS]
Options:
--version Show the version and exit.
-v, --verbose Verbose mode, multiple -v options increase verbosity.
-c, --config PATH Specifies an alternative config file
--help Show this message and exit.
By default hem will use a config file called hem.yaml in the current directory or /etc/hem.yaml unless one is specified with the --config option.
Config syntax
The config.yaml is made up of sections:
- settings - general settings
frequency: 30 // Frequency to run tests
- metrics - Where to store the results of the testing e.g. graphite:
type: graphite // Name of plugin to use
server: 127.0.0.1 // IP or hostname of server
port: 2003 // Port to use
- tests - the actual endpoints to test
test-name:
path: Path to test
secure: Is this using HTTPS?
hosts: List of hosts to use
certificate: Path to keypair to use for mTLS - must be un-encrypted
discovery: discovery block for this test - merged with top level block
- discovery - optional top level discovery config shared across tests
type: dns // Plugin to use
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hemApp-11.tar.gz
(17.2 kB
view details)
File details
Details for the file hemApp-11.tar.gz
.
File metadata
- Download URL: hemApp-11.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.5.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c588f85e52e234f79cec80f65598e5cd5a3e8f7c373cbca3fd72e6f158cfb38a |
|
MD5 | 22929569023a491d17668331fee8622d |
|
BLAKE2b-256 | 127efafa15864f9ca493cece54d055605211acdecad34226c920e111cc0fd9e8 |