summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-02-24 17:50:25 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2026-02-24 17:50:25 +0000
commit6349b4785454d7dc27f66c09cc4456bc26c985f5 (patch)
tree40ea7ef4614de0920b2f6ca1ba8a89d8b2003c31 /Makefile
parent557e1730b03638d3ee5e7a270d1958c436c8d917 (diff)
downloadvyos-1x-6349b4785454d7dc27f66c09cc4456bc26c985f5.tar.gz
vyos-1x-6349b4785454d7dc27f66c09cc4456bc26c985f5.zip
T8310: Re-enable service monitoring telegraf for arm64 arch
Re-enable service monitoring telegraf for the arm64 architecrute. It was deleted before because we didn't have the arm binaries. Actually we are having the telegraf binary for the arm64 platform.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a11648e46..b6a5b123c 100644
--- a/Makefile
+++ b/Makefile
@@ -50,10 +50,6 @@ interface_definitions: libvyosconfig $(config_xml_obj)
# could mask help strings or mandatory priority statements
find $(TMPL_DIR) -name node.def -type f -empty -exec false {} + || sh -c 'echo "There are empty node.def files! Check your interface definitions." && exit 1'
-ifeq ($(BUILD_ARCH),arm64)
- # There is currently no telegraf support in VyOS for ARM64, remove CLI definitions
- rm -rf $(TMPL_DIR)/service/monitoring/telegraf
-endif
.PHONY: op_mode_definitions
.ONESHELL: