0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-03-15 13:34:56 +00:00

Commit graph

  • 8573ee24b9 fixed an issue were the adjusted range to be evaluated was out of bounds Costa Tsaousis (ktsaou) 2015-12-04 02:14:02 +0200
  • 239c53cdbe fixed a bug where charts were giving no data if the whole data range should be evaluated Costa Tsaousis (ktsaou) 2015-12-03 09:48:50 +0200
  • f8f6fd3d48 minor options updates Costa Tsaousis (ktsaou) 2015-12-03 09:34:59 +0200
  • 1a7b1af245 added jsonwrap api option to allow javascript get information about the result set that allows it to refresh charts only when it needs to; dashboard is now optimal regarding server resources Costa Tsaousis (ktsaou) 2015-12-03 00:19:29 +0200
  • c0cf5bbbc8 fixed a division by zero; added logging in case out of bounds range is selected Costa Tsaousis (ktsaou) 2015-12-02 14:12:16 +0200
  • e21e52daa0 fixed an incomplete calculation that forced a whole db dump if the range given at API was accessing data not yet filled Costa Tsaousis (ktsaou) 2015-12-02 11:31:34 +0200
  • 87ae8c4380 disabled debugging Costa Tsaousis (ktsaou) 2015-12-02 10:57:30 +0200
  • 3795a491a2 added delayed loading of charting libraries; now chart libraries are loaded only if and when are needed Costa Tsaousis (ktsaou) 2015-12-02 08:37:41 +0200
  • 236150e1c9 new resizable dashboard; all charts can now have relative width; more code cleanups Costa Tsaousis (ktsaou) 2015-12-02 02:14:03 +0200
  • 8eba58f29b more detailed calculation of points to be returned Costa Tsaousis (ktsaou) 2015-12-02 02:13:28 +0200
  • c804a38b7e fixed error handling when data failed to be updated Costa Tsaousis (ktsaou) 2015-12-01 13:21:36 +0200
  • ce21cbb0d6 added support for clean exit Costa Tsaousis (ktsaou) 2015-12-01 13:20:56 +0200
  • 5e92b8b130 increased versions to prevent using old data files with the new avl structures (lockling) Costa Tsaousis (ktsaou) 2015-12-01 13:20:28 +0200
  • 7b30c84407 added cleanup on exit Costa Tsaousis (ktsaou) 2015-12-01 13:19:36 +0200
  • f39384e8f9 minor code cleanups; updated the dashboard to fix inline charts Costa Tsaousis (ktsaou) 2015-12-01 01:36:34 +0200
  • 1a0a471828 fixed an out-of-bounds memory access for datatable annotations Costa Tsaousis (ktsaou) 2015-11-30 23:06:21 +0200
  • 8d25e7ccd2 solved a duplicate memory allocation in the new API Costa Tsaousis (ktsaou) 2015-11-30 01:29:43 +0200
  • 95467c3bab fixed a memory leak introduced with the new API Costa Tsaousis (ktsaou) 2015-11-30 01:22:30 +0200
  • 0607a24bad updated according to #34 Costa Tsaousis (ktsaou) 2015-11-30 01:06:38 +0200
  • 0ccfd1af69 Merge pull request #35 from alonbl/cleanups Costa Tsaousis 2015-11-30 01:02:54 +0200
  • 9d260bde5a cleanup: remove trailing spaces Alon Bar-Lev 2015-11-30 00:34:46 +0200
  • 9f3c179049 cleanup: dos2unix Alon Bar-Lev 2015-11-30 00:32:36 +0200
  • a0338b3bec generated html elements now get a uuid Costa Tsaousis (ktsaou) 2015-11-30 00:28:22 +0200
  • 29f349198b added support for custom dashboards - new API is operational and stable Costa Tsaousis (ktsaou) 2015-11-29 22:55:51 +0200
  • 76eafaa8cd first complete API implementation - it now supports multiple different visualizations Costa Tsaousis (ktsaou) 2015-11-29 03:51:19 +0200
  • 81a61a59f6 added option to allow running as a user and serving files owned by another; added support for serving files in directories within the netdata web dir Costa Tsaousis (ktsaou) 2015-11-28 15:59:34 +0200
  • 17b945890c code cleanup and re-arrangements for better scalability Costa Tsaousis (ktsaou) 2015-11-28 06:08:17 +0200
  • 537e212e1d avl is now threat safe (found a condition where the trees could cause netdata to crash); added a still incomplete version of the new API Costa Tsaousis (ktsaou) 2015-11-28 00:03:41 +0200
  • d25ed08a31 pending values are absolute, not incremental Costa Tsaousis (ktsaou) 2015-11-26 15:25:17 +0200
  • 7015222275 improved accuracy for "per second" calculation - prevent projection of values on sub-second collections Costa Tsaousis (ktsaou) 2015-11-26 10:08:12 +0200
  • 171a605715 fixed a bug in the incremental calculations where the exact duration (in nanoseconds) between incremental updates was not taken into account, so the values were always calculated using the pre-agreed update_every duration Costa Tsaousis (ktsaou) 2015-11-26 01:30:57 +0200
  • 62aac417f3 added more values Costa Tsaousis (ktsaou) 2015-11-25 01:46:50 +0200
  • f1153c3982 fixed a typo that prevented apps.plugin to evaluate pids above 32768 Costa Tsaousis (ktsaou) 2015-11-24 23:44:07 +0200
  • 2d278785d4 fix units Costa Tsaousis (ktsaou) 2015-11-24 00:45:08 +0200
  • 7af35dfab8 added grouping every 3,4,90 Costa Tsaousis (ktsaou) 2015-11-23 21:13:51 +0200
  • 02e3ae9466 remove -march=native from compiler Costa Tsaousis (ktsaou) 2015-11-22 20:06:11 +0200
  • 4854426b25 added user control for the details of the charts Costa Tsaousis (ktsaou) 2015-11-22 19:55:59 +0200
  • c55bc3e502 code cleanup Costa Tsaousis (ktsaou) 2015-11-22 14:16:54 +0200
  • 4d2cc37f7d prevent removing gridlines if time is not specified Costa Tsaousis (ktsaou) 2015-11-22 02:02:30 +0200
  • 21e664cdb1 increase the vieable area in group and main modes Costa Tsaousis (ktsaou) 2015-11-22 01:39:41 +0200
  • e4eb98be43 allow splines in group mode Costa Tsaousis (ktsaou) 2015-11-22 01:26:15 +0200
  • 6f261461a9 various optimizations; group mode now shows a better view of the charts Costa Tsaousis (ktsaou) 2015-11-22 01:19:41 +0200
  • beda2f011d -disabled debugging flag Costa Tsaousis (ktsaou) 2015-11-21 13:34:12 +0200
  • 4db5a28c76 cleaner interface and better error control Costa Tsaousis (ktsaou) 2015-11-21 02:19:27 +0200
  • c8c1718438 make installer use LC_ALL=C Costa Tsaousis (ktsaou) 2015-11-21 01:37:22 +0200
  • 8eb61a5654 Merge branch 'master' of github.com:firehol/netdata Costa Tsaousis (ktsaou) 2015-11-21 01:33:56 +0200
  • eb062ba543 added resource usage and timing for tc plugin and script Costa Tsaousis (ktsaou) 2015-11-21 01:33:34 +0200
  • 3723572f36 more appropriate log messages Costa Tsaousis (ktsaou) 2015-11-21 01:32:41 +0200
  • 83bd7bf3c1 use netdata logging facility Costa Tsaousis (ktsaou) 2015-11-21 01:32:08 +0200
  • ba428b943a added proc plugin rusage chart Costa Tsaousis (ktsaou) 2015-11-21 01:31:33 +0200
  • 6e0edea888 prevent too frequent loops if div is missing Costa Tsaousis (ktsaou) 2015-11-21 01:30:48 +0200
  • 5c35440091 prevent uset values when postqueue is empty Costa Tsaousis (ktsaou) 2015-11-21 01:30:05 +0200
  • ce954f71ff more mysql charts Costa Tsaousis (ktsaou) 2015-11-21 01:29:25 +0200
  • 99794a8404 Merge pull request #33 from alonbl/build Costa Tsaousis 2015-11-20 11:28:09 +0200
  • 665811c9f9 build: add remaining files to dist tarball Alon Bar-Lev 2015-11-20 10:48:27 +0200
  • f86722e7a0 normalized all charts.d plugins Costa Tsaousis (ktsaou) 2015-11-20 01:19:29 +0200
  • 93921bbb7c charts.d.plugin gives a chart per charts.d plugin for its execution time Costa Tsaousis (ktsaou) 2015-11-19 22:10:07 +0200
  • d48eb0a6b8 updated opensips to prevent reusing variables Costa Tsaousis (ktsaou) 2015-11-19 12:11:22 +0200
  • 1298176031 disabled charts.d dryrunner Costa Tsaousis (ktsaou) 2015-11-19 10:49:44 +0200
  • 885ff4870b fixed a typo Costa Tsaousis (ktsaou) 2015-11-19 02:59:26 +0200
  • 7b3be13a1a added noreset flag to prevent apps.plugin charts from showing "reset or overflow"; prevented a spike on incremental charts when starting them Costa Tsaousis (ktsaou) 2015-11-19 02:54:13 +0200
  • 1a989c369f added prefix in multi-chart plugins Costa Tsaousis (ktsaou) 2015-11-19 01:30:03 +0200
  • d919264e33 minor fixes; mysql now accepts multiple servers Costa Tsaousis (ktsaou) 2015-11-19 01:23:42 +0200
  • 6ca901daef updated documentation Costa Tsaousis (ktsaou) 2015-11-18 23:34:58 +0200
  • de304fb610 added documentation; minor adjustments to charts.d collectors Costa Tsaousis (ktsaou) 2015-11-18 23:31:14 +0200
  • 584ffd8ef9 Merge pull request #32 from alonbl/build Costa Tsaousis 2015-11-18 11:27:48 +0200
  • d338672b46 build: ebuild: initial add Alon Bar-Lev 2015-11-18 11:10:35 +0200
  • 070bc5b094 charts.d can be added multiple times Costa Tsaousis (ktsaou) 2015-11-18 10:44:41 +0200
  • 9c006f6d03 Merge pull request #31 from alonbl/build Costa Tsaousis 2015-11-18 10:30:19 +0200
  • e35f038686 build: spec: do not overwrite config files Alon Bar-Lev 2015-11-18 09:57:33 +0200
  • 89d94aaa11 exit 1 to return 1 in mysql Costa Tsaousis (ktsaou) 2015-11-18 01:37:06 +0200
  • fb026dcbb4 doc updates Costa Tsaousis (ktsaou) 2015-11-18 01:26:39 +0200
  • 371a7b4238 doc updates Costa Tsaousis (ktsaou) 2015-11-18 01:25:55 +0200
  • 8eb0047097 removed user creation and permissions of web files Costa Tsaousis (ktsaou) 2015-11-18 01:14:47 +0200
  • c5572d0dda updated docs; nut.chart.sh now autodetects multiple UPSes, web and cache directories are chowned; charts.d is now enabled by default Costa Tsaousis (ktsaou) 2015-11-18 01:07:09 +0200
  • 1b68ee4b7b updated installer Costa Tsaousis (ktsaou) 2015-11-17 22:06:15 +0200
  • 552153eded Merge pull request #29 from alonbl/build Costa Tsaousis 2015-11-17 18:57:19 +0200
  • ff9c4bb14e build: move netdata to sbin Alon Bar-Lev 2015-11-17 15:17:16 +0200
  • 09233fb9c0 Merge pull request #27 from alonbl/build Costa Tsaousis 2015-11-17 14:26:34 +0200
  • 763e6e2adf build: non standard dir PROGRAMS is considered as data Alon Bar-Lev 2015-11-17 11:10:58 +0200
  • 8cdeb52b19 fixed a direction Costa Tsaousis (ktsaou) 2015-11-17 02:54:23 +0200
  • 80bb0476f6 updated dependencies docs Costa Tsaousis (ktsaou) 2015-11-17 02:52:17 +0200
  • fd1f86c8f5 moved netdata.start to netdata-installer.sh Costa Tsaousis (ktsaou) 2015-11-17 02:26:00 +0200
  • 9a6ad9c580 fixed charts.d.plugin to get directories from netdata server; netdata now exports a set of variables for use by the plugins; optimized charts.d.plugin a lot Costa Tsaousis (ktsaou) 2015-11-17 01:15:08 +0200
  • 01936c992c Merge pull request #23 from alonbl/build Costa Tsaousis 2015-11-16 13:52:03 +0200
  • 9c128c37f5 build: remove uselss code Alon Bar-Lev 2015-11-16 13:29:28 +0200
  • 018b3b0c48 build: do not attempt pkg detection unless required Alon Bar-Lev 2015-11-16 13:29:06 +0200
  • 90b01be9ff build: yet another typo in plugin Alon Bar-Lev 2015-11-16 13:23:29 +0200
  • 93e6d87c75 Merge pull request #21 from alonbl/build Costa Tsaousis 2015-11-16 09:01:35 +0200
  • 5dc25a7a7f build: do not fail if user is warned Alon Bar-Lev 2015-11-16 01:27:48 +0200
  • 67ccd5b2d3 Merge pull request #20 from alonbl/build Costa Tsaousis 2015-11-16 01:18:42 +0200
  • ce71bf6919 build: move warning to autoconf Alon Bar-Lev 2015-11-16 01:15:48 +0200
  • dfc08457be minor addition to clean before compilation Costa Tsaousis (ktsaou) 2015-11-16 01:15:10 +0200
  • 2d3f9318e6 Merge pull request #18 from alonbl/build Costa Tsaousis 2015-11-16 01:10:25 +0200
  • 213fda34b5 build: fix typo Alon Bar-Lev 2015-11-16 00:03:28 +0200
  • d46ecd14cf fixed also permissions for apps.plugin Costa Tsaousis (ktsaou) 2015-11-16 01:01:21 +0200
  • 1226fb4dcb Merge pull request #19 from alonbl/build2 Costa Tsaousis 2015-11-16 00:54:42 +0200
  • b8c7ae6c81 build: setuid apps.plugin if running under root Alon Bar-Lev 2015-11-16 00:46:02 +0200
  • 2306044fc8 removed NETDATA_DAEMON - it can be controlled via command line; now it opens log files before releasing root permissions; added preprocessor warnings if zlib or math are disabled; netdata.start adapted for installed netdata Costa Tsaousis (ktsaou) 2015-11-16 00:49:53 +0200
  • 3e672dc433 Merge pull request #17 from alonbl/build Costa Tsaousis 2015-11-15 23:46:23 +0200