Skip to content

Commit 8bbf213

Browse files
committed
Update CONTRIBUTING.rst
1 parent 5ea993c commit 8bbf213

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CONTRIBUTING.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,17 +572,22 @@ Incomplete list of Plugins with special technical implementations and capabiliti
572572

573573
* | `cpu-usage <https://github.com/Linuxfabrik/monitoring-plugins/tree/main/check-plugins/cpu-usage>`_
574574
| Alerts only after a certain amount of calls (default: last 5 values over threshold).
575+
| Cuts (truncates) its SQLite database table.
575576
576577
* | `disk-io <https://github.com/Linuxfabrik/monitoring-plugins/tree/main/check-plugins/disk-io>`_
577578
| "Learns" disk thresholds on its own (implementing some kind of "threshold warm-up").
578579
579580
* | `disk-smart <https://github.com/Linuxfabrik/monitoring-plugins/tree/main/check-plugins/disk-smart>`_
580-
| More or less our port of `GSMartControl <https://github.com/ashaduri/gsmartcontrol>`_ to Python.
581+
| More or less our port of `GSmartControl <https://github.com/ashaduri/gsmartcontrol>`_ to Python.
581582
582583
* | `disk-usage <https://github.com/Linuxfabrik/monitoring-plugins/tree/main/check-plugins/disk-usage>`_
583584
| ``--perfdata-regex`` parameter lets you filter for a subset of performance data.
584585
| Makes use of ``FREE`` and ``USED`` wording in parameters.
585586
587+
* | `logfile <https://github.com/Linuxfabrik/monitoring-plugins/tree/main/check-plugins/logfile>`_
588+
| Reads a file line-by-line, backwards.
589+
| Makes heavy use of patterns versus compiled regexes, matching any() of them.
590+
586591
* | mysql-*
587592
| Using application's config file for authentication.
588593
| More or less our port of `MySQLTuner <https://github.com/major/MySQLTuner-perl>`_ to Python.

0 commit comments

Comments
 (0)