https://github.com/vshn/simple_icinga_plugin
simple icinga plugin helper module
https://github.com/vshn/simple_icinga_plugin
Last synced: 6 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T17:56:15.000Z (over 1 year ago)
- Last Synced: 2024-10-11T10:42:08.220Z (8 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 6
- 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 [email protected]: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 --tagsRedhat
======.. code-block:: bash
# Install python34-setuptools python34
$ git clone [email protected]:vshn/simple_icinga_plugin.git
$ python3 setup.py bdist_rpm