Costa Tsaousis (ktsaou)
|
cdcf765ffe
make sure configs.signatures is sorted
|
8 years ago |
Costa Tsaousis (ktsaou)
|
888363f776
install netdata-lsb on debian wheezy; fixes #780
|
8 years ago |
Costa Tsaousis (ktsaou)
|
72841ee4d1
set init.d defaults on old ubuntu installations
|
8 years ago |
Costa Tsaousis (ktsaou)
|
91aadf8e73
install /etc/init.d/netdata on certain servers
|
8 years ago |
Costa Tsaousis (ktsaou)
|
1cd7b34219
allow the installer to restart netdata when it cannot read its current pid namespace
|
8 years ago |
Costa Tsaousis (ktsaou)
|
6941489435
netdata-installer.sh when run at host, does not stop netdata processes running in containers
|
8 years ago |
Costa Tsaousis (ktsaou)
|
04e90b1930
use which or command -v to search for commands in the system path
|
8 years ago |
Costa Tsaousis (ktsaou)
|
03d6b60ba5
run with nice 19 and use all available processors when compiling
|
8 years ago |
Costa Tsaousis (ktsaou)
|
27742af626
updated configs.signatures
|
8 years ago |
Costa Tsaousis (ktsaou)
|
cfb9800f7b
netdata-installer.sh banner is not a snake; fixes #1023
|
8 years ago |
Costa Tsaousis (ktsaou)
|
f7ae5ada91
snake to chart...
|
8 years ago |
Costa Tsaousis (ktsaou)
|
9786c9cbea
netdata-updater.sh now support -f to force re-installation even if git has not been updated
|
8 years ago |
Costa Tsaousis (ktsaou)
|
c22db80fb5
netdata-updater.sh inherits the $PATH from netdata-installer.sh; fixes #1000
|
8 years ago |
Costa Tsaousis (ktsaou)
|
133931e936
make the updater detect it runs with proper user for the job and that there are new commits before re-installing netdata
|
8 years ago |
Costa Tsaousis (ktsaou)
|
14d5b03eb0
installer now generates netdata-updater.sh
|
8 years ago |
Costa Tsaousis
|
14213f5197
minor code re-writes to avoid coverity false positives; updated installer banner and readme
|
8 years ago |
Costa Tsaousis
|
e5e6cb1b39
fixes for TAB to spaces replacement
|
8 years ago |
Costa Tsaousis
|
c50ec4efef
converted tabs for C, JS, BASH to 4 spaces
|
8 years ago |
Costa Tsaousis
|
03b5b94b44
dont use BASH 4 features when BASH 4+ is not available #733; fallback to systemctl if service is not available - fixes start/restart on Arch Linux
|
8 years ago |
Costa Tsaousis
|
540b0a4d92
updated installer to use the new command line and configuration options
|
8 years ago |
Costa Tsaousis
|
aa1c7e6386
prevent overwriting node.d configurations while copying
|
8 years ago |
root
|
83d66c041b
dont overwrite files while moving them to new locations
|
8 years ago |
Costa Tsaousis (ktsaou)
|
e95a54e383
move charts.d and node.d configuration files /etc/netdata/charts.d and /etc/netdata/node.d
|
8 years ago |
Costa Tsaousis (ktsaou)
|
acf0495000
installer keeps old version of file and creates a new one with the stock version as .orig
|
8 years ago |
Costa Tsaousis
|
ce770094ca
detect stock versions of config files and replace them with the newer versions
|
8 years ago |
Tobias Kühne
|
123ae59411
Fixing uninstall script
|
8 years ago |
paulfantom
|
dc2e698ec7
preserve configs across installaitons
|
8 years ago |
Costa Tsaousis (ktsaou)
|
3e440ebd45
cleanup backup of the users configuration
|
8 years ago |
paulfantom
|
88e43591df
add failsafe to choosing login shell
|
8 years ago |
paulfantom
|
9f116cada4
ensure correct nologin shell for iser netdata
|
8 years ago |
Costa Tsaousis (ktsaou)
|
348f0302fc
increased version in html for CDN refresh; updated API reference for badge.svg; installer attempts to use service with restart argument; enable exim plugin for installation
|
8 years ago |
Nik Paulussen
|
8c14f2a1e2
Fixed a typo in netdata-installer.sh
|
8 years ago |
Costa Tsaousis (ktsaou)
|
25e5018ae3
additional checks for the existance of systemd; always attempt to use the service command for managing netdata
|
8 years ago |
Costa Tsaousis (ktsaou)
|
a0d75bd5d4
properly detect systemd
|
8 years ago |
Costa Tsaousis
|
8f74b1c175
installer: attempt to use "service" even on non-systemd system, if the user has installed the files
|
8 years ago |
Costa Tsaousis
|
eddd9af2d7
installer now installs systemd service if the host is running systemd
|
8 years ago |
Simon Nagl
|
c2db0f5187
Command line options: added info of changes.
|
8 years ago |
Simon Nagl
|
a48fb7d495
Command line: Follow IEEE Std 1003.1, 2013 Edition
|
8 years ago |
Costa Tsaousis (ktsaou)
|
8d5d8ff121
aesthetic changes
|
8 years ago |
Costa Tsaousis (ktsaou)
|
d4a15fdd79
install netdata logrotate file, fixes #413
|
8 years ago |
Costa Tsaousis
|
35dc3b0e66
installer now supports --libs-are-really-here to bypass libuuid checks too
|
8 years ago |
Costa Tsaousis
|
98489e68b4
aesthetic changes in installer
|
8 years ago |
Costa Tsaousis
|
d2fe6738ba
fix for names of required packages in fedora/centos/redhat
|
8 years ago |
Costa Tsaousis
|
06c43af4d9
apps.plugin now runs with linux capabilites instead of setuid to root
|
8 years ago |
Costa Tsaousis
|
ac32c6c3eb
Merge remote-tracking branch 'upstream/master' into registry
|
8 years ago |
Costa Tsaousis
|
2c32eb33ea
info about uuid-dev
|
8 years ago |
Costa Tsaousis (ktsaou)
|
d131f68f95
added umask 022 to allow indirectly created directories be readable, #121
|
8 years ago |
Costa Tsaousis
|
a1abb2f339
registry: working prototype with load/save
|
8 years ago |
Costa Tsaousis (ktsaou)
|
03bd0f86d8
installer adds netdata user to the docker group to be able get docker names #308, installer checks the IP netdata should be listening to give proper information to the user #311
|
8 years ago |
Costa Tsaousis (ktsaou)
|
e501a515b8
cgroups are enabled/disabled using their new names (it was needed because docker names are not persistent) #115
|
8 years ago |