Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from netdata:master #160

Merged
merged 38 commits into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
3809018
go.d sensors add parsing intrusion to exec method (#18449)
ilyam8 Sep 1, 2024
2e73e6b
Regenerate integrations.js (#18450)
netdatabot Sep 1, 2024
7844951
Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 in /src/go (…
dependabot[bot] Sep 1, 2024
c960b84
Bump github.com/prometheus/common from 0.55.0 to 0.57.0 in /src/go (#…
dependabot[bot] Sep 1, 2024
8fbf2b5
Bump github.com/docker/docker from 27.1.2+incompatible to 27.2.0+inco…
dependabot[bot] Sep 1, 2024
d5bbf77
ilert Integration (#18447)
DaTiMy Sep 1, 2024
39badb8
Regenerate integrations.js (#18454)
netdatabot Sep 1, 2024
307787d
[ci skip] Update changelog and version for nightly build: v1.99.0-61-…
netdatabot Sep 2, 2024
fe9b91d
Bump github.com/likexian/whois from 1.15.4 to 1.15.5 in /src/go (#18457)
dependabot[bot] Sep 2, 2024
4b55bec
Bump github.com/likexian/whois-parser from 1.24.19 to 1.24.20 in /src…
dependabot[bot] Sep 2, 2024
2172751
Bump google-github-actions/upload-cloud-storage from 2.1.3 to 2.2.0 (…
dependabot[bot] Sep 2, 2024
8a4a66b
netdata-claim.sh: fix parsing url arg (#18460)
ilyam8 Sep 2, 2024
596e868
[ci skip] Update changelog and version for nightly build: v1.99.0-66-…
netdatabot Sep 3, 2024
6075275
Windows Permissions (#18443)
thiagoftsm Sep 3, 2024
5225687
go.d storcli: fix unmarshal driveInfo (#18466)
ilyam8 Sep 3, 2024
11dd085
[ci skip] Update changelog and version for nightly build: v1.99.0-69-…
netdatabot Sep 4, 2024
6dda70f
Cleanup, rename and packaging fix (Windows Codes) (#18455)
thiagoftsm Sep 4, 2024
3f4dd26
Fix node index in alerts (#18469)
stelfrag Sep 4, 2024
7f70ffb
Improve processing of pending alerts (#18470)
stelfrag Sep 4, 2024
4fef11d
w1sensor collector Go implementation (#18464)
Ancairon Sep 4, 2024
fbc99bd
Check correct number of bits for LZC of XOR value. (#18463)
vkalintiris Sep 4, 2024
162e178
Remove w1sensor in favor of Go implementation (#18471)
Ancairon Sep 4, 2024
1a8c356
added version to systemd-journal info response (#18474)
ktsaou Sep 4, 2024
d8c5109
Regenerate integrations.js (#18473)
netdatabot Sep 4, 2024
a399128
config parsers (#17238)
ktsaou Sep 4, 2024
b187ce9
prevent sigsegv in config-parsers (#18476)
ktsaou Sep 4, 2024
a50aefc
add Access-Control-Allow-Headers: x-netdata-auth (#18477)
ktsaou Sep 4, 2024
c523636
add Access-Control-Allow-Headers: x-transaction-id (#18478)
ktsaou Sep 4, 2024
96ab4bb
added missing comma in Access-Control-Allow-Headers (#18479)
ktsaou Sep 4, 2024
c2f0e75
Regenerate integrations.js (#18475)
netdatabot Sep 4, 2024
d7cf671
fix win sysinfo installed ram calculation (#18482)
ilyam8 Sep 4, 2024
366e22b
Update LIbbpf (#18480)
thiagoftsm Sep 4, 2024
53ba681
[ci skip] Update changelog and version for nightly build: v1.99.0-86-…
netdatabot Sep 5, 2024
c6e8fcf
Bump golang.org/x/text from 0.17.0 to 0.18.0 in /src/go (#18486)
dependabot[bot] Sep 5, 2024
0426b7f
Bump github.com/prometheus/common from 0.57.0 to 0.58.0 in /src/go (#…
dependabot[bot] Sep 5, 2024
6611f94
Remove Warnings (ebpf) (#18484)
thiagoftsm Sep 5, 2024
b86d3b2
Improve processing on removed alerts after agent restart (#18488)
stelfrag Sep 5, 2024
e94d6b5
[ci skip] Update changelog and version for nightly build: v1.99.0-91-…
netdatabot Sep 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ jobs:
uses: google-github-actions/[email protected]
- name: Upload Artifacts
id: upload
uses: google-github-actions/upload-cloud-storage@v2.1.3
uses: google-github-actions/upload-cloud-storage@v2.2.0
with:
destination: ${{ secrets.GCP_NIGHTLY_STORAGE_BUCKET }}
gzip: false
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ Session.*.vim

# Special exceptions
!packaging/repoconfig/Makefile
packaging/windows/resources/*.manifest

# Jupyter notebook checkpoints
.ipynb_checkpoints
Expand Down
56 changes: 31 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,41 @@

**Merged pull requests:**

- Improve processing on removed alerts after agent restart [\#18488](https://github.com/netdata/netdata/pull/18488) ([stelfrag](https://github.com/stelfrag))
- Bump github.com/prometheus/common from 0.57.0 to 0.58.0 in /src/go [\#18487](https://github.com/netdata/netdata/pull/18487) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump golang.org/x/text from 0.17.0 to 0.18.0 in /src/go [\#18486](https://github.com/netdata/netdata/pull/18486) ([dependabot[bot]](https://github.com/apps/dependabot))
- Remove Warnings \(ebpf\) [\#18484](https://github.com/netdata/netdata/pull/18484) ([thiagoftsm](https://github.com/thiagoftsm))
- fix win sysinfo installed ram calculation [\#18482](https://github.com/netdata/netdata/pull/18482) ([ilyam8](https://github.com/ilyam8))
- Update LIbbpf [\#18480](https://github.com/netdata/netdata/pull/18480) ([thiagoftsm](https://github.com/thiagoftsm))
- added missing comma in Access-Control-Allow-Headers [\#18479](https://github.com/netdata/netdata/pull/18479) ([ktsaou](https://github.com/ktsaou))
- add Access-Control-Allow-Headers: x-transaction-id [\#18478](https://github.com/netdata/netdata/pull/18478) ([ktsaou](https://github.com/ktsaou))
- add Access-Control-Allow-Headers: x-netdata-auth [\#18477](https://github.com/netdata/netdata/pull/18477) ([ktsaou](https://github.com/ktsaou))
- prevent sigsegv in config-parsers [\#18476](https://github.com/netdata/netdata/pull/18476) ([ktsaou](https://github.com/ktsaou))
- Regenerate integrations.js [\#18475](https://github.com/netdata/netdata/pull/18475) ([netdatabot](https://github.com/netdatabot))
- added version to systemd-journal info response [\#18474](https://github.com/netdata/netdata/pull/18474) ([ktsaou](https://github.com/ktsaou))
- Regenerate integrations.js [\#18473](https://github.com/netdata/netdata/pull/18473) ([netdatabot](https://github.com/netdatabot))
- Remove w1sensor in favor of Go implementation [\#18471](https://github.com/netdata/netdata/pull/18471) ([Ancairon](https://github.com/Ancairon))
- Improve processing of pending alerts [\#18470](https://github.com/netdata/netdata/pull/18470) ([stelfrag](https://github.com/stelfrag))
- Fix node index in alerts [\#18469](https://github.com/netdata/netdata/pull/18469) ([stelfrag](https://github.com/stelfrag))
- go.d storcli: fix unmarshal driveInfo [\#18466](https://github.com/netdata/netdata/pull/18466) ([ilyam8](https://github.com/ilyam8))
- w1sensor collector Go implementation [\#18464](https://github.com/netdata/netdata/pull/18464) ([Ancairon](https://github.com/Ancairon))
- Check correct number of bits for LZC of XOR value. [\#18463](https://github.com/netdata/netdata/pull/18463) ([vkalintiris](https://github.com/vkalintiris))
- netdata-claim.sh: fix parsing url arg [\#18460](https://github.com/netdata/netdata/pull/18460) ([ilyam8](https://github.com/ilyam8))
- Bump github.com/likexian/whois from 1.15.4 to 1.15.5 in /src/go [\#18457](https://github.com/netdata/netdata/pull/18457) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump github.com/likexian/whois-parser from 1.24.19 to 1.24.20 in /src/go [\#18456](https://github.com/netdata/netdata/pull/18456) ([dependabot[bot]](https://github.com/apps/dependabot))
- Cleanup, rename and packaging fix \(Windows Codes\) [\#18455](https://github.com/netdata/netdata/pull/18455) ([thiagoftsm](https://github.com/thiagoftsm))
- Regenerate integrations.js [\#18454](https://github.com/netdata/netdata/pull/18454) ([netdatabot](https://github.com/netdatabot))
- Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 in /src/go [\#18453](https://github.com/netdata/netdata/pull/18453) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump github.com/prometheus/common from 0.55.0 to 0.57.0 in /src/go [\#18452](https://github.com/netdata/netdata/pull/18452) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump github.com/docker/docker from 27.1.2+incompatible to 27.2.0+incompatible in /src/go [\#18451](https://github.com/netdata/netdata/pull/18451) ([dependabot[bot]](https://github.com/apps/dependabot))
- Regenerate integrations.js [\#18450](https://github.com/netdata/netdata/pull/18450) ([netdatabot](https://github.com/netdatabot))
- go.d sensors add parsing intrusion to exec method [\#18449](https://github.com/netdata/netdata/pull/18449) ([ilyam8](https://github.com/ilyam8))
- Exit slabinfo.plugin on EPIPE [\#18448](https://github.com/netdata/netdata/pull/18448) ([teqwve](https://github.com/teqwve))
- ilert Integration [\#18447](https://github.com/netdata/netdata/pull/18447) ([DaTiMy](https://github.com/DaTiMy))
- go.d remove vnode disable [\#18446](https://github.com/netdata/netdata/pull/18446) ([ilyam8](https://github.com/ilyam8))
- go.d add support for symlinked vnode config files [\#18445](https://github.com/netdata/netdata/pull/18445) ([ilyam8](https://github.com/ilyam8))
- Proper precedence when calculating time\_to\_evict [\#18444](https://github.com/netdata/netdata/pull/18444) ([stelfrag](https://github.com/stelfrag))
- Windows Permissions [\#18443](https://github.com/netdata/netdata/pull/18443) ([thiagoftsm](https://github.com/thiagoftsm))
- do not free the sender when the sender thread exits [\#18441](https://github.com/netdata/netdata/pull/18441) ([ktsaou](https://github.com/ktsaou))
- fix receiver deadlock [\#18440](https://github.com/netdata/netdata/pull/18440) ([ktsaou](https://github.com/ktsaou))
- fix charts.d/sensors leftovers [\#18439](https://github.com/netdata/netdata/pull/18439) ([ilyam8](https://github.com/ilyam8))
Expand Down Expand Up @@ -348,7 +379,6 @@
- Tidy-up build related CI jobs. [\#17962](https://github.com/netdata/netdata/pull/17962) ([Ferroin](https://github.com/Ferroin))
- Sign DEB packages in the GHA runners that build them. [\#17949](https://github.com/netdata/netdata/pull/17949) ([Ferroin](https://github.com/Ferroin))
- Detect on startup if the netdata-meta.db file is not a valid database file [\#17924](https://github.com/netdata/netdata/pull/17924) ([stelfrag](https://github.com/stelfrag))
- eBPF cgroup and mutex [\#17915](https://github.com/netdata/netdata/pull/17915) ([thiagoftsm](https://github.com/thiagoftsm))

## [v1.46.3](https://github.com/netdata/netdata/tree/v1.46.3) (2024-07-23)

Expand Down Expand Up @@ -398,30 +428,6 @@
- Bump k8s.io/client-go from 0.30.1 to 0.30.2 in /src/go/collectors/go.d.plugin [\#17923](https://github.com/netdata/netdata/pull/17923) ([dependabot[bot]](https://github.com/apps/dependabot))
- go.d bump github.com/docker/docker v27.0.0+incompatible [\#17921](https://github.com/netdata/netdata/pull/17921) ([ilyam8](https://github.com/ilyam8))
- Bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 in /src/go/collectors/go.d.plugin [\#17919](https://github.com/netdata/netdata/pull/17919) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump go.mongodb.org/mongo-driver from 1.15.0 to 1.15.1 in /src/go/collectors/go.d.plugin [\#17917](https://github.com/netdata/netdata/pull/17917) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump github.com/miekg/dns from 1.1.59 to 1.1.61 in /src/go/collectors/go.d.plugin [\#17916](https://github.com/netdata/netdata/pull/17916) ([dependabot[bot]](https://github.com/apps/dependabot))
- go.d whoisquery: try requesting extended data if no expiration date [\#17913](https://github.com/netdata/netdata/pull/17913) ([ilyam8](https://github.com/ilyam8))
- go.d whoisquery: check if exp date is empty [\#17911](https://github.com/netdata/netdata/pull/17911) ([ilyam8](https://github.com/ilyam8))
- Regenerate integrations.js [\#17910](https://github.com/netdata/netdata/pull/17910) ([netdatabot](https://github.com/netdatabot))
- Update nvme/metadata: add how to use in a docker [\#17909](https://github.com/netdata/netdata/pull/17909) ([powerman](https://github.com/powerman))
- Update x509check/metadata: add missing smtp schema [\#17908](https://github.com/netdata/netdata/pull/17908) ([powerman](https://github.com/powerman))
- systemd: start `netdata` after network is online [\#17906](https://github.com/netdata/netdata/pull/17906) ([k0ste](https://github.com/k0ste))
- Fix Caddy setup in Install Netdata with Docker [\#17901](https://github.com/netdata/netdata/pull/17901) ([powerman](https://github.com/powerman))
- sys\_block\_zram: don't use "/dev" [\#17900](https://github.com/netdata/netdata/pull/17900) ([ilyam8](https://github.com/ilyam8))
- Regenerate integrations.js [\#17897](https://github.com/netdata/netdata/pull/17897) ([netdatabot](https://github.com/netdatabot))
- go.d ll netlisteners add support for wildcard address [\#17896](https://github.com/netdata/netdata/pull/17896) ([ilyam8](https://github.com/ilyam8))
- integrations make `<details>` open [\#17895](https://github.com/netdata/netdata/pull/17895) ([ilyam8](https://github.com/ilyam8))
- allow alerts to be created without too many requirements [\#17894](https://github.com/netdata/netdata/pull/17894) ([ktsaou](https://github.com/ktsaou))
- Improve ml thread termination during agent shutdown [\#17889](https://github.com/netdata/netdata/pull/17889) ([stelfrag](https://github.com/stelfrag))
- Update netdata-charts.md [\#17888](https://github.com/netdata/netdata/pull/17888) ([Ancairon](https://github.com/Ancairon))
- Regenerate integrations.js [\#17886](https://github.com/netdata/netdata/pull/17886) ([netdatabot](https://github.com/netdatabot))
- Restore ML thread termination to original order [\#17885](https://github.com/netdata/netdata/pull/17885) ([stelfrag](https://github.com/stelfrag))
- go.d intelgpu add an option to select specific GPU [\#17884](https://github.com/netdata/netdata/pull/17884) ([ilyam8](https://github.com/ilyam8))
- ndsudo update intel\_gpu\_top [\#17883](https://github.com/netdata/netdata/pull/17883) ([ilyam8](https://github.com/ilyam8))
- add netdata journald configuration [\#17882](https://github.com/netdata/netdata/pull/17882) ([ilyam8](https://github.com/ilyam8))
- fix detect\_libc in installer [\#17880](https://github.com/netdata/netdata/pull/17880) ([ilyam8](https://github.com/ilyam8))
- update bundled UI to v6.138.0 [\#17879](https://github.com/netdata/netdata/pull/17879) ([ilyam8](https://github.com/ilyam8))
- Regenerate integrations.js [\#17878](https://github.com/netdata/netdata/pull/17878) ([netdatabot](https://github.com/netdatabot))

## [v1.45.6](https://github.com/netdata/netdata/tree/v1.45.6) (2024-06-05)

Expand Down
133 changes: 55 additions & 78 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,8 @@ set(LIBNETDATA_FILES
src/libnetdata/dictionary/dictionary-callbacks.h
src/libnetdata/linked-lists.h
src/libnetdata/storage-point.h
src/libnetdata/parsers/parsers.h
src/libnetdata/parsers/duration.c
src/libnetdata/bitmap64.h
src/libnetdata/os/gettid.c
src/libnetdata/os/gettid.h
Expand Down Expand Up @@ -762,6 +764,31 @@ set(LIBNETDATA_FILES
src/libnetdata/paths/paths.c
src/libnetdata/paths/paths.h
src/libnetdata/json/json-c-parser-inline.c
src/libnetdata/parsers/duration.h
src/libnetdata/parsers/timeframe.c
src/libnetdata/parsers/timeframe.h
src/libnetdata/parsers/size.c
src/libnetdata/parsers/size.h
src/libnetdata/libjudy/judy-malloc.c
src/libnetdata/libjudy/judy-malloc.h
src/libnetdata/config/appconfig_internals.h
src/libnetdata/config/appconfig_exporters.c
src/libnetdata/config/appconfig_conf_file.c
src/libnetdata/config/appconfig_cleanup.c
src/libnetdata/config/appconfig_sections.c
src/libnetdata/config/appconfig_options.c
src/libnetdata/config/appconfig_migrate.c
src/libnetdata/config/appconfig_traversal.c
src/libnetdata/config/appconfig_api_sizes.c
src/libnetdata/config/appconfig_api_sizes.h
src/libnetdata/config/appconfig_api_durations.c
src/libnetdata/config/appconfig_api_durations.h
src/libnetdata/config/appconfig_api_numbers.c
src/libnetdata/config/appconfig_api_numbers.h
src/libnetdata/config/appconfig_api_text.c
src/libnetdata/config/appconfig_api_text.h
src/libnetdata/config/appconfig_api_boolean.c
src/libnetdata/config/appconfig_api_boolean.h
)

if(ENABLE_PLUGIN_EBPF)
Expand Down Expand Up @@ -1301,10 +1328,10 @@ set(CLAIM_PLUGIN_FILES
)

set(CLAIM_WINDOWS_FILES
src/claim/netdata_claim.c
src/claim/netdata_claim.h
src/claim/netdata_claim_window.c
src/claim/netdata_claim_window.h
src/claim/main.c
src/claim/main.h
src/claim/ui.c
src/claim/ui.h
)

set(ACLK_ALWAYS_BUILD
Expand Down Expand Up @@ -2241,19 +2268,30 @@ endif()
# build netdata (only Linux ATM)
#

if(OS_WINDOWS)
set(NETDATA_CLAIM_RES_FILES "packaging/windows/resources/netdata_claim.rc")
configure_file(packaging/windows/resources/netdata_claim.manifest.in ${CMAKE_SOURCE_DIR}/packaging/windows/resources/netdata_claim.manifest @ONLY)

set(NETDATACLI_RES_FILES "packaging/windows/resources/netdatacli.rc")
configure_file(packaging/windows/resources/netdatacli.manifest.in ${CMAKE_SOURCE_DIR}/packaging/windows/resources/netdatacli.manifest @ONLY)

set(NETDATA_RES_FILES "packaging/windows/resources/netdata.rc")
configure_file(packaging/windows/resources/netdata.manifest.in ${CMAKE_SOURCE_DIR}/packaging/windows/resources/netdata.manifest @ONLY)
endif()

add_executable(netdata
${NETDATA_FILES}
"${ACLK_FILES}"
"$<$<BOOL:${ENABLE_H2O}>:${H2O_FILES}>"
"$<$<BOOL:${ENABLE_EXPORTER_MONGODB}>:${MONGODB_EXPORTING_FILES}>"
"$<$<BOOL:${ENABLE_EXPORTER_PROMETHEUS_REMOTE_WRITE}>:${PROMETHEUS_REMOTE_WRITE_EXPORTING_FILES}>"
"$<$<BOOL:${OS_WINDOWS}>:${NETDATA_RES_FILES}>"
)

if(OS_WINDOWS)
set(NETDATA_CLAIM_RES_FILES "packaging/windows/resources/netdata_claim.rc")

add_executable(netdata_claim ${CLAIM_WINDOWS_FILES} ${NETDATA_CLAIM_RES_FILES})
target_link_libraries(netdata_claim shell32;gdi32;msftedit)
add_executable(NetdataClaim ${CLAIM_WINDOWS_FILES} ${NETDATA_CLAIM_RES_FILES})
target_link_libraries(NetdataClaim shell32;gdi32;msftedit)
target_compile_options(NetdataClaim PUBLIC -mwindows)
endif()

target_compile_definitions(netdata PRIVATE
Expand Down Expand Up @@ -2353,7 +2391,7 @@ set(NETDATACLI_FILES
src/cli/cli.c
)

add_executable(netdatacli ${NETDATACLI_FILES})
add_executable(netdatacli ${NETDATACLI_FILES} "$<$<BOOL:${OS_WINDOWS}>:${NETDATACLI_RES_FILES}>")
target_link_libraries(netdatacli libnetdata)

install(TARGETS netdatacli
Expand Down Expand Up @@ -2438,15 +2476,15 @@ set(varlibdir_POST "${NETDATA_RUNTIME_PREFIX}/var/lib/netdata")
set(netdata_user_POST "${NETDATA_USER}")
set(netdata_group_POST "${NETDATA_USER}")

configure_file(src/claim/netdata-claim.sh.in src/claim/netdata-claim.sh @ONLY)
install(PROGRAMS
${CMAKE_BINARY_DIR}/src/claim/netdata-claim.sh
COMPONENT netdata
DESTINATION "${BINDIR}")

if(OS_WINDOWS)
if(NOT OS_WINDOWS)
configure_file(src/claim/netdata-claim.sh.in src/claim/netdata-claim.sh @ONLY)
install(PROGRAMS
${CMAKE_BINARY_DIR}/netdata_claim.exe
${CMAKE_BINARY_DIR}/src/claim/netdata-claim.sh
COMPONENT netdata
DESTINATION "${BINDIR}")
else()
install(PROGRAMS
${CMAKE_BINARY_DIR}/NetdataClaim.exe
COMPONENT netdata
DESTINATION "${BINDIR}")
endif()
Expand Down Expand Up @@ -2865,7 +2903,6 @@ install(FILES
src/collectors/python.d.plugin/spigotmc/spigotmc.conf
src/collectors/python.d.plugin/traefik/traefik.conf
src/collectors/python.d.plugin/varnish/varnish.conf
src/collectors/python.d.plugin/w1sensor/w1sensor.conf
src/collectors/python.d.plugin/zscores/zscores.conf
COMPONENT plugin-pythond
DESTINATION usr/lib/netdata/conf.d/python.d)
Expand All @@ -2881,7 +2918,6 @@ install(FILES
src/collectors/python.d.plugin/spigotmc/spigotmc.chart.py
src/collectors/python.d.plugin/traefik/traefik.chart.py
src/collectors/python.d.plugin/varnish/varnish.chart.py
src/collectors/python.d.plugin/w1sensor/w1sensor.chart.py
src/collectors/python.d.plugin/zscores/zscores.chart.py
COMPONENT plugin-pythond
DESTINATION usr/libexec/netdata/python.d)
Expand Down Expand Up @@ -3003,65 +3039,6 @@ if(NOT OS_WINDOWS)
endif()

if(OS_WINDOWS)
install(FILES /usr/bin/awk.exe
/usr/bin/bash.exe
/usr/bin/cat.exe
/usr/bin/chown.exe
/usr/bin/curl.exe
/usr/bin/env.exe
/usr/bin/grep.exe
/usr/bin/mkdir.exe
/usr/bin/openssl.exe
/usr/bin/rm.exe
/usr/bin/sed.exe
/usr/bin/sh.exe
/usr/bin/tail.exe
/usr/bin/tr.exe
/usr/bin/uuidgen.exe
/usr/bin/whoami.exe
DESTINATION "${BINDIR}")

install(FILES /usr/bin/msys-2.0.dll
/usr/bin/msys-asn1-8.dll
/usr/bin/msys-brotlicommon-1.dll
/usr/bin/msys-brotlidec-1.dll
/usr/bin/msys-brotlienc-1.dll
/usr/bin/msys-com_err-1.dll
/usr/bin/msys-crypt-2.dll
/usr/bin/msys-crypto-3.dll
/usr/bin/msys-curl-4.dll
/usr/bin/msys-gcc_s-seh-1.dll
/usr/bin/msys-gmp-10.dll
/usr/bin/msys-gssapi-3.dll
/usr/bin/msys-hcrypto-4.dll
/usr/bin/msys-heimbase-1.dll
/usr/bin/msys-heimntlm-0.dll
/usr/bin/msys-hx509-5.dll
/usr/bin/msys-iconv-2.dll
/usr/bin/msys-idn2-0.dll
/usr/bin/msys-intl-8.dll
/usr/bin/msys-krb5-26.dll
/usr/bin/msys-lz4-1.dll
/usr/bin/msys-mpfr-6.dll
/usr/bin/msys-ncursesw6.dll
/usr/bin/msys-nghttp2-14.dll
/usr/bin/msys-pcre-1.dll
/usr/bin/msys-protobuf-32.dll
/usr/bin/msys-psl-5.dll
/usr/bin/msys-readline8.dll
/usr/bin/msys-roken-18.dll
/usr/bin/msys-sqlite3-0.dll
/usr/bin/msys-ssh2-1.dll
/usr/bin/msys-ssl-3.dll
/usr/bin/msys-stdc++-6.dll
/usr/bin/msys-unistring-5.dll
/usr/bin/msys-uuid-1.dll
/usr/bin/msys-uv-1.dll
/usr/bin/msys-wind-0.dll
/usr/bin/msys-z.dll
/usr/bin/msys-zstd-1.dll
DESTINATION "${BINDIR}")

# Make bash & netdata happy
install(DIRECTORY DESTINATION tmp)

Expand Down
Loading
Loading