Skip to content

Commit 8e4024c

Browse files
committed
docs(deb-updates): update README
1 parent 8b2279c commit 8e4024c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

check-plugins/deb-updates/README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The plugin stores all relevant information in a local SQLite database. For the `
1010

1111
* package (TEXT)
1212

13+
As the output interface of the ``apt`` tool is not stable, the database table has been kept deliberately simple and consists of only one column.
14+
1315
Example content of the ``package`` column:
1416

1517
.. code-block:: text
@@ -29,7 +31,7 @@ Fact Sheet
2931
"Check Interval Recommendation", "Once a day"
3032
"Can be called without parameters", "Yes"
3133
"Compiled for Windows", "No"
32-
"Requirements", "Command-line tool ``sudo``"
34+
"Requirements", "Command-line tool ``sudo``; the user running this plugin must have sudo permissions, and the NOPASSWD tag must be set"
3335
"Uses SQLite DBs", "``$TEMP/linuxfabrik-monitoring-plugins-deb-updates.db``"
3436

3537

0 commit comments

Comments
 (0)