Skip to main content

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


Download files

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

Source Distribution

buildbot_status_logentries-0.0.3.tar.gz (2.9 kB view details)

Uploaded Source

File details

Details for the file buildbot_status_logentries-0.0.3.tar.gz.

File metadata

File hashes

Hashes for buildbot_status_logentries-0.0.3.tar.gz
Algorithm Hash digest
SHA256 5f8d77ed1aefe3d3f33a46a9c2f12cec2f6abff7090da47334c83add5265d5a9
MD5 bbb22a1592c679e3e87ba628925b4dc5
BLAKE2b-256 f270eac4ab8850732499cc306dcbc10ea61fc6a42c1503b22d32f16552815344

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