mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
sysutils/dmidecode: enhance comment/description
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user