diff --git a/glances-install.sh b/glances-install.sh index 7941fee..339d8aa 100644 --- a/glances-install.sh +++ b/glances-install.sh @@ -13,20 +13,21 @@ LRed='\033[1;31m' DEPS=$(whiptail --title "iDS-Glances Auto Install Script" --checklist --separate-output \ "\nPlease select which modules to install for Glances to be able\nto utilize for this system:" 28 80 14 \ -"action" "ation" ON \ -"batinfo" "batinfo" OFF \ -"browser" "browser" ON \ -"cpuinfo" "cpuinfo" ON \ -"chart" "chart" ON \ -"docker" "docker" OFF \ -"export" "export" ON \ -"folders" "folders" ON \ -"gpu" "gpu" OFF \ -"ip" "ip" ON \ -"raid" "raid" OFF \ -"snmp" "snmp" ON \ +"action" "Allows Glances to trigger actions on events" ON \ +"batinfo" "Displays Battery Stats" OFF \ +"browser" "Allows Glances to run as a webserver" ON \ +"chart" "Charts Module" ON \ +"cloud" "Displays Cloud Stats" OFF \ +"cpuinfo" "Display CPU Stats" ON \ +"docker" "Display Docker Containers" OFF \ +"export" "Allows for Data Export" OFF \ +"folders" "Folders Module" ON \ +"gpu" "Displays GPU Stats" OFF \ +"ip" "Displays Public and Private Addresses" ON \ +"raid" "Displays RAID Stats" OFF \ +"snmp" "Could retrieve stats from an snmp endpoint" OFF \ "web" "web" ON \ -"wifi" "wifi" OFF 3>&1 1>&2 2>&3) +"wifi" "Displays WiFi Stats" OFF 3>&1 1>&2 2>&3) exitstatus=$? if [ $exitstatus = 1 ]; then exit; fi