Python client for Riemann with some extra fields that joe needs
Project description
#This is a temporary fork of the original Bernhard to support some custom events that are NOT generic. You shouldn't use this fork and should use the original bernahrd version from banjiewen. Hopefully I will introduce generic events handling at some point, and merge back the work into the original repo.
# Bernhard
A simple Python client for [Riemann](http://github.com/aphyr/riemann). Usage:
```python
import bernhard
c = bernhard.Client()
c.send({'host': 'myhost.foobar.com', 'service': 'myservice', 'metric': 12})
q = c.query('true')
```
## Installing
```bash
pip install bernhard
```
You may encounter issues with the `protobuf` dependency; if so, just run `pip
install protobuf` manually, then `pip install bernhard`.
# Bernhard
A simple Python client for [Riemann](http://github.com/aphyr/riemann). Usage:
```python
import bernhard
c = bernhard.Client()
c.send({'host': 'myhost.foobar.com', 'service': 'myservice', 'metric': 12})
q = c.query('true')
```
## Installing
```bash
pip install bernhard
```
You may encounter issues with the `protobuf` dependency; if so, just run `pip
install protobuf` manually, then `pip install bernhard`.
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
bernhard_joe-0.2.5.tar.gz
(9.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bernhard_joe-0.2.5.tar.gz.
File metadata
- Download URL: bernhard_joe-0.2.5.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21ae415757d839ae298d6673c0caca13a462e124fc8ae73e246be0fa518889ad
|
|
| MD5 |
17c45fc5def63b196b86dc3e52141fb5
|
|
| BLAKE2b-256 |
4d4886e8b30d84b40b261aeaa772cde2b12161cc0a00afe4f021ff7071756421
|
File details
Details for the file bernhard_joe-0.2.5-py2.py3-none-any.whl.
File metadata
- Download URL: bernhard_joe-0.2.5-py2.py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c259831d18491b895ba9f272cf3f1383cc33d9b26ed04e9ee06f8836af1654e0
|
|
| MD5 |
76b3daab1d7ebca9630c2baef9770b5b
|
|
| BLAKE2b-256 |
f8bce8473798130bced100e48926689b3635ffddb77210f0666d8a96129b15be
|