|
@@ -27,6 +27,8 @@ case "${getopt}" in
|
|
|
command_monitor.sh;;
|
|
command_monitor.sh;;
|
|
|
ta|test-alert)
|
|
ta|test-alert)
|
|
|
command_test_alert.sh;;
|
|
command_test_alert.sh;;
|
|
|
|
|
+ pd|postdetails)
|
|
|
|
|
+ command_postdetails.sh;;
|
|
|
dt|details)
|
|
dt|details)
|
|
|
command_details.sh;;
|
|
command_details.sh;;
|
|
|
b|backup)
|
|
b|backup)
|
|
@@ -66,6 +68,7 @@ case "${getopt}" in
|
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
|
|
|
+ echo -e "${blue}postdetails\t${default}pd | Post stripped details to pastebin (for support)"
|
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
|
echo -e "${blue}console\t${default}c |Console allows you to access the live view of a server."
|
|
echo -e "${blue}console\t${default}c |Console allows you to access the live view of a server."
|
|
|
echo -e "${blue}debug\t${default}d |See the output of the server directly to your terminal."
|
|
echo -e "${blue}debug\t${default}d |See the output of the server directly to your terminal."
|
|
@@ -91,6 +94,8 @@ case "${getopt}" in
|
|
|
command_monitor.sh;;
|
|
command_monitor.sh;;
|
|
|
ta|test-alert)
|
|
ta|test-alert)
|
|
|
command_test_alert.sh;;
|
|
command_test_alert.sh;;
|
|
|
|
|
+ pd|postdetails)
|
|
|
|
|
+ command_postdetails.sh;;
|
|
|
dt|details)
|
|
dt|details)
|
|
|
command_details.sh;;
|
|
command_details.sh;;
|
|
|
b|backup)
|
|
b|backup)
|
|
@@ -126,6 +131,7 @@ case "${getopt}" in
|
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
|
|
|
+ echo -e "${blue}postdetails\t${default}pd | Post stripped details to pastebin (for support)"
|
|
|
echo -e "${blue}change-password\t${default}pw |Changes TS3 serveradmin password."
|
|
echo -e "${blue}change-password\t${default}pw |Changes TS3 serveradmin password."
|
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
|
echo -e "${blue}install\t${default}i |Install the server."
|
|
echo -e "${blue}install\t${default}i |Install the server."
|
|
@@ -187,6 +193,7 @@ case "${getopt}" in
|
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
|
echo -e "${blue}details\t${default}dt |Displays useful infomation about the server."
|
|
echo -e "${blue}details\t${default}dt |Displays useful infomation about the server."
|
|
|
|
|
+ echo -e "${blue}postdetails\t${default}pd | Post stripped details to pastebin (for support)"
|
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
|
echo -e "${blue}console\t${default}c |Console allows you to access the live view of a server."
|
|
echo -e "${blue}console\t${default}c |Console allows you to access the live view of a server."
|
|
|
echo -e "${blue}debug\t${default}d |See the output of the server directly to your terminal."
|
|
echo -e "${blue}debug\t${default}d |See the output of the server directly to your terminal."
|
|
@@ -243,6 +250,7 @@ case "${getopt}" in
|
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
|
|
|
+ echo -e "${blue}postdetails\t${default}pd | Post stripped details to pastebin (for support)"
|
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
|
echo -e "${blue}install\t${default}i |Install the server."
|
|
echo -e "${blue}install\t${default}i |Install the server."
|
|
|
} | column -s $'\t' -t
|
|
} | column -s $'\t' -t
|
|
@@ -311,6 +319,7 @@ case "${getopt}" in
|
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
|
|
|
+ echo -e "${blue}postdetails\t${default}pd | Post stripped details to pastebin (for support)"
|
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
|
echo -e "${blue}console\t${default}c |Console allows you to access the live view of a server."
|
|
echo -e "${blue}console\t${default}c |Console allows you to access the live view of a server."
|
|
|
echo -e "${blue}debug\t${default}d |See the output of the server directly to your terminal."
|
|
echo -e "${blue}debug\t${default}d |See the output of the server directly to your terminal."
|
|
@@ -373,6 +382,7 @@ case "${getopt}" in
|
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
|
|
|
+ echo -e "${blue}postdetails\t${default}pd | Post stripped details to pastebin (for support)"
|
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
|
echo -e "${blue}console\t${default}c |Console allows you to access the live view of a server."
|
|
echo -e "${blue}console\t${default}c |Console allows you to access the live view of a server."
|
|
|
echo -e "${blue}debug\t${default}d |See the output of the server directly to your terminal."
|
|
echo -e "${blue}debug\t${default}d |See the output of the server directly to your terminal."
|
|
@@ -446,6 +456,7 @@ case "${getopt}" in
|
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
|
|
|
+ echo -e "${blue}postdetails\t${default}pd | Post stripped details to pastebin (for support)"
|
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
|
echo -e "${blue}console\t${default}c |Console allows you to access the live view of a server."
|
|
echo -e "${blue}console\t${default}c |Console allows you to access the live view of a server."
|
|
|
echo -e "${blue}debug\t${default}d |See the output of the server directly to your terminal."
|
|
echo -e "${blue}debug\t${default}d |See the output of the server directly to your terminal."
|
|
@@ -511,6 +522,7 @@ case "${getopt}" in
|
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
|
|
|
+ echo -e "${blue}postdetails\t${default}pd | Post stripped details to pastebin (for support)"
|
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
|
echo -e "${blue}console\t${default}c |Console allows you to access the live view of a server."
|
|
echo -e "${blue}console\t${default}c |Console allows you to access the live view of a server."
|
|
|
echo -e "${blue}debug\t${default}d |See the output of the server directly to your terminal."
|
|
echo -e "${blue}debug\t${default}d |See the output of the server directly to your terminal."
|