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
Sub-modules: