diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-09 13:19:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-09 13:19:22 +0000 |
commit | c21c3b0befeb46a51b6bf3758ffa30813bea0ff0 (patch) | |
tree | 9754ff1ca740f6346cf8483ec915d4054bc5da2d /.gitignore | |
parent | Adding upstream version 1.43.2. (diff) | |
download | netdata-c21c3b0befeb46a51b6bf3758ffa30813bea0ff0.tar.xz netdata-c21c3b0befeb46a51b6bf3758ffa30813bea0ff0.zip |
Adding upstream version 1.44.3.upstream/1.44.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index daa55c030..a53025c3b 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ Makefile.in .*.swp *.old *.log +!collectors/log2journal/tests.d/*.log *.pyc Makefile @@ -41,6 +42,9 @@ sha256sums.txt # netdata binaries netdata netdatacli +systemd-cat-native +log2journal +!log2journal/ !netdata/ upload/ artifacts/ @@ -83,6 +87,9 @@ debugfs.plugin systemd-journal.plugin !systemd-journal.plugin/ +logs-management.plugin +!logs-management.plugin/ + # protoc generated files *.pb.cc *.pb.h @@ -142,6 +149,8 @@ daemon/get-kubernetes-labels.sh health/notifications/alarm-notify.sh claim/netdata-claim.sh +collectors/cgroups.plugin/cgroup-name.sh +collectors/cgroups.plugin/cgroup-network-helper.sh collectors/tc.plugin/tc-qos-helper.sh collectors/charts.d.plugin/charts.d.plugin collectors/python.d.plugin/python.d.plugin @@ -149,6 +158,8 @@ collectors/ioping.plugin/ioping.plugin collectors/go.d.plugin web/netdata-switch-dashboard.sh +logsmanagement/stress_test/stress_test + # installer generated files /netdata-uninstaller.sh /netdata-updater.sh |