mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	When a host is not tagged, its maintenance status is reported in the cloudstack_hosts_total metric: maintenance_enabled is OFFLINE, maintenance_disabled is ONLINE. When a host is tagged, its maintenance status is now also verified to ensure consistent behaviour. In prometheus exporter, maintenance status for cloudstack_hosts_total_by_tag is not checked. While it is checked for cloudstack_hosts_total metric. Classified by_tag or not, metrics should be the same. Fixes: #7470