Update linupx-scripts.sh
This commit is contained in:
@@ -343,6 +343,19 @@ DSMON_INSTALL() {
|
|||||||
read -n 1 -p "Are you sure you wish to install DSMon (Y/n)?" choice
|
read -n 1 -p "Are you sure you wish to install DSMon (Y/n)?" choice
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
[Nn]) INSTALL_MENU;;
|
[Nn]) INSTALL_MENU;;
|
||||||
|
* )
|
||||||
|
echo ""
|
||||||
|
wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --claim-token GKUQidqs3HAdWdyLgYjjHpI6k0W09TPxv4hyEvESuNKF9Xy0SKBvOr7BokNZHn6j7GUHlfc_R8UQp-dEXPAoRHdEmbSRCGOXX4XiOfMRazUk6Dd_3qjIdqJu9YqDaL2jw1hSTzw --claim-url https://app.netdata.cloud
|
||||||
|
echo ""
|
||||||
|
echo -e "${Green}Netdata Agent has been Installed${Color_Off}"
|
||||||
|
if [ ${action-x} ]; then exit 0; fi
|
||||||
|
read -n 1 -s -p "Press any key to continue";;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
NETDATA_INSTALL() {
|
||||||
|
read -n 1 -p "Are you sure you wish to install Netdata Agent (Y/n)?" choice
|
||||||
|
case "$choice" in
|
||||||
|
[Nn]) INSTALL_MENU;;
|
||||||
* )
|
* )
|
||||||
echo ""
|
echo ""
|
||||||
bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/install-dsmon.sh)
|
bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/install-dsmon.sh)
|
||||||
|
|||||||
Reference in New Issue
Block a user