From 982a27739aa95196e74c52fcc538ca88f06a67b5 Mon Sep 17 00:00:00 2001 From: CroneKorkN Date: Sat, 10 Jan 2026 11:10:56 +0100 Subject: [PATCH] bundles/routeros-monitoring/items.py: dont show mib diff --- bundles/routeros-monitoring/items.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/routeros-monitoring/items.py b/bundles/routeros-monitoring/items.py index d255bc6..8f8d7d6 100644 --- a/bundles/routeros-monitoring/items.py +++ b/bundles/routeros-monitoring/items.py @@ -2,6 +2,7 @@ files = { # https://mikrotik.com/download/tools '/usr/share/snmp/mibs/MIKROTIK-MIB.txt': { 'source': 'mikrotik.mib', + 'content_type': 'binary', 'mode': '0644', 'needed_by': { 'svc_systemd:telegraf.service',