mktxp v1.2.17 sync

This commit is contained in:
Arseniy Kuznetsov
2026-02-28 09:57:39 +01:00
parent e26ab4f413
commit 4a7e3a6ea0
3 changed files with 156 additions and 165 deletions
+14 -9
View File
@@ -19,13 +19,14 @@
# this affects configuration of all routers, unless overloaded on their specific levels
enabled = True # turns metrics collection for this RouterOS device on / off
module_only = False # use this entry only as a probe module (skip /metrics collection)
hostname = localhost # RouterOS IP address
port = 8728 # RouterOS IP Port
username = username # RouterOS user, needs to have 'read' and 'api' permissions
password = password
credentials_file = "" # To use an external file in YAML format for both username and password, specify the path here
custom_labels = None # Custom labels to be injected to all device metrics, comma-separated key:value (or key=value) pairs
use_ssl = False # enables connection via API-SSL servis
@@ -41,10 +42,10 @@
dhcp_lease = True # DHCP lease metrics
connections = True # IP connections metrics
connection_stats = False # Open IP connections metrics
connection_stats = False # Open IP connections metrics
interface = True # Interfaces traffic metrics
route = True # IPv4 Routes metrics
pool = True # IPv4 Pool metrics
firewall = True # IPv4 Firewall rules traffic metrics
@@ -52,7 +53,7 @@
address_list = None # Firewall Address List metrics, a comma-separated list of names
dns = False # DNS stats
ipv6_route = False # IPv6 Routes metrics
ipv6_route = False # IPv6 Routes metrics
ipv6_pool = False # IPv6 Pool metrics
ipv6_firewall = False # IPv6 Firewall rules traffic metrics
ipv6_neighbor = False # IPv6 Reachable Neighbors
@@ -66,6 +67,7 @@
wireless_clients = True # WLAN clients metrics
capsman = True # CAPsMAN general metrics
capsman_clients = True # CAPsMAN clients metrics
w60g = False # W60G metrics
eoip = False # EoIP status metrics
gre = False # GRE status metrics
@@ -86,9 +88,12 @@
certificate = False # Certificates metrics
container = False # Containers metrics
remote_dhcp_entry = None # An MKTXP entry to provide for remote DHCP info / resolution
remote_capsman_entry = None # An MKTXP entry to provide for remote capsman info
use_comments_over_names = True # when available, forces using comments over the interfaces names
remote_dhcp_entry = None # An MKTXP entry to provide for remote DHCP info / resolution
remote_capsman_entry = None # An MKTXP entry to provide for remote capsman info
interface_name_format = name # Format to use for interface / resource names, allowed values: 'name', 'comment', or 'combined'
# 'name': use interface name only (e.g. 'ether1')
# 'comment': use comment if available, fallback to name if not
# 'combined': use both (e.g. 'ether1 (Office Switch)')
check_for_updates = False # check for available ROS updates