https://github.com/vshn/simple_icinga_plugin
simple icinga plugin helper module
https://github.com/vshn/simple_icinga_plugin
Last synced: 5 months ago
JSON representation
simple icinga plugin helper module
- Host: GitHub
- URL: https://github.com/vshn/simple_icinga_plugin
- Owner: vshn
- License: bsd-3-clause
- Created: 2015-06-01T19:05:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T17:56:15.000Z (almost 2 years ago)
- Last Synced: 2025-06-27T00:05:03.422Z (6 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
********************
simple_icinga_plugin
********************
a simple icinga plugin helper module, providing a few common methods,
regularily used in icinga/nagios plugins.
============
Installation
============
.. code-block:: bash
$ pip install simple_icinga_plugin
================
Package Building
================
PyPI
====
.. code-block:: bash
# Install setuptools, twine and wheel dependencies
$ python3 setup.py sdist
$ python3 setup.py bdist_wheel
$ twine upload dist/simple_icinga_plugin-*
Debian
======
.. code-block:: bash
$ git clone git@github.com:vshn/simple_icinga_plugin-debian.git
$ cd simple_icinga_plugin-debian
$ git checkout upstream
$ git checkout master
$ git-import-orig ../simple_icinga_plugin-VERSION.tar.gz
$ dch -v VERSION-1 -D trusty 'New upstream release.'
$ git commit -am 'New upstream release.'
$ git-buildpackage -S --git-tag
$ git push --all
$ git push --tags
Redhat
======
.. code-block:: bash
# Install python34-setuptools python34
$ git clone git@github.com:vshn/simple_icinga_plugin.git
$ python3 setup.py bdist_rpm