mirror of
				https://github.com/KevinMidboe/mktxp-no-cli.git
				synced 2025-10-29 17:50:23 +00:00 
			
		
		
		
	POE collector, bandwidth metrics on/off switch, fixes/optimizations
This commit is contained in:
		| @@ -25,7 +25,7 @@ class MonitorCollector(BaseCollector): | ||||
|         if not router_entry.config_entry.monitor: | ||||
|             return | ||||
|  | ||||
|         monitor_labels = ('status', 'rate', 'full_duplex', 'name') | ||||
|         monitor_labels = ['status', 'rate', 'full_duplex', 'name'] | ||||
|         monitor_records = InterfaceMonitorMetricsDataSource.metric_records(router_entry, metric_labels = monitor_labels, include_comments = True)    | ||||
|         if monitor_records: | ||||
|             # translate records to appropriate values | ||||
|   | ||||
		Reference in New Issue
	
	Block a user