pycinga – Python Library for Writing Icinga Plugins

This package provides all the modules for writing an Icinga plugin with Python. The package file itself exports the constants used throughout the library.

pycinga.version = '1.0.0'

Current version of Pycinga

pycinga.PerfData

Alias for pycinga.perf_data.PerfData

pycinga.Plugin[source]

Alias for pycinga.plugin.Plugin

pycinga.Range[source]

Alias for pycinga.range.Range

pycinga.Response[source]

Alias for pycinga.response.Response

pycinga.Status[source]

Alias for pycinga.status.Status

pycinga.OK

A Status object representing the OK response status.

pycinga.WARNING

A Status object representing the WARNING response status.

pycinga.CRITICAL

A Status object representing the CRITICAL response status.

pycinga.UNKNOWN

A Status object representing the UNKNOWN response status.

Sub-modules: