diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-02-25 11:36:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-25 11:36:02 +0200 |
| commit | 7fcca39afcafc9d99a58abc898460c975a5cdd34 (patch) | |
| tree | b324f867852ac14244fe388721c91c7e64468589 | |
| parent | 1ebebdfadc9d9f5793f9f99bcadc72ac58bf70e9 (diff) | |
| parent | 6349b4785454d7dc27f66c09cc4456bc26c985f5 (diff) | |
| download | vyos-1x-7fcca39afcafc9d99a58abc898460c975a5cdd34.tar.gz vyos-1x-7fcca39afcafc9d99a58abc898460c975a5cdd34.zip | |
Merge pull request #5009 from sever-sever/T8310
T8310: Re-enable service monitoring telegraf for arm64 arch
| -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: |
