Update mktxp.conf
This commit is contained in:
committed by
GitHub
parent
87b8799c88
commit
81359aa05b
+10
-2
@@ -24,12 +24,17 @@
|
|||||||
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
|
||||||
|
|
||||||
|
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
|
||||||
connections = True # IP connections metrics
|
connections = True # IP connections metrics
|
||||||
pool = True # Pool metrics
|
pool = True # Pool metrics
|
||||||
interface = True # Interfaces traffic metrics
|
interface = True # Interfaces traffic metrics
|
||||||
firewall = True # Firewall rules traffic metrics
|
|
||||||
|
firewall = True # IPv4 Firewall rules traffic metrics
|
||||||
|
ipv6_firewall = False # IPv6 Firewall rules traffic metrics
|
||||||
|
ipv6_neighbor = False # Reachable IPv6 Neighbors
|
||||||
|
|
||||||
monitor = True # Interface monitor metrics
|
monitor = True # Interface monitor metrics
|
||||||
poe = True # POE metrics
|
poe = True # POE metrics
|
||||||
public_ip = True # Public IP metrics
|
public_ip = True # Public IP metrics
|
||||||
@@ -39,4 +44,7 @@
|
|||||||
capsman = True # CAPsMAN general metrics
|
capsman = True # CAPsMAN general metrics
|
||||||
capsman_clients = True # CAPsMAN clients metrics
|
capsman_clients = True # CAPsMAN clients metrics
|
||||||
|
|
||||||
use_comments_over_names = True # when available, forces using comments over the interfaces names
|
user = True # Active Users metrics
|
||||||
|
queue = True # Queues metrics
|
||||||
|
|
||||||
|
use_comments_over_names = True # when available, forces using comments over the interfaces names
|
||||||
|
|||||||
Reference in New Issue
Block a user