summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
AgeCommit message (Expand)Author
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
2016-07-16dont overwrite files while moving them to new locationsroot
2016-07-14move charts.d and node.d configuration files /etc/netdata/charts.d and /etc/n...Costa Tsaousis (ktsaou)
2016-07-14installer keeps old version of file and creates a new one with the stock vers...Costa Tsaousis (ktsaou)
2016-07-14detect stock versions of config files and replace them with the newer versionsCosta Tsaousis
2016-07-01Fixing uninstall scriptTobias Kühne
2016-06-13preserve configs across installaitonspaulfantom
2016-06-11cleanup backup of the users configurationCosta Tsaousis (ktsaou)
2016-06-08add failsafe to choosing login shellpaulfantom
2016-06-08ensure correct nologin shell for iser netdatapaulfantom
2016-06-04increased version in html for CDN refresh; updated API reference for badge.sv...Costa Tsaousis (ktsaou)
2016-06-04Fixed a typo in netdata-installer.shNik Paulussen
2016-05-30additional checks for the existance of systemd; always attempt to use the ser...Costa Tsaousis (ktsaou)
2016-05-30properly detect systemdCosta Tsaousis (ktsaou)
2016-05-29installer: attempt to use "service" even on non-systemd system, if the user h...Costa Tsaousis
2016-05-29installer now installs systemd service if the host is running systemdCosta Tsaousis
2016-05-23Command line options: added info of changes.Simon Nagl
2016-05-23Command line: Follow IEEE Std 1003.1, 2013 EditionSimon Nagl
2016-05-15aesthetic changesCosta Tsaousis (ktsaou)
2016-05-15install netdata logrotate file, fixes #413Costa Tsaousis (ktsaou)
2016-05-14installer now supports --libs-are-really-here to bypass libuuid checks tooCosta Tsaousis
2016-05-14aesthetic changes in installerCosta Tsaousis
2016-05-14fix for names of required packages in fedora/centos/redhatCosta Tsaousis
2016-05-14apps.plugin now runs with linux capabilites instead of setuid to rootCosta Tsaousis
2016-05-12Merge remote-tracking branch 'upstream/master' into registryCosta Tsaousis
2016-05-11info about uuid-devCosta Tsaousis