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