Other formats agents might prefer:
markdownjsonllms.txt

Agent? You probably want markdown or json, or Pod over MCP.

Reported issues for Netdata

Pod holds 22 of 32 problems reported by people outside the maintainer team. Issues filed by the project's own owners, members and collaborators are excluded entirely — a maintainer's release checklist is not a warning to a prospective user.

Back to Netdata.

Most discussed

[Bug]: Couldn't stop the agent on macOS (already running)

Bug description

Agent does not shutdown even I run sudo /usr/local/netdata/usr/sbin/netdatacli shutdown-agent command several times. I couldn't understand why it doesn't shutdown. When I run second time of the following command:

$ sudo /usr/local/netdata/usr/sbin/netdatacli shutdown-agent
uv_pipe_connect(): connection refused
Make sure the netdata service is running.

It says Make sure the netdata service is running.. But it's already running:

$ curl -s localhost:

[Read the thread](https://github.com/netdata/netdata/issues/13829) · 2022-10-14 · closed · external user · 6 comments

### [Bug]: unknown type name EVP_MD_CTX in SQLite

### Bug description

While cross-compiling the latest version of Netdata (1.33.0) for OpenWrt routers, it can not be compiled due to this output:

```c
database/sqlite/sqlite_health.c: In function 'sql_health_alarm_log_cleanup':
database/sqlite/sqlite_health.c:353:50: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
 #define SQL_CLEANUP_HEALTH_LOG(guid,guid2,limit) "DELETE from health_log_%s where unique_

[Read the thread](https://github.com/netdata/netdata/issues/12056) · 2022-01-28 · closed · external user · 7 comments

### How to install a plugin? (smartd_log)

Reading the [documentation](https://github.com/netdata/netdata/blob/master/docs/Add-more-charts-to-netdata.md) regarding adding more charts to netdata, it does not specifically mention how  plugins can be installed and activated on Netdata.

Specifically I am interested on the [smartd_log](https://github.com/netdata/netdata/tree/master/collectors/python.d.plugin/smartd_log) plugin, but neither the [plugin readme](https://github.com/netdata/netdata/tree/master/collectors/python.d.plugin/smartd_

[Read the thread](https://github.com/netdata/netdata/issues/7415) · 2019-12-03 · closed · external user · 6 comments

### Does not inform sufficiently of intent to report my data to Google Analytics

The netdata installer says the following:

The following changes will be made to your system:

USERS / GROUPS

User 'netdata' and group 'netdata' will be added, if not present.

LOGROTATE

This file will be installed if logrotate is present.

  • /etc/logrotate.d/netdata

SYSTEM INIT

This file will be installed if this system runs with systemd:

  • /lib/systemd/system/netdata.service

or, for older Centos, Debian/Ubuntu or OpenRC Gentoo:

  • /etc

Read the thread · 2019-11-25 · closed · external user · 38 comments

Tech refinement for agent claiming

There are some problems in implementing https://github.com/netdata/netdata/issues/7086 .

There is the problem of authenticating the netdata agent identification. MACHINE_GUID is not enough because:

  • MACHINE_GUID is not a secret, it can be visible in the network or known to other users. Thus it is not secure. Malicious netdata agents can copy the MACHINE_GUID and connect to netdata cloud hosts without authorization. Moreover, the original netdata agent will be locked out of netdata cloud whi

Read the thread · 2019-11-07 · closed · outside contributor · 30 comments

pattern for nginx error log

Hi all, can anyone help me to find the pattern for this log:

2019/04/15 07:40:34 [error] 23947#23947: *69867 connect() failed (111: Connection refused) while connecting to upstream,client: x.x.x.x,server: ,request: "GET /favicon.ico HTTP/1.1",upstream: "https://x.x.x.x:6000/favicon.ico",host: "domain such as x-dev.cloud.com",referrer: "https://domain such as x-dev.cloud.com/"

I need the pattern to monitor nginx error.log

Thanks in advance.

Read the thread · 2019-04-15 · closed · external user · 10 comments

Use BabelJS to transpile dashboard.js and main.js to ES3

Some of our users run the Netdata Web GUI in older browsers (e.g. #4710). These browsers do not support modern (ES6+) JavaScript Features (e.g. for-of, const, etc.) A good solution would be to leverage a transpiler like BabelJS to compile dashboard.js and main.js into ES3 (or ES5, as BabelJS seems to support only ES5).

An alternative would be to use TypeScript's compiler for this transpilation.

Feature idea summary

For the basic "System Overview" (i.e. the gauges) image

I would expect that they would be color coded

Read the thread · 2020-11-16 · closed · external user · 3 comments

Groom Inform Cloud about ACLK failure after claiming

Feature idea summary

Product Ask:

  • "Claim for 1st time. If the claiming is successful but the ACLK is not established we should provide hints to the user and if possible send a hint to the Cloud so additional info can be presented to the Cloud users"
Expected behavior

On Cloud we should be able to show different messages for Unreachable agents:

  • ACLK dependencies are not installed
  • No connectivity to Cloud
  • Offline
  • Initiation phase

Read the thread · 2020-06-23 · closed · outside contributor · 4 comments

11

t

Read the thread · 2020-03-03 · closed · external user · 0 comments

demonstration of the agent locking problem and analysis

Add a document demonstrating the problem outlined in #8021 and the relevant analysis.

Read the thread · 2020-02-17 · closed · outside contributor · 1 comment

Implement SOCKS5 support for the ACLK

Feature idea summary

ACLK connection to VerneMQ should be able to be proxied through SOCKS5 proxy. Netdata should accept the standard environmental variable for setting the proxy. This should be overwritten by a setting from the config file if found.

  • Define the config setting.
  • Testing will be via ssh -D.

Testing configuration will be:

  • Fedora on the host where ssh -D is running.
  • A VM which is running the target sshd and VerneMQ - where VerneMQ is not accessible directl

Read the thread · 2020-02-14 · closed · outside contributor · 0 comments

The remaining reports are on the project's issue tracker.