diff --git a/README.md b/README.md index 67c559e2f..2694e26f1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile index e7ebfc879..132468797 100644 --- a/sysutils/dmidecode/Makefile +++ b/sysutils/dmidecode/Makefile @@ -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" diff --git a/sysutils/dmidecode/pkg-descr b/sysutils/dmidecode/pkg-descr index 97b72c290..16cab4768 100644 --- a/sysutils/dmidecode/pkg-descr +++ b/sysutils/dmidecode/pkg-descr @@ -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/