diff --git a/mktxp/_mktxp.conf b/mktxp/_mktxp.conf index b4f28dc..9e88e6b 100644 --- a/mktxp/_mktxp.conf +++ b/mktxp/_mktxp.conf @@ -21,5 +21,6 @@ bandwidth = True # Turns metrics bandwidth metrics collection on / off bandwidth_test_interval = 420 # Interval for colllecting bandwidth metrics + minimal_collect_interval = 5 # Minimal metric collection interval verbose_mode = False # Set it on for troubleshooting diff --git a/mktxp/mktxp.conf b/mktxp/mktxp.conf index 342c997..1430dd5 100644 --- a/mktxp/mktxp.conf +++ b/mktxp/mktxp.conf @@ -44,4 +44,7 @@ capsman = True # CAPsMAN general metrics capsman_clients = True # CAPsMAN clients metrics + user = True # Active Users metrics + queue = True # Queues metrics + use_comments_over_names = True # when available, forces using comments over the interfaces names diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index ce1ba36..cfd3be3 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -22,7 +22,7 @@ scrape_configs: - job_name: 'prometheus' # Override the global default and scrape targets from this job every 5 seconds. - scrape_interval: 5s + scrape_interval: 15s # metrics_path defaults to '/metrics' # scheme defaults to 'http'.