A Logentries status plugin for buildbot
Project description
This plugin sends a subset of status updates to the Logentries service.
First install the plugin:
pip install buildbot_status_logentries
Then in your master.cfg file you can do:
from buildbot.plugins import * c['status'].append(status.LogentriesStatusPush(api_token="c1481e42-75b3-4772-bb7a-db92691d74e9", endpoint="data.logentries.com", port=10000))
To use SSL:
from buildbot.plugins import * c['status'].append(status.LogentriesStatusPush(api_token="c1481e42-75b3-4772-bb7a-db92691d74e9", endpoint="data.logentries.com", port=20000, tls=True))
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
File details
Details for the file buildbot_status_logentries-0.0.3.tar.gz
.
File metadata
- Download URL: buildbot_status_logentries-0.0.3.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f8d77ed1aefe3d3f33a46a9c2f12cec2f6abff7090da47334c83add5265d5a9 |
|
MD5 | bbb22a1592c679e3e87ba628925b4dc5 |
|
BLAKE2b-256 | f270eac4ab8850732499cc306dcbc10ea61fc6a42c1503b22d32f16552815344 |