Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
new release

Closes #425, #428, #429, #427, #437, #440, #436, #446, #447, #450, #455, #454, #456, #458, #459, #460, #438, #443, #477, #468, #471, #472, #473, #465, #470, #466, #467, #469, #464, #478, #480, #488, #487, #490, #495, #497, #498, #335, #486, #499, #45, #509, #510, #515, #517, #430, #520, #521, #522, #523, #524, #525, #526, #475, #474, #529, #507, #17, #71, #170, #328, #513, #514, #530, #531, #463, #532, #434, #506, #252, #504, #453, #451, #228, and #139

See merge request linuxfabrik/monitoring-plugins!19
  • Loading branch information
NavidSassan committed Feb 28, 2022
2 parents 31ec8e4 + 06ec7b2 commit 9b87126
Show file tree
Hide file tree
Showing 677 changed files with 44,843 additions and 11,837 deletions.
13 changes: 6 additions & 7 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ For all other options, use long parameters only. Separate words using a ``-``. W
--critical-regex
--critical-slowreq
--database
--datasource
--date
--device
--donor
Expand Down Expand Up @@ -231,11 +232,9 @@ Hints:
Git Commits
-----------

You have to make sure that an issue in the `plugin <https://git.linuxfabrik.ch/linuxfabrik/monitoring-plugins/-/issues>`_ or `lib <https://git.linuxfabrik.ch/linuxfabrik/lib/-/issues>`_ project exists. No code fix without issue.

**Fix only one issue per commit.**

The commit message must consist of the issue title followed by "(fixed #issueno)", for example: ``about-me: Add OpenVPN (fixed #341)``. For the first commit, use the message ``initial commit``.
* Commit messages must start with "plugin-name: " and clearly and precisely state what has changed. Example: ``about-me: Should be able to run even if psutil is or cannot be installed``.
* If there is an issue, the commit message must consist of the issue title followed by "(#issueno)", for example: ``about-me: Add OpenVPN (#341)``. It's ok to close the issue afterwards (do not wait until the next merge).
* For the first commit, use the message ``initial commit``.


Threshold and Ranges
Expand Down Expand Up @@ -332,7 +331,7 @@ Plugin Output
* Bytes: use ``base.bytes2human()``
* I/O and Throughput: ``base.bytes2human() + '/s'`` (Byte per Second)
* Network: "Rx/s", "Tx/s", use ``base.bps2human()``
* Numbers: use ``base.numer2human()``
* Numbers: use ``base.number2human()``
* Percentage: 93.2%
* Read/Write: "R/s", "W/s", "IO/s"
* Seconds, Minutes etc.: use ``base.seconds2human()``
Expand Down Expand Up @@ -598,7 +597,7 @@ Specify them in the ``check-plugins/new-check/icingaweb2-module-director/new-che
Create Basket Files for all Check Plugins
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

To run ``check2basket`` against all checks, for example due to a change in the script itself, use:
To run ``check2basket`` against all checks, for example due to a change in the ``check2basket`` script itself, use:

.. code-block:: bash
Expand Down
363 changes: 363 additions & 0 deletions README.md

Large diffs are not rendered by default.

372 changes: 0 additions & 372 deletions README.rst

This file was deleted.

1 change: 1 addition & 0 deletions SPONSORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Sponsors

We are happy to mention you as a sponsor.

* `Universitätsspital Basel, Schweiz <https://www.unispital-basel.ch/>`_
* `Sopra Steria AG, Schweiz <https://www.soprasteria.ch/de>`_
* `Linuxfabrik GmbH, Schweiz <https://www.linuxfabrik.ch/>`_

Expand Down
Loading

0 comments on commit 9b87126

Please sign in to comment.