Dimitris P.
Dimitris P.
# Table of Contents - [Summary](#summary) - [Design Overview](#design-overview) - [Configuration](#configuration) - [Custom charts based on regex parsers](#custom-regex-charts) - [Configuration Examples](#configuration-examples) - [Log Collection](#log-collection) - [Tail_plugin.c](#tail-plugin-c) - [FLB_plugin.c](#flb-plugin-c) - [Buffering](#buffering)...
### Problem Currently, there isn't a standardised way for users to collect and submit data and other critical information for debugging (e.g. buildInfo, error.log at minimum). This: 1. creates problems...
##### Summary This PR fixes some outstanding issues to make static builds work on OpenWRT. Closes https://github.com/netdata/netdata/issues/9517 . A ~~blog post or a~~ new OpenWRT Learn page might be required...
### Bug description When passing the `--dry-run` option to `kickstart.sh`, the following output is generated. However, both native packages and static builds are installed correctly if script is executed without...
### Bug description When running `kickstart.sh` on `OpenSuse Leap 15.4`, it tries to install Netdata using native packages but it fails due to missing GPG key: ``` [/tmp/netdata-kickstart-MhqGnLlhNd]# env zypper...
### Problem The agent installation disk space requirements have grown too big (>150MB for static installs) and are prohibitive for certain use cases, such as when [attempting to install it...
### Problem Currently, there is no automatic way to migrate a Netdata install to a new machine: [ How to migrate master to a new server and all the previously...
##### Summary This PR adds metrics and logs backfilling to `FLB_SYSTEMD` log type sources. To enable it, set `read from tail = no` in a log source of `FLB_SYSTEMD` type....
**Issue**: I noticed that when building the shared library on FreeBSD, it fails to be loaded by any programs attempting to use it via `dlopen()`. **Solution**: This PR fixes that...