Skip to content

Commit 9b87126

Browse files
committed
Merge branch 'develop' into 'master'
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
2 parents 31ec8e4 + 06ec7b2 commit 9b87126

File tree

677 files changed

+44843
-11837
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

677 files changed

+44843
-11837
lines changed

CONTRIBUTING.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ For all other options, use long parameters only. Separate words using a ``-``. W
124124
--critical-regex
125125
--critical-slowreq
126126
--database
127+
--datasource
127128
--date
128129
--device
129130
--donor
@@ -231,11 +232,9 @@ Hints:
231232
Git Commits
232233
-----------
233234

234-
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.
235-
236-
**Fix only one issue per commit.**
237-
238-
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``.
235+
* 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``.
236+
* 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).
237+
* For the first commit, use the message ``initial commit``.
239238

240239

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

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

603602
.. code-block:: bash
604603

README.md

Lines changed: 363 additions & 0 deletions
Large diffs are not rendered by default.

README.rst

Lines changed: 0 additions & 372 deletions
This file was deleted.

SPONSORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Sponsors
1111

1212
We are happy to mention you as a sponsor.
1313

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

0 commit comments

Comments
 (0)