Commit Graph

15 Commits

Author SHA1 Message Date
LPJon
1f2d97f49a Update install_netdata to support CentOS 8 Stream
Fixed support for CentOS 8 Stream. Untested for CentOS 8
2024-07-07 13:33:18 -05:00
LPJon
14a9148159 Update install_netdata
Changed the way the current NVM Node.JS file path is obtained to be used for the system symbolic link
2023-08-31 05:17:33 -05:00
LPJon
ec3f05e441 Update install_netdata
Changed NVM support to use whatever is /usr/bin/node whether the RPM package or the symbolic link to the desired node version. This makes the node version is dependent on the symbolic link or the RPM package location. When NVM is used though this script, it will use the RPM or create a symbolic link to the set version of Node.JS.
2023-08-31 04:28:50 -05:00
LPJon
6e5e604bd3 Update install_netdata
added opt out of telemetry
2023-08-31 03:17:47 -05:00
LPJon
bb4ade3f3d Update install_netdata 2023-08-31 03:08:47 -05:00
LPJon
af33a1d187 Update install_netdata
fixed typo for removing nodejs rpm when nvm is selected
2023-08-31 02:55:50 -05:00
LPJon
9941996398 Update install_netdata
Added support for switching between the RPM nodejs and NVM nodejs globally in the system
2023-08-31 02:50:35 -05:00
LPJon
89172ae504 Update install_netdata
Added code to load NVM while still in the script
2023-08-31 02:16:36 -05:00
LPJon
7c7b2e3219 Update install_netdata
added function for installing Node.JS Dependencies
2023-08-31 02:01:13 -05:00
LPJon
97ab684ab6 Update install_netdata
made variable nodejs a global variable
2023-08-31 01:57:48 -05:00
LPJon
b33a4cdf27 Update install_netdata
Turned new code into functions for easier code separation
2023-08-31 01:55:54 -05:00
LPJon
ad1b671915 Update install_netdata
Added support for NVM setup on first installation.
2023-08-31 01:34:03 -05:00
LPJon
0ae9d525c0 Update install_netdata
added support for checking if NVM for Node.JS is already installed and skipping RPM packages if it is.
2023-08-31 01:12:06 -05:00
LPJon
4ea821c758 Update install_netdata
Added comments to where the new code was added
2023-08-29 02:00:46 -05:00
LPJon
6bed9a1491 Create install_netdata
Fixes netdata installation for CWP (CentOS Web Panel) in CentOS 7. Fixes installation issue as well as netdata service starts on reboots
2023-08-29 01:54:21 -05:00