Skip to main content

A python wrapper for querying nagios core monitoring

Project description

nagios-core-api

A python wrapper for querying nagios core monitoring

Note:

This module is work-in-progress.

Usage:

from nagios import Nagios

with Nagios(
    url="https://nagios.monitor.com/nagios",
    username="nagiosuser",
    password="nagiospassword",
) as client:
    response = client.status.service_list(hostname="machine1")
    print(response)

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

nagios-core-api-0.2.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

nagios_core_api-0.2.1-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

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