summaryrefslogtreecommitdiffstats
path: root/src/apps_plugin.c
AgeCommit message (Expand)Author
2017-07-30added cgroup-network that can find the network interface of a cgroup, given a...Costa Tsaousis (ktsaou)
2017-06-13properly check that users and groups have a name; fixes #2321Costa Tsaousis (ktsaou)
2017-05-24increased the cmdline buffer of apps.plugin; added kafka and zookeeper to app...Costa Tsaousis (ktsaou)
2017-05-06do not add apps_fix charts on freebsdCosta Tsaousis (ktsaou)
2017-05-02fixed infinite loop in statsd apps; log is now locked to avoid multiplexing l...Costa Tsaousis (ktsaou)
2017-04-22more appropriate heardbeat error messageCosta Tsaousis (ktsaou)
2017-04-22make apps.plugin report timings from heartbeat() - on Azure monotonic and rea...Costa Tsaousis (ktsaou)
2017-03-31allow global normalization variables in freebsdCosta Tsaousis (ktsaou)
2017-03-31prevent apps.plugin normalization under freebsdCosta Tsaousis (ktsaou)
2017-03-20Fix misc compiler warnings on FreeBSDVladimir Kobal
2017-03-17Merge pull request #1912 from vlvkobal/masterCosta Tsaousis
2017-03-11added common version options to all C programs; fixes #1927Costa Tsaousis (ktsaou)
2017-03-08added new_pids counter to apps.plugin monitoringCosta Tsaousis (ktsaou)
2017-03-06New sysctl helpers. Separate load average functionVladimir Kobal
2017-03-04Disable file charts for FreeBSD by defaultVladimir Kobal
2017-03-04Add FreeBSD support to apps.pluginVladimir Kobal
2017-02-27apps.plugin changes for better cross system adaptationCosta Tsaousis (ktsaou)
2017-02-26added option -t to test if it has the permissions to read /proc/PID/io filesCosta Tsaousis (ktsaou)
2017-02-26apps.plugin: added calls counter and isolatored file counter only to new file...Costa Tsaousis (ktsaou)
2017-02-15allow netdata to be easily relocatableCosta Tsaousis (ktsaou)
2017-02-12Fix license nameFederico Ceratto
2017-02-08Replace OS conditional prctl.h include with file presenceLennart Weller
2017-02-01minor fix for debug statements in apps.pluginCosta Tsaousis (ktsaou)
2017-02-01apps.plugin detects in-place process changes; fixes #1698Costa Tsaousis (ktsaou)
2017-01-31remove macros to detect if certain capabilities are supported by system; fixe...Costa Tsaousis (ktsaou)
2017-01-29undo last commit - it does not work eitherCosta Tsaousis (ktsaou)
2017-01-29attempt to setuid to root, to detect if we are capable of running as rootCosta Tsaousis (ktsaou)
2017-01-29report running uid and euid when not running properlyCosta Tsaousis (ktsaou)
2017-01-29properly check escalated privilegesCosta Tsaousis (ktsaou)
2017-01-29check both uid and euid for rootCosta Tsaousis (ktsaou)
2017-01-29do not instruct user to set capabilities on systems that do not have capabili...Costa Tsaousis (ktsaou)
2017-01-29fixed typoCosta Tsaousis (ktsaou)
2017-01-29apps.plugin now checks its capabilities where availableCosta Tsaousis (ktsaou)
2017-01-29fixed typo in kernel_uint_tCosta Tsaousis (ktsaou)
2017-01-28Merge pull request #1368 from rlefevre/time-improvementsCosta Tsaousis
2017-01-28fix compilation warnings for 32bit machinesCosta Tsaousis (ktsaou)
2017-01-25apps.plugin now allows to be compiled for 32bit kernelsCosta Tsaousis (ktsaou)
2017-01-24apps.plugin optimization to eliminate several unneeded callsCosta Tsaousis (ktsaou)
2017-01-23use monotonic clock for apps statistics computationRémi Lefèvre
2017-01-23convert apps_plugin to heartbeat APIRémi Lefèvre
2017-01-22fixed type that prevented counting fds per processCosta Tsaousis (ktsaou)
2017-01-22apps.plugin code cleanupCosta Tsaousis (ktsaou)
2017-01-22eliminate another file descriptor loop in apps.pluginCosta Tsaousis (ktsaou)
2017-01-22apps.plugin optimization for per process open files accountingCosta Tsaousis (ktsaou)
2017-01-21updated copyright datesCosta Tsaousis (ktsaou)
2017-01-21reverted strcmp()Costa Tsaousis (ktsaou)
2017-01-20replace strcmp() with strsame() and procfile improvementsCosta Tsaousis (ktsaou)
2017-01-18faster number parsingCosta Tsaousis (ktsaou)
2017-01-01strict checking on binary tree operationsCosta Tsaousis (ktsaou)
2016-12-30check that apps.plugin runs before trusting setcapCosta Tsaousis (ktsaou)