Skip to main content

nagios historian plugin

Project description

Title1

Checks historian tags and samples.

VERSION

Install

Linux:

sudo pip3 install nagios_historian --upgrade

Also is possible to use:

sudo python3 -m pip install nagios_historian --upgrade

On windows with python3.5:

pip install nagios_historian --upgrade

For proxies add:

--proxy='http://user:passw@server:port'

Usage

Use the command line:

> nagios_historian --help
  usage: nagios_historian [-h] [-u [URL]] [-e [EXTRA_ARGS]]

    optional arguments:
    -h, --help            show this help message and exit
    -u [URL], --url [URL]
                          url to check
            --client_id
                          oauth2 client_id example client id: user01
            --client_secret
                          oauth2 client_secret client password
            --auth_url
                          oauth2 auth_url example: https://login.microsoftonline.com/company.onmicrosoft.com/oauth2/v2.0/token
            --instance
                          instance name of historian
            --oauth2
                          Flag to use or not token for oauth2 before creating the request, used to check published services that uses azure oauth2
    -e [EXTRA_ARGS], --extra_args [EXTRA_ARGS]
                          extra args

Example usage

Example use:

> nagios_historian -u “https://xxx/yyy/currentvalue?tagNames=” –client_id “admin1234” –client_secret “pass1234” –auth_url “https://xxxx/oauth/token” –oauth2 –instance “instancename”

Nagios config

Example command:

define command{
    command_name  check_nagios_historian
    command_line  /usr/local/bin/nagios_historian -u "$ARG1$" --client_id "$ARG2$" --client_secret "$ARG3$" --auth_url "$ARG4$" --oauth2 --instance "$ARG5$" --extra_args='$ARG6$'
}

Example service:

define service {
        host_name                       SERVERX
        service_description             service_name
        check_command                   check_nagios_historian!http://url/path!admin123!pass1234!http://authurl/oauth2!instancename
        use                                         generic-service
        notes                           some useful notes
}

You can use ansible role that already has the installation and command: https://github.com/CoffeeITWorks/ansible_nagios4_server_plugins

TODO

  • Use hash passwords

  • Add Unit tests?

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_historian-0.6.2.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

nagios_historian-0.6.2-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file nagios_historian-0.6.2.tar.gz.

File metadata

  • Download URL: nagios_historian-0.6.2.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.19.7 CPython/3.5.2

File hashes

Hashes for nagios_historian-0.6.2.tar.gz
Algorithm Hash digest
SHA256 38e1a900edce4449fd7456dc0bf87e26751ac4c041de1b4ea9c84e2291354ade
MD5 66a1ad23b3e0dad33e98f359b2211438
BLAKE2b-256 0614514f31dc2abaf783db94f3204fb0d33487192717a4bd22984897452dcce0

See more details on using hashes here.

File details

Details for the file nagios_historian-0.6.2-py3-none-any.whl.

File metadata

  • Download URL: nagios_historian-0.6.2-py3-none-any.whl
  • Upload date:
  • Size: 11.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.19.7 CPython/3.5.2

File hashes

Hashes for nagios_historian-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 21c343458a14a41062bdf4cc88fd11fd495603a9d3df2079945b8e93c7ee6540
MD5 9d845393abac5f8f07491a7673f9f8b0
BLAKE2b-256 88f696a78227cfd0995f54cd805b607b863770c07fce1bfc55b6c129d1bb5c44

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