Daniel Gibbs
c2e31552a4
fix: add all modules from v23.2.3 to functions dir
This will reduce chances of migration issues
functions dir will eventually be removed
2 years ago
Daniel Gibbs
0bec0ca218
feat: convert functions dir to modules dir ( #4169 )
* functions dir will be deleted after 14 days
2 years ago
Daniel Gibbs
852feec520
fix: standardise and refactor comment headers ( #3198 )
4 years ago
Daniel Gibbs
ee515b7786
feat(alerts): add rocket.chat and alerts refactor ( #3051 )
* update linuxgsm alert logo
* add Rocket.chat alert option
* Refactor of post details by removing pastebin and hastebin
* Improved alert standardisation
Co-authored-by: Alasdair Haig <[email protected] >
Co-authored-by: Alasdair Haig <[email protected] >
Co-authored-by: AlasdairHaig <[email protected] >
5 years ago
Daniel Gibbs
66bf5e059e
feat(log): refactor log handling ( #2859 )
* standardise module identifiers
* renamed logs.sh to core_logs.sh
* improve stats log
* remove local
* functionselfname rename
5 years ago
Daniel Gibbs
d106384e28
feat: convert commandname to modulename ( #2728 )
5 years ago
Daniel Gibbs
c4ff9c80fa
feat(glibc): migrate glibc info to _default.cfg ( #2379 )
6 years ago
Daniel Gibbs
fa6cfe4086
feat(ui): add message display setting ( #2357 )
* setting to change the time in seconds messages are displayed. Default 0.5s
* Travis-CI messages have a 0s delay to speed up testing.
6 years ago
Daniel Gibbs
e7df8b6a6e
refactor(check): deprecate glibc fixes ( #2118 )
* glibc fixes only fixes 15 out of 85 servers with only centos 6 still supported by vendors. It has been decided to remove support for glibc fixes
6 years ago
Daniel Gibbs
616e976251
Revert "SC2168: 'local' is only valid in functions."
This reverts commit aaa971c0ad
.
7 years ago
Daniel Gibbs
aaa971c0ad
SC2168: 'local' is only valid in functions.
7 years ago
Daniel Gibbs
cdf627737c
Fixed broken if statement
7 years ago
Daniel Gibbs
64701aceae
Shellcheck code tidy
SC2164
SC2086
SC2062
SC2046
SC2143
SC2086
SC2164
7 years ago
Daniel Gibbs
dd902e6431
SC2086
7 years ago
Daniel Gibbs
77f1f9ea23
changed to new domain linuxgsm.com
7 years ago
Daniel Gibbs
11696acf5a
Renamed LGSM to LinuxGSM
For consistant branding.
8 years ago
Daniel Gibbs
cd284706f7
reduced to 2 seconds
9 years ago
Daniel Gibbs
13ed1ea590
I cannot spell! updated "Information"
9 years ago
Marvin Lehmann
3eee2b3690
Fixed some typos and improved descriptions
These changes do not affect the functionality of the code.
9 years ago
Daniel Gibbs
46941def99
function_selfname + fixes
9 years ago
Daniel Gibbs
44453353df
messages
9 years ago
Daniel Gibbs
6a3193194d
removed local commandaction="Checking"
9 years ago
Daniel Gibbs
edaa4e2bc2
moved print_dots
9 years ago
Daniel Gibbs
60110fdc8c
colours are now variables
9 years ago
Daniel Gibbs
21512494fa
module name has been split
now named
commandname and command action
command name is used in logs
command action is used on-screen.
Also alterations to function_selfname now called just selfname
9 years ago
Daniel Gibbs
b8f44749a0
Ditched lgsm_version as not used
added
local modulename="Function"
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
to all functions
9 years ago
Daniel Gibbs
bf03a08f06
Version 210516
9 years ago
Daniel Gibbs
65b5558fd3
altered UNKNOWN colour
9 years ago
Daniel Gibbs
8a9b0afb45
added echo -e
9 years ago
Daniel Gibbs
fa6a34481b
Added ts3 to glibc fix as not required
9 years ago
Daniel Gibbs
123cd36a59
removed echo
9 years ago
Daniel Gibbs
9161b0078d
glibcfix shouls run with correct functions
9 years ago
Daniel Gibbs
6eece549d6
glibc checks
9 years ago
Daniel Gibbs
c206d691fd
added info_distro.sh
9 years ago
Daniel Gibbs
6c47f2b73c
changed glicv to glibcversion
9 years ago
Daniel Gibbs
65bc10074c
Changed http to https on LGSM links
9 years ago
Daniel Gibbs
020c0f62cb
renamed 2 variables
9 years ago
Daniel Gibbs
c15fea5f78
check_glibc on install
check glibc will check in install if the server can run with glibc
version installed or if glibc fix will get the server to run. Should
this not be possible it will ber ecommendedto upgrade the server
9 years ago