File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
check-plugins/deb-updates Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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+
1315Example 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
You can’t perform that action at this time.
0 commit comments