summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
AgeCommit message (Expand)Author
2017-02-14fix typo in the installer helpLeo Arias
2017-02-13fixed typo in installer and other minor improvementsCosta Tsaousis (ktsaou)
2017-02-12compatibility fixes at the installerCosta Tsaousis (ktsaou)
2017-02-12colorful netdata-installer.sh; splitted certain functions for adding makeself...Costa Tsaousis (ktsaou)
2017-02-11Merge pull request #1744 from l2isbad/web_log_pluginCosta Tsaousis
2017-02-10web_log plugin: netdata-installer update: add netdata to "adm" groupIlya
2017-02-08minor improvements for non-linux systemsCosta Tsaousis (ktsaou)
2017-02-04make sure /etc/profile does not change the working directory; fixes #1715Costa Tsaousis (ktsaou)
2017-01-22Merge pull request #1594 from ktsaou/masterCosta Tsaousis
2017-01-20netdata-installer.sh update: add netdata to haproxy groupIlya
2017-01-18faster number parsingCosta Tsaousis (ktsaou)
2017-01-15varnish plugin: netdata-installer.sh update (add netdata to varnish group if ...Ilya
2016-12-30check that apps.plugin runs before trusting setcapCosta Tsaousis (ktsaou)
2016-12-30detect if running inside a container to avoid using setcap for apps.pluginCosta Tsaousis (ktsaou)
2016-12-28properly set ownership of /var/log/netdata to allow all versions of logrotate...Costa Tsaousis (ktsaou)
2016-12-27fix logrotate file permissions; #1456Costa Tsaousis (ktsaou)
2016-12-23fixed nginx group typoCosta Tsaousis (ktsaou)
2016-12-23install init.d script on AMI; add netdata to nginx group to let access nginx ...Costa Tsaousis (ktsaou)
2016-12-20make sure /proc has contentsCosta Tsaousis
2016-12-20check /proc only when it is availableCosta Tsaousis
2016-12-20portability - ommit root group for libexecCosta Tsaousis
2016-12-20portability fixes for adding user/group netdata to the systemCosta Tsaousis
2016-12-20portability fixesCosta Tsaousis
2016-12-16do not make executable netdata.serviceCosta Tsaousis (ktsaou)
2016-11-28fix the directories the umask might have incorrectly created with wrong permi...Costa Tsaousis (ktsaou)
2016-11-28prevent /usr/libexec from being created without world-readable permissions; f...Costa Tsaousis (ktsaou)
2016-11-24do not chmod the data files - only chownCosta Tsaousis (ktsaou)
2016-11-24fix for system/netdata.conf permissionsCosta Tsaousis (ktsaou)
2016-11-24remove world-readable permission from all filesCosta Tsaousis (ktsaou)
2016-11-13make sure configs.signatures is sortedCosta Tsaousis (ktsaou)
2016-11-09install netdata-lsb on debian wheezy; fixes #780Costa Tsaousis (ktsaou)
2016-11-07set init.d defaults on old ubuntu installationsCosta Tsaousis (ktsaou)
2016-11-05install /etc/init.d/netdata on certain serversCosta Tsaousis (ktsaou)
2016-10-29allow the installer to restart netdata when it cannot read its current pid na...Costa Tsaousis (ktsaou)
2016-10-29netdata-installer.sh when run at host, does not stop netdata processes runnin...Costa Tsaousis (ktsaou)
2016-10-29use which or command -v to search for commands in the system pathCosta Tsaousis (ktsaou)
2016-10-16run with nice 19 and use all available processors when compilingCosta Tsaousis (ktsaou)
2016-10-16updated configs.signaturesCosta Tsaousis (ktsaou)
2016-09-26netdata-installer.sh banner is not a snake; fixes #1023Costa Tsaousis (ktsaou)
2016-09-26snake to chart...Costa Tsaousis (ktsaou)
2016-09-25netdata-updater.sh now support -f to force re-installation even if git has no...Costa Tsaousis (ktsaou)
2016-09-22netdata-updater.sh inherits the $PATH from netdata-installer.sh; fixes #1000Costa Tsaousis (ktsaou)
2016-09-17make the updater detect it runs with proper user for the job and that there a...Costa Tsaousis (ktsaou)
2016-09-16installer now generates netdata-updater.shCosta Tsaousis (ktsaou)
2016-08-21minor code re-writes to avoid coverity false positives; updated installer ban...Costa Tsaousis
2016-08-14fixes for TAB to spaces replacementCosta Tsaousis
2016-08-13converted tabs for C, JS, BASH to 4 spacesCosta Tsaousis
2016-07-31dont use BASH 4 features when BASH 4+ is not available #733; fallback to syst...Costa Tsaousis
2016-07-23updated installer to use the new command line and configuration optionsCosta Tsaousis
2016-07-16prevent overwriting node.d configurations while copyingCosta Tsaousis