summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
28 hourssome markdown fixes (#17703)HEADmasterIlya Mashchenko
29 hoursRegenerate integrations.js (#17701)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
29 hoursgo.d fix some JB code inspection issues (#17702)Ilya Mashchenko
30 hoursCorrected grammar and mispelling (#17699)Evan Zhang
3 daysgo.d dyncfg rm space yaml contentType (#17698)Ilya Mashchenko
3 daysDYNCFG: add userconfig action (#17692)Costa Tsaousis
* add useconfig action to dyncfg * propage name from parent to child for action test and userconfig * cross compatibility fix for not stripping the name twice * add application/yaml * return raw payload
3 daysRevert "Support to WolfSSL (Step 1)" (#17697)Stelios Fragkakis
Revert "Support to WolfSSL (Step 1) (#17516)" This reverts commit 8d9c464de3f79f2e92fe6c46894ad2e09dd8f4d5.
3 daysfix sender parsing when receiving remote input (#17696)Costa Tsaousis
* fix sender parsing when receiving remote input * moved obsolete statement
3 daysgo.d dyncfg add userconfig action (#17684)Ilya Mashchenko
3 daysdyncfg files on disk do not contain colons (#17694)Costa Tsaousis
* dyncfg files on disk do not contain colons * renamed files
3 daysProperly detect attribute format types (#17685)vkalintiris
4 daysCheck for empty dimension id from a plugin (#17690)Stelios Fragkakis
Check for empty dimension or dimension creation failure and disable plugin
4 daysFix timex slow shutdown (#17688)Stelios Fragkakis
Fix slow shutdown
4 daysFix compilation without h2o, cloud enabled (#17673)Stelios Fragkakis
Fix compilation without h2o, cloud
4 daysRegenerate integrations.js (#17683)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
4 daysgo.d sd fix rspamd classify match (#17686)Ilya Mashchenko
4 daysadd rspamd to apps_groups.conf (#17674)Ilya Mashchenko
4 daysadd go.d/rspamd (#17679)Ilya Mashchenko
4 daysSupport to WolfSSL (Step 1) (#17516)thiagoftsm
5 daysWindows Support Phase 1 (#17497)Costa Tsaousis
* abstraction layer for O/S * updates * updates * updates * temp fix for protobuf * emulated waitid() * fix * fix * compatibility layer * fix for idtype * fix for missing includes * fix for missing includes * added missing includes * added missing includes * added missing includes * added missing includes * added missing includes * added missing includes * UUID renamed to ND_UUID to avoid conflict with windows.h * include libnetdata.h always - no conflicts * simplify abstraction headers * fix missing functions * fix missing functions * fix missing functions * fix missing functions * rename MSYS to WINDOWS * moved byteorder.h * structure for an internal windows plugin * 1st windows plugin * working plugin * fix printf * Special case windows for protobuf * remove cygwin, compile both as windows * log windows libraries used * fix cmake * fix protobuf * compilation * updated compilation script * added system.ram * windows uptime * perflib * working perflibdump * minify dump * updates to windows plugins, enable ML * minor compatibility fixes for cygwin and msys * perflib-dump to its own file * perflib now indexes names * improvements to the library; disks module WIP * API for selectively traversing the metrics * first working perflib chart: disk.space * working chart on logical and physical disks * added windows protocols * fix datatypes for loops * tinysleep for native smallest sleep support * remove libuuid dependency on windows * fix uuid functions for macos compilation * fix uuid comparison function * do not overwrite uuid library functions, define them as aliases to our own * fixed uuid_unparse functions * fixed typo * added perflib processor charts * updates for compiling without posix emulation * gather common contexts together * fix includes on linux * perflib-memory * windows mem.available * Update variable names for protobuf * network traffic * add network adapters that have traffic as virtual interfaces * add -pipe to windows compilation * reset or overflow flag is now per dimension * dpc is now counted separately * verified all perflib fields are processed and no text fields are present in the data * more common contexts * fix crash * do not add system.net multiple times * install deps update and shortcut * all threads are now joinable behind the scenes * fix threads cleanup * prepare for abstracting threads API * netdata threads full abstraction from pthreads * more threads abstraction and cleanup * more compatibility changes * fix compiler warnings * add base-devel to packages * removed duplicate base-devel * check for strndup * check headers in quotes * fix linux compilation * fix attribute gnu_printf on macos * fix for threads on macos * mingw64 compatibility * enable compilation on windows clion * added instructions * enable cloud * compatibility fixes * compatibility fixes * compatibility fixes * clion works on windows * support both MSYSTEM=MSYS and MSYSTEM=MINGW64 for configure * cleanup and docs * rename uuid_t to nd_uuid_t to avoid conflict with windows uuid_t * leftovers uuid_t * do not include uuid.h on macos * threads signaled cancellations * do not install v0 dashboard on windows * script to install openssh server on windows * update openssh installation script * update openssh installation script * update openssh installation script * update openssh installation script * update openssh installation script * update openssh installation script * update openssh installation script * update openssh installation script * update openssh installation script * use cleanup variable instead of pthreads push and pop * replace all calls to netdata_thread_cleanup_push() and netdata_thread_cleanup_pop() with __attribute__((cleanup(...))) * remove left-over freez * make sure there are no locks acquired at thread exit * add missing parameter * stream receivers and senders are now voluntarily cancelled * plugins.d now voluntarily exits its threads * uuid_t may not be aligned to word boundaries - fix the uuid_t functions to work on unaligned objects too. * collectors evloop is now using the new threading cancellation; ml is now not using pthread_cancel; more fixes * eliminate threads cancellability from the code base * fix exit timings and logs; fix uv_threads tags * use SSL_has_pending() only when it is available * do not use SSL_has_pending() * dyncfg files on windows escape collon and pipe characters * fix compilation on older systems * fix compilation on older systems * Create windows installer. The installer will install everything under C:\netdata by default. It will: - Install msys2 at C:\netdata - Install netdata dependencies with pacman - Install the agent itself under C:\netdata\opt You can start the agent by running an MSYS shell with C:\netdata\msys2_shell.cmd and then start the agent normally with: /opt/netdata/usr/sbin/netdata -D There are a more couple things to work on: - Verify publisher. - Install all deps not just libuv & protobuf. - Figure out how we want to auto-start the agent as a service. - Check how to uninstall things. * fixed typo * code cleanup * Create uninstaller --------- Co-authored-by: vkalintiris <vasilis@netdata.cloud>
5 daysFix CentOS 7 builds for ML. (#17667)vkalintiris
5 daysfix broken links and links pointing to Learn (#17675)Fotis Voutsas
5 daysInclude the Host in the HTTP header (#17670)Stelios Fragkakis
Include the host in the header
5 daysRegenerate integrations.js (#17668)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
5 daysgo.d litespeed (#17665)Ilya Mashchenko
5 dayspython.d remove litespeed (#17663)Ilya Mashchenko
6 daysfiles movearound (#17662)Fotis Voutsas
* fix bug * fix another bug * Update src/claim/README.md --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
6 daysgo.d update config dirs (#17661)Ilya Mashchenko
6 daysRegenerate integrations.js (#17660)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
6 daysfiles movearound (#17653)Fotis Voutsas
6 daysgo.d cockroachdb fix calculation (#17659)Ilya Mashchenko
6 daysRegenerate integrations.js (#17655)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
7 daysgo.d hpssa fix cache battery chart ctx (#17654)Ilya Mashchenko
7 daysUpdate the claim readme (#17646)Fotis Voutsas
Co-authored-by: ilyam8 <ilya@netdata.cloud>
7 daysRegenerate integrations.js (#17652)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
7 dayspython.d remove hpssa (#17638)Ilya Mashchenko
7 daysgo.d hpssa (#17637)Ilya Mashchenko
8 daysBump github.com/vmware/govmomi from 0.37.1 to 0.37.2 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17644) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 daysFix incorrect bind failure warning (#17643)Stelios Fragkakis
9 daysgo.d ping add missing setting to schema (#17642)Ilya Mashchenko
9 dayslogs: add ND_ALERT_STATUS to facets (#17641)Costa Tsaousis
add ND_ALERT_STATUS to facets
10 daysAdd valkey to apps_groups.conf (#17639)Mohamed Akram
10 daysndsudo add ssacli (#17635)Ilya Mashchenko
11 dayshealth update isc dhcp alarms (#17634)Ilya Mashchenko
11 daysBump github.com/docker/docker from 26.1.1+incompatible to ↵dependabot[bot]
26.1.2+incompatible in /src/go/collectors/go.d.plugin (#17631) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 daysImprove handling of an alert that transitions to the REMOVED state (#17621)Stelios Fragkakis
11 daysRegenerate integrations.js (#17630)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
11 daysgo.d isc_dhcpd create a chart for each pool (#17629)Ilya Mashchenko
11 dayspython.d remove bind_rndc (#17628)Ilya Mashchenko
11 daysRegenerate integrations.js (#17626)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>