The release notes below include new features and improvements to the entire Netdata platform.
As usual, we’re hosting a meetup that will happen on the 21st of July in Netdata Youtube channel at 16:00 UTC where we will go through all the changes in this release, so please do RSVP and join us!
Check the full release notes at
@ilyam8
Where have all my DNS query checks gone?
e2a87039a38b:/etc/netdata/go.d# grep "^- name:" dns_query.conf
- name: int_dns
- name: ext_cloudflare
- name: ext_google
- name: ext_nextdns
- name: ext_dnswatch
- name: ext_quad9
- name: ext_opendns
- name: freifunk_mue
- name: dismail.de
- name: dnsforge.de
- name: adguard_with_filter
- name: adguard_without_filter
- name: njalla
- name: digitalcourage
- name: dns.eu
- name: dns.eu zero
- name: 1hosts
e2a87039a38b:/etc/netdata/go.d# ls -l
total 12
-rw-r--r-- 1 netdata root 4986 Jul 4 07:29 dns_query.conf
-rw-r--r-- 1 netdata root 3790 Feb 25 2022 pihole.conf
e2a87039a38b:/var/log/netdata# grep dns health.log
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_dns_eu.go.d_job_last_collected_secs], value [00:00:04 ago], status [CLEAR].
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_dns_eu_zero.go.d_job_last_collected_secs], value [00:00:04 ago], status [CLEAR].
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_1hosts.go.d_job_last_collected_secs], value [00:00:04 ago], status [CLEAR].
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_dnsforge_de.go.d_job_last_collected_secs], value [00:00:04 ago], status [CLEAR].
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_ext_nextdns.go.d_job_last_collected_secs], value [00:00:04 ago], status [CLEAR].
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_ext_dnswatch.go.d_job_last_collected_secs], value [00:00:04 ago], status [CLEAR].
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_dismail_de.go.d_job_last_collected_secs], value [00:00:04 ago], status [CLEAR].
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_adguard_with_filter.go.d_job_last_collected_secs], value [00:00:04 ago], status [CLEAR].
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_adguard_without_filter.go.d_job_last_collected_secs], value [00:00:04 ago], status [CLEAR].
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_ext_quad9.go.d_job_last_collected_secs], value [00:00:04 ago], status [CLEAR].
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_freifunk_mue.go.d_job_last_collected_secs], value [00:00:04 ago], status [CLEAR].
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_njalla.go.d_job_last_collected_secs], value [00:00:04 ago], status [CLEAR].
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_digitalcourage.go.d_job_last_collected_secs], value [00:00:04 ago], status [CLEAR].
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_ext_opendns.go.d_job_last_collected_secs], value [00:00:04 ago], status [CLEAR].
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_ext_google.go.d_job_last_collected_secs], value [00:00:04 ago], status [CLEAR].
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_ext_cloudflare.go.d_job_last_collected_secs], value [00:00:04 ago], status [CLEAR].
2023-07-21 02:15:22: [2851befe1099-hetzner-nbg1]: Alert event for [netdata.execution_time_of_dns_query_int_dns.go.d_job_last_collected_secs], value [00:00:02 ago], status [CLEAR].
e2a87039a38b:/var/log/netdata#
Last restart of my netdata docker container has been on/at 2023-07-21 04:15 (local time = Europe/Berlin).
Docker image has been created 38 hours ago.
hugo
July 26, 2023, 9:12am
3
you don’t see them at all or you just see a single chart?
if it is the later, it is due to the new UI brining the context charts instead of single instance charts into the agent
with the NIDL framework you are able to see all the servers that bring data to the charts, see example below
you can hear more about it directly by looking into this section on Netdata Office Hours #3
1 Like
Is there a way/chance to get all my 30+ servers back into my dashboard without clicking every single one to check/display charts one by one? I want/need to see query times for each single DNS server - not an AVG of all of them…
Ah, by grouping by instance(server) I get something like this, what is not very clearly arranged:
hugo
July 26, 2023, 1:05pm
5
We are aiming to bring in a feature that allows that, expand the 30+ server charts, but we don’t have an ETA
There is a discussion about this here - How do I permanently disable the new Dashboard?! · netdata/netdata · Discussion #15415 · GitHub
1 Like
driib
July 30, 2023, 12:21pm
6
Hi, thank you for the update. Is there a link to the instructions how to downgrade to a previous version or disable the new interface for single-instance/non-cloud use? Thanks in advance!
I found “by accident” that you can add /v1/ in URL and you’re getting the old dashboard back
http://localhost:19999/v1/ instead of http://localhost:19999/