0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 17:48:37 +00:00
Commit graph

16424 commits

Author SHA1 Message Date
Fotis Voutsas
ff3cbef2b5
Bugfix in integrations/setup/template () 2023-10-06 11:41:17 +03:00
Fotis Voutsas
112275c789
Fixes in integration generation script () 2023-10-06 11:24:58 +03:00
Fotis Voutsas
f69ad3fbcc
Introduce stringify function for integrations () 2023-10-06 11:09:46 +03:00
Costa Tsaousis
3581d73519
fix random crashes on pthread_detach() () 2023-10-06 10:12:07 +03:00
netdatabot
f97eef550e [ci skip] Update changelog and version for nightly build: v1.42.0-289-nightly. 2023-10-06 00:18:23 +00:00
Costa Tsaousis
4b95ff26bc
Update README.md 2023-10-06 01:16:53 +03:00
Costa Tsaousis
250eae90e4
Update README.md 2023-10-06 01:13:17 +03:00
Costa Tsaousis
c66aa0f039
Update README.md 2023-10-06 01:05:09 +03:00
Emmanuel Vasilakis
9493fa8682
Remove family from alerts ()
* remove loading and storing families from alert configs

* remove families from silencers

* remove from alarm log

* start remove from alarm-notify.sh.in

* fix test alarm

* rebase

* remove from api/v1/alarm_log

* remove from alert stream

* remove from config stream

* remove from more

* remove from swagger for health api

* revert md changes

* remove from health cmd api test
2023-10-06 00:57:53 +03:00
Emmanuel Vasilakis
c317e4d380
Add summary to alerts configurations ()
* add to web log alerts

* add more

* more adds

* more adds

* more

* more

* more

* more

* more

* more

* more

* more

* updates

---------

Co-authored-by: ilyam8 <ilya@netdata.cloud>
2023-10-06 00:57:24 +03:00
Netdata bot
e06b469cd0
Regenerate integrations.js ()
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2023-10-05 22:13:43 +03:00
Costa Tsaousis
e3e7538e64
Update README.md 2023-10-05 20:26:22 +03:00
Costa Tsaousis
74fa158875
Update README.md 2023-10-05 17:56:38 +03:00
Fotis Voutsas
44524c2421
Retain a list structure instead of a set for data collection integrations categories () 2023-10-05 16:56:20 +03:00
Ilya Mashchenko
61bf2b17a8
fix proc netstat metrics () 2023-10-05 16:36:07 +03:00
Costa Tsaousis
10f5b25469
fix journal help and mark debug keys in the output ()
* fix journal help and mark debug keys in the output

* updated help
2023-10-05 15:37:05 +03:00
Ilya Mashchenko
6fef454ce1
apps: change user_group to usergroup () 2023-10-05 14:46:36 +03:00
Costa Tsaousis
3f5cf60426
Update README.md 2023-10-05 13:58:28 +03:00
netdatabot
0e1997d75f [ci skip] Update changelog and version for nightly build: v1.42.0-275-nightly. 2023-10-05 00:18:05 +00:00
Netdata bot
bd32928f15
Regenerate integrations.js ()
Co-authored-by: Ancairon <Ancairon@users.noreply.github.com>
2023-10-05 00:01:49 +03:00
Fotis Voutsas
10232da144
Remove multiple categories due to bug () 2023-10-04 22:25:36 +03:00
Ilya Mashchenko
2f19ed8464
update UI to v6.45.0 () 2023-10-04 20:54:31 +03:00
Costa Tsaousis
9fd9823e07
journal: fix the 1 second latency in play mode ()
provide a relative_to_absolute function that does not touch the current realtime time
2023-10-04 20:54:16 +03:00
thiagoftsm
0904758540
Split apps charts ()
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2023-10-04 20:51:40 +03:00
Timotej S
3b05ef24a9
dont strip newlines when forwarding FUNCTION_PAYLOAD ()
dont strip newlines when forwarding function payload
2023-10-04 11:46:29 +02:00
Netdata bot
8cc904db1e
Regenerate integrations.js ()
Co-authored-by: Ancairon <Ancairon@users.noreply.github.com>
2023-10-04 10:15:31 +03:00
netdatabot
a63b383268 [ci skip] Update changelog and version for nightly build: v1.42.0-267-nightly. 2023-10-04 00:19:35 +00:00
thiagoftsm
eede060926
Do not force OOMKill () 2023-10-03 19:17:58 +00:00
Ilya Mashchenko
3baedcc1e9
fix crash on parsing clabel command with no source ()
fix parsing clabel command with no source
2023-10-03 18:10:13 +03:00
Ilya Mashchenko
3aa9ce6e50
update UI to v6.43.0 () 2023-10-03 16:17:57 +03:00
Fotis Voutsas
71df2b1677
Fix in generate integrations docs script () 2023-10-03 15:51:47 +03:00
Costa Tsaousis
70ff3991a7
journal: respect anchor on non-data-only queries ()
respect anchor on non-data-only queries
2023-10-03 15:49:00 +03:00
Stelios Fragkakis
385d022035
Skip database migration steps in new installation ()
* For new installation skip database migration steps

* Simplify logging

* Count database tables to determine if database is empty

* Report extended error message
2023-10-03 15:11:44 +03:00
Fotis Voutsas
aa25208b3e
Update collectors/python.d.plugin/pandas/metadata.yaml () 2023-10-03 15:10:37 +03:00
Netdata bot
e2b296ed18
Regenerate integrations.js ()
Co-authored-by: Ancairon <Ancairon@users.noreply.github.com>
2023-10-03 14:40:48 +03:00
Costa Tsaousis
49c6ca7787
journal: go up to stop anchor on data only queries ()
go up to stop anchor on data only queries
2023-10-03 14:38:36 +03:00
Timotej S
d28de728ce
Documentation for Dynamic Configuration ()
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2023-10-03 13:48:15 +03:00
Fotis Voutsas
ed980aea2b
Have one documentation page about Netdata Charts () 2023-10-03 13:37:52 +03:00
Costa Tsaousis
2da22320ef
Update README.md 2023-10-03 13:32:52 +03:00
Fotis Voutsas
cca899db4c
Add integrations/cloud-notifications to cleanup () 2023-10-03 13:24:12 +03:00
Fotis Voutsas
20767d9cd2
Fix systemd-journal.plugin README and prepare it for Learn () 2023-10-03 13:16:22 +03:00
Fotis Voutsas
6ad1828b65
Update categories.yaml () 2023-10-03 13:13:48 +03:00
Ilya Mashchenko
de191c7425
update UI to v6.42.2 () 2023-10-03 12:43:02 +03:00
Costa Tsaousis
dc11fb8944
better journal logging () 2023-10-03 12:42:36 +03:00
Costa Tsaousis
31c9be1c07
a simple journal optimization () 2023-10-03 12:09:56 +03:00
Costa Tsaousis
20e3113847
journal: fix incremental queries ()
fix if_modified_since to not return empty responses and no overlapping data
2023-10-03 11:57:31 +03:00
Ilya Mashchenko
f4a44dfaa5
external plugins: respect env NETDATA_LOG_SEVERITY_LEVEL ()
* func to set global log sev level for ext plugins

* apps: set log sev level

* cgroup-network:  set log sev level

* cups:  set log sev level

* debugfs:  set log sev level

* freeipmi:  set log sev level

* nfacct:  set log sev level

* perf:  set log sev level

* slabinfo:  set log sev level

* xenstat:  set log sev level

* cgroup-name.sh: handle log sev level

* alarm-notify.sh: handle log sev level

* systemd-journal: set log sev e level

* ebpf.plugin: set log sev level

* ioping: handle log sev level

* cgroup-network-helper.sh: handle log sev level

* fix for cgroup-network-helper.sh
2023-10-03 11:26:52 +03:00
Netdata bot
69a663a21d
Regenerate integrations.js ()
Co-authored-by: ktsaou <ktsaou@users.noreply.github.com>
2023-10-03 10:32:52 +03:00
netdatabot
71b9d27171 [ci skip] Update changelog and version for nightly build: v1.42.0-245-nightly. 2023-10-03 00:17:51 +00:00
Costa Tsaousis
366eac56ac
fix querying out of retention ()
if the db does not have enough data to satisfy a query, cancel it
2023-10-02 23:30:20 +03:00