Skip to main content

Injectable HTTP monitoring interface.

Project description

https://travis-ci.org/povilasb/pymonitoring.svg https://codeclimate.com/github/povilasb/pymonitoring/badges/issue_count.svg https://www.quantifiedcode.com/api/v1/project/2e0f93a9a80f49d5aa69f0a018b5f1f3/badge.svg http://isitmaintained.com/badge/resolution/povilasb/pymonitoring.svg

pymonitoring is a Python package that allows to easily create HTTP monitoring interfaces for your python services. Such interfaces can be used by Nagios to query for service status for example.

Examples

import monitoring.http

class ServiceInfo:
        start_time

        def to_json()
                info = {
                        'start_time': self.start_time
                }

                return json.dumps(info)

service_info = ServiceInfo()
service_info.start_time = time.time()

monitoring_server = monitoring.http.Server(8000, service_info)
monitoring_server.start_async()

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

pymonitoring-0.1.0.tar.gz (1.9 kB view details)

Uploaded Source

File details

Details for the file pymonitoring-0.1.0.tar.gz.

File metadata

  • Download URL: pymonitoring-0.1.0.tar.gz
  • Upload date:
  • Size: 1.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pymonitoring-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2f4c9b2920658c36753de4de7321f0400d1e788ebcc69f9f6e1b1ccc25181136
MD5 a5fd687a7bd48d547d492ff81fa8eebe
BLAKE2b-256 7e747ede1d42e2576cebd5cf53b56bcca00b47ddf10e95744041d5dbf0fc1e8a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page