summaryrefslogtreecommitdiffstats
path: root/makeself/install-or-update.sh
AgeCommit message (Collapse)Author
2019-01-02move makeself (#4688)Paweł Krupa
2018-09-30fix spdx (#4327)Paweł Krupa
2018-09-27stock configs in /usr/lib/netdata (#4283)Costa Tsaousis
* makefiles install configs in /usr/lib/netdata/conf.d; #4182 * stock health config in /usr/lib/netdata/conf.d/health.d * unit test path concatenation * simplified health file management * use stream.conf from stock config if it does not exist in /etc/netdata * indicate loading of user config in function call * load netdata.conf from stock dir if not found in /etc/netdata * added NETDATA_USER_CONFIG_DIR * provide defaults before loading config * charts.d uses stock files * fping now uses the stock config files * tc-qos-helper.sh now uses stock configs * cgroup-name.sh now uses stock configs too * simplified cgroup-name.sh for user and stock config * alarm-notify.sh uses stock configs too * simplified fping plugin configs loading * simplified tc-qos-helper.sh configs loading * added error handling to charts.d.plugin * apps.plugin used stock configs * generalized recursive double-directory configs loading * statsd uses stock configs * node.d.plugin uses stock configs * compile-time decision of netdata default paths for all files * makeself cleans up old stock config files from user configuration directories * fixed makeself typo * netdata-installer.sh removes stock files from user configuration directories * python.d.plugin user/stock configs update * cleanup stock config files from /etc/netdata, only once * python.d.plugin log loaded files * fix permissions of stock config files and provide an "orig" link for quick access * create help link on stock configs migration for static installations * create user config directories * example statsd synthetic charts now state they are examples * updated configs.signatures * spec file * fixes in spec file * fix typo * install netdata after cleaning up stock configs from /etc/netdata * python.d: add cpuidle stock conf
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
This tags all the files that I can clearly identify as being part of Netdata and not a local copy of a third party package that we're redistributing.
2018-03-01do not instruct the movement of the home directoryCosta Tsaousis (ktsaou)
2018-03-01set netdata user home directory; do not validate certs when sending alarms; ↵Costa Tsaousis (ktsaou)
attempt to detect ssl certs on static installations; fixes #3489
2017-12-25support option --dont-start-it on static 64 bit installer; fixes ↵Costa Tsaousis (ktsaou)
https://github.com/firehol/binary-packages/issues/3
2017-12-14both installers download configuration from netdata.conf and provide a sane ↵Costa Tsaousis (ktsaou)
default when this is not possible
2017-09-05fping should be setuid to root to work when running as user netdata (static ↵Costa Tsaousis (ktsaou)
binary); #2665
2017-07-30added cgroup-network that can find the network interface of a cgroup, given ↵Costa Tsaousis (ktsaou)
a pid in it
2017-07-05static installs update config files that have not been edited by users; ↵Costa Tsaousis (ktsaou)
fixes #2384
2017-04-02enable starting netdata when there is no service installedCosta Tsaousis (ktsaou)
2017-04-02copy all etc.new files to destination; enable iterative tty for dockerCosta Tsaousis (ktsaou)
2017-04-02properly find md5sumCosta Tsaousis (ktsaou)
2017-04-01properly detect if the user and group have been addedCosta Tsaousis (ktsaou)
2017-04-01start netdata on install tooCosta Tsaousis (ktsaou)
2017-04-01comment out debug infoCosta Tsaousis (ktsaou)
2017-04-01fix double slash at etc/netdata directoriesCosta Tsaousis (ktsaou)
2017-04-01show full directory on relative commandsCosta Tsaousis (ktsaou)
2017-04-01create etc/netdata subdirectoriesCosta Tsaousis (ktsaou)
2017-04-01copy config files to target directoryCosta Tsaousis (ktsaou)
2017-04-01properly install default config filesCosta Tsaousis (ktsaou)
2017-04-01make sure permissions are rightCosta Tsaousis (ktsaou)
2017-04-01keep .orig files in etc/netdata; remove etc/netdata.newCosta Tsaousis (ktsaou)
2017-04-01update permissionsCosta Tsaousis (ktsaou)
2017-04-01protected configuration on updates; use supplied commands by defaultCosta Tsaousis (ktsaou)
2017-03-28fix permissionsCosta Tsaousis (ktsaou)
2017-03-28add files for fix installationCosta Tsaousis (ktsaou)