diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-02-24 17:50:25 +0000 |
|---|---|---|
| committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-02-24 17:50:25 +0000 |
| commit | 6349b4785454d7dc27f66c09cc4456bc26c985f5 (patch) | |
| tree | 40ea7ef4614de0920b2f6ca1ba8a89d8b2003c31 | |
| parent | 557e1730b03638d3ee5e7a270d1958c436c8d917 (diff) | |
| download | vyos-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.
| -rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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: |
