mktxp.conf sync, mktxp v1.2.11
This commit is contained in:
@@ -24,12 +24,15 @@
|
|||||||
|
|
||||||
username = username # RouterOS user, needs to have 'read' and 'api' permissions
|
username = username # RouterOS user, needs to have 'read' and 'api' permissions
|
||||||
password = password
|
password = password
|
||||||
|
credentials_file = "" # To use an external file in YAML format for both username and password, specify the path here
|
||||||
|
|
||||||
use_ssl = False # enables connection via API-SSL servis
|
use_ssl = False # enables connection via API-SSL servis
|
||||||
no_ssl_certificate = False # enables API_SSL connect without router SSL certificate
|
no_ssl_certificate = False # enables API_SSL connect without router SSL certificate
|
||||||
ssl_certificate_verify = False # turns SSL certificate verification on / off
|
ssl_certificate_verify = False # turns SSL certificate verification on / off
|
||||||
|
ssl_ca_file = "" # path to the certificate authority file to validate against, leave empty to use system store
|
||||||
plaintext_login = True # for legacy RouterOS versions below 6.43 use False
|
plaintext_login = True # for legacy RouterOS versions below 6.43 use False
|
||||||
|
|
||||||
|
health = True # System Health metrics
|
||||||
installed_packages = True # Installed packages
|
installed_packages = True # Installed packages
|
||||||
dhcp = True # DHCP general metrics
|
dhcp = True # DHCP general metrics
|
||||||
dhcp_lease = True # DHCP lease metrics
|
dhcp_lease = True # DHCP lease metrics
|
||||||
@@ -72,6 +75,7 @@
|
|||||||
user = True # Active Users metrics
|
user = True # Active Users metrics
|
||||||
queue = True # Queues metrics
|
queue = True # Queues metrics
|
||||||
|
|
||||||
|
bfd = False # BFD sessions metrics
|
||||||
bgp = False # BGP sessions metrics
|
bgp = False # BGP sessions metrics
|
||||||
routing_stats = False # Routing process stats
|
routing_stats = False # Routing process stats
|
||||||
certificate = False # Certificates metrics
|
certificate = False # Certificates metrics
|
||||||
|
|||||||
Reference in New Issue
Block a user