summaryrefslogtreecommitdiffstats
path: root/src/plugins_d.c
AgeCommit message (Expand)Author
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-06-11added gcc printf checking to debug(), error(), fatal(), info(), web_sprintf()...Costa Tsaousis (ktsaou)
2016-06-09properly handle the exit status of plugins to avoid infinite restart attempts...Costa Tsaousis (ktsaou)
2016-05-09strncpy, snprintf and vsnprintf changed to strncpyz, snprintfz and vsnprintfz...Frederico Lamberti Pissarra
2016-05-04fixes #369, SNMP 64 bit counters; plugins.d now accept SET = 0xHEXVALUE; node...Costa Tsaousis
2016-04-17fixed source file permissionsCosta Tsaousis (ktsaou)
2016-04-17added log flood protection #240 to the netdata daemon and apps.pluginCosta Tsaousis (ktsaou)
2016-04-03Merge pull request #165 from mcnewton/spellusefulCosta Tsaousis
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-04-03fix spelling errorMatthew Newton
2016-04-02CHORE - Fix grammarNick
2016-02-08added a new element on all charts: context, which is the template upon the ch...Costa Tsaousis (ktsaou)
2016-02-06added pthread_exit in hope it will solve the crash at exitCosta Tsaousis (ktsaou)
2016-02-02added node.js plugin manager, implemented bind (named) 9.10+ JSON plugin, ref...Costa Tsaousis (ktsaou)
2016-01-16minor modification for clean exit; dashboard fixes for inheriting chart color...Costa Tsaousis (ktsaou)
2016-01-07disable plugins based on their exit codeCosta Tsaousis (ktsaou)
2015-12-29fixed minor issues throughout the code (mainly types); dashboard has now a wa...Costa Tsaousis (ktsaou)
2015-12-01added support for clean exitCosta Tsaousis (ktsaou)
2015-11-30cleanup: remove trailing spacesAlon Bar-Lev
2015-11-19added noreset flag to prevent apps.plugin charts from showing "reset or overf...Costa Tsaousis (ktsaou)
2015-11-18updated docs; nut.chart.sh now autodetects multiple UPSes, web and cache dire...Costa Tsaousis (ktsaou)
2015-11-15build: migrate to autotoolsAlon Bar-Lev
2015-10-27disk statistics got proper names; isolated a performance issue with strftime(...Costa Tsaousis (ktsaou)
2015-10-03code optimizations; added temperature charts.d pluginCosta Tsaousis (ktsaou)
2015-09-14fix for self-killCosta Tsaousis (ktsaou)
2015-09-14workaround for self-killCosta Tsaousis (ktsaou)
2015-05-05fix for defunct childsCosta Tsaousis (ktsaou)
2015-04-07optimized pluginsd parsing for speedCosta Tsaousis (ktsaou)
2015-03-22added libavl for supporting balanced binary trees - this improves search perf...Costa Tsaousis (ktsaou)
2015-03-16splitted netdata to multiple source filesCosta Tsaousis (ktsaou)