summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)Author
2018-12-18remove cross-directory dependency in build system (#5012)Paweł Krupa
2018-11-08netdata-openrc: Move check from depends() function to start_pre() (#4575)Aaditya Bagga
2018-11-02edit-config: Better support for custom editors. (#4551)Austin S. Hemmelgarn
2018-10-16Fix make dist (#4401)Costa Tsaousis
2018-10-15modularized all source code (#4391)Costa Tsaousis
2018-09-30fix spdx (#4327)Paweł Krupa
2018-09-13 create pid directory, if not present (#4181)Costa Tsaousis
2018-09-12remove condition from netdata.serviceCosta Tsaousis (ktsaou)
2018-09-11delete pidfile only when it existsCosta Tsaousis (ktsaou)
2018-09-11all startup files use the same pid file; all startup files remove pid file on...Costa Tsaousis (ktsaou)
2018-09-11netdata pid is in run/netdata/netdata.pidCosta Tsaousis (ktsaou)
2018-09-11use pidfile to send HUP to netdata via logrotate; fixes #4103; fixes #4020Costa Tsaousis (ktsaou)
2018-09-10added info for giving netdata max priorityCosta Tsaousis (ktsaou)
2018-09-09when running under systemd, keep the scheduling parameters set by systemd, bu...Costa Tsaousis (ktsaou)
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
2018-05-08install startup script on MacOS; fixes #3684Costa Tsaousis (ktsaou)
2018-04-03update openrc init scriptMatthew Thode
2018-01-20more informative signals on freebsdCosta Tsaousis (ktsaou)
2018-01-20added freebsd init fileCosta Tsaousis (ktsaou)
2018-01-12fix permissions in spec fileCosta Tsaousis (ktsaou)
2017-10-04proper AND at openrc shellCosta Tsaousis (ktsaou)
2017-10-03Create the var/cache/netdata directory if it doesn't already exist in the sys...Craig Andrews
2017-10-03Fix the path to the netdata executable in the openrc scriptCraig Andrews
2017-10-03Eliminate bashisms in openrc scriptCraig Andrews
2017-09-13start netdata after chronydCosta Tsaousis (ktsaou)
2017-08-30added comments about common netdata tweaksCosta Tsaousis (ktsaou)
2017-08-22properly set negative out-of-memory (OOM) scores; #2549Costa Tsaousis (ktsaou)
2017-08-22restart netdata on-failure; fixes #2617Costa Tsaousis (ktsaou)
2017-08-22increase service stop timeout to 60 secondsCosta Tsaousis (ktsaou)
2017-03-15add mysql.service to the list of services that should be started before netda...Costa Tsaousis (ktsaou)
2016-12-17fixed system/netdata-init-d.in script to suppress status output prior stop/st...Ivan Vari
2016-12-17fixed system/netdata-init-d.in script to check status prior stop/start, fixes...Ivan Vari
2016-10-01pid file in /var/run; https://github.com/firehol/netdata/pull/403#issuecommen...Costa Tsaousis (ktsaou)
2016-09-04logrotate does not need to re-create netdata logs - netdata does this; fixes ...Costa Tsaousis (ktsaou)
2016-08-17fixed logrotateCosta Tsaousis (ktsaou)
2016-08-16cleanup netdata.service - fixes #773; netdata now verifies it has to its requ...Costa Tsaousis
2016-08-15updated netdata.service to remove the pid file; fixes #773Costa Tsaousis
2016-08-14disable capabilities at systemd.service; #773Costa Tsaousis
2016-08-13Merge remote-tracking branch 'upstream/master' into healthCosta Tsaousis
2016-08-12Fixed path to netdata pid fileBusindre
2016-08-12proper log file management; re-opening logs on SIGHUP; updated logrotate; upd...Costa Tsaousis
2016-08-02Harden the netdata systemd serviceCraig Andrews
2016-07-25Bind to localhost by default (#314)Federico Ceratto
2016-07-18add the dollar signSally Hui
2016-07-17return RETVAL for condrestart()Sally Hui
2016-07-04runscript is deprecated, use openrc-run insteadCraig Andrews
2016-06-06Replaces deprecated pidfile argument with -PPaul Biester
2016-05-31fixed memory leak in web_client_free()Costa Tsaousis (ktsaou)
2016-05-31added LSB (old debian) init scriptCosta Tsaousis
2016-05-27fix for logrotation #453Costa Tsaousis