summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
AgeCommit message (Collapse)Author
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
2018-02-28[updater] only restart when previously runningJakob Ackermann
Updating netdata (e.g. headless via cron) should not start netdata in case it was not running before.
2018-01-27Add netdata to ceph groupLuis Eduardo
2018-01-20make sure netdata group will never be emptyCosta Tsaousis (ktsaou)
2018-01-20when installing as normal user, respect the group for the web filesCosta Tsaousis (ktsaou)
2018-01-20ksm info only under linuxCosta Tsaousis (ktsaou)
2018-01-20fixed typoCosta Tsaousis (ktsaou)
2018-01-20do not chown to root when installing as non-rootCosta Tsaousis (ktsaou)
2018-01-20when installing as non-root, use the default user groupCosta Tsaousis (ktsaou)
2018-01-20check for apps.plugin only check it is installedCosta Tsaousis (ktsaou)
2018-01-13detect the number of processors on freebsdCosta Tsaousis (ktsaou)
2018-01-12fix permissions in spec fileCosta Tsaousis (ktsaou)
2018-01-11strict netdata files permissionsCosta Tsaousis (ktsaou)
2018-01-05added missing quoteCosta Tsaousis (ktsaou)
2018-01-05prevent magnifying configure optionsCosta Tsaousis (ktsaou)
2018-01-05avoid magnifying PATHCosta Tsaousis (ktsaou)
2018-01-03work-around macos find adding double slashes if the directory ends with a slashCosta Tsaousis (ktsaou)
2017-12-14both installers download configuration from netdata.conf and provide a sane ↵Costa Tsaousis (ktsaou)
default when this is not possible
2017-08-26Fix grammar issue in install failed commentsShaun Walker
2017-08-09break the installer on control-d; fixes #2574Costa Tsaousis (ktsaou)
2017-08-07Simplify processor cores countingVincent Legoll
This was already done from the functions.sh import, so remove it in makeself/run-all-jobs.sh
2017-07-30added cgroup-network that can find the network interface of a cgroup, given ↵Costa Tsaousis (ktsaou)
a pid in it
2017-07-24uninstaller removes netdata-updater from cronCosta Tsaousis (ktsaou)
2017-06-20Follow symlinks when listing conf files in updaterNiels AD
Follow symlinks when backing up configuration files. This enables the use and preservation of symlinks for configuration files. Follow-up for #2330.
2017-06-14Preserve all file attributes for config backupNiels AD
Changed `cp -p` (equivalent to `cp --preserve=mode,ownership,timestamps`) to `cp -a` (equivalent to `cp -dR --preserve=AL`) when backing up user configuration before update. This enables the use and preservation of symlinks.
2017-06-01allow netdata-updater.sh to run under non-bash; fixes #2267Costa Tsaousis (ktsaou)
2017-05-30web_log plugin: add netdata to the "squid" and "proxy" groupsIlya
2017-05-26give instructions using service or systemctl if they are availableCosta Tsaousis (ktsaou)
2017-05-22changed get_latest_commit_id() to use git-rev-parse HEAD instead of git logMike Furlender
2017-05-22netdata-updater.sh shown strip --dont-start-it from netdata-installer.sh ↵Costa Tsaousis (ktsaou)
command when updating; fixes #2216
2017-05-22properly show error messages if auto-update cannot be installedCosta Tsaousis (ktsaou)
2017-05-20fixed typoCosta Tsaousis (ktsaou)
2017-05-20more info at the installerCosta Tsaousis (ktsaou)
2017-05-20netdata-updater at cron fixesCosta Tsaousis (ktsaou)
2017-05-20Fix suggested command for auto updates (resolves #2211)Niels AD
2017-04-30removed unused variablesCosta Tsaousis (ktsaou)
2017-04-30use netdata to get configuration options from netdata.confCosta Tsaousis (ktsaou)
2017-04-07fixed typo at installer; fixes #2062Costa Tsaousis (ktsaou)
2017-04-01start netdata on install tooCosta Tsaousis (ktsaou)
2017-03-27move init installation to functions.shCosta Tsaousis (ktsaou)
2017-03-19run-parts does not run scripts with .sh extensionCosta Tsaousis (ktsaou)
2017-03-19netdata-installer.sh suggest daily updatesCosta Tsaousis (ktsaou)
2017-03-18mktemp now uses busybox compatible file template namesCosta Tsaousis (ktsaou)
2017-03-17update nfacct plugin to match current netdata developmentCosta Tsaousis (ktsaou)
2017-03-15allow the installer to check configs signatures when the BASH is older than v4Costa Tsaousis (ktsaou)
2017-03-11enable link-time-optimizations by defaultCosta Tsaousis (ktsaou)
2017-03-08update: add netdata to "nsd" group383c57
modified: netdata-installer.sh
2017-03-04use command md5 when md5sum is not there - to support freebsdCosta Tsaousis (ktsaou)
2017-03-04fix minor installer issues on freebsdCosta Tsaousis (ktsaou)