sysutils/dmidecode: enhance comment/description

This commit is contained in:
Franco Fichtner
2019-01-12 16:42:32 +01:00
parent c6ce04bb69
commit 766258504c
3 changed files with 14 additions and 3 deletions
+1
View File
@@ -78,6 +78,7 @@ security/tinc -- Tinc VPN
security/tor -- The Onion Router
sysutils/api-backup -- Provide the functionality to download the config.xml
sysutils/boot-delay -- Apply a persistent 10 second boot delay
sysutils/dmidecode -- Display dmidecode information on the dashboard
sysutils/lcdproc-sdeclcd -- LCDProc for SDEC LCD devices
sysutils/mail-backup -- Send configuration file backup by e-mail
sysutils/node_exporter -- Prometheus exporter for machine metrics
+2 -2
View File
@@ -1,8 +1,8 @@
PLUGIN_NAME= dmidecode
PLUGIN_VERSION= 0.1
PLUGIN_COMMENT= System hardware widget
PLUGIN_COMMENT= Display dmidecode information on the dashboard
PLUGIN_DEPENDS= dmidecode
PLUGIN_MAINTAINER= evbevz@gmail.com
PLUGIN_DEVEL= YES
PLUGIN_DEVEL= yes
.include "../../Mk/plugins.mk"
+11 -1
View File
@@ -1 +1,11 @@
Dmidecode based system hardware widget for dashboard.
Dmidecode reports information about your system's hardware as described in your
system BIOS according to the SMBIOS/DMI standard. This information typically
includes system manufacturer, model name, serial number, BIOS version, asset tag
as well as a lot of other details of varying level of interest and reliability
depending on the manufacturer. This will often include usage status for the CPU
sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the
list of I/O ports (e.g. serial, parallel, USB).
This adds a dashboard widget to display the gathered hardware information.
WWW: http://www.nongnu.org/dmidecode/