mirror of
				https://github.com/Icinga/icinga2.git
				synced 2025-10-31 11:14:10 +01:00 
			
		
		
		
	
							parent
							
								
									8bf8ef263d
								
							
						
					
					
						commit
						21cf767488
					
				| @ -144,11 +144,8 @@ Dictionary::Ptr HostDbObject::GetStatusFields(void) const | ||||
| 	fields->Set("next_notification", DbValue::FromTimestamp(CompatUtility::GetCheckableNotificationNextNotification(host))); | ||||
| 	fields->Set("no_more_notifications", Empty); | ||||
| 	fields->Set("notifications_enabled", CompatUtility::GetCheckableNotificationsEnabled(host)); | ||||
| 	{ | ||||
| 		ObjectLock olock(host); | ||||
| 		fields->Set("problem_has_been_acknowledged", CompatUtility::GetCheckableProblemHasBeenAcknowledged(host)); | ||||
| 		fields->Set("acknowledgement_type", CompatUtility::GetCheckableAcknowledgementType(host)); | ||||
| 	} | ||||
| 	fields->Set("problem_has_been_acknowledged", CompatUtility::GetCheckableProblemHasBeenAcknowledged(host)); | ||||
| 	fields->Set("acknowledgement_type", CompatUtility::GetCheckableAcknowledgementType(host)); | ||||
| 	fields->Set("current_notification_number", CompatUtility::GetCheckableNotificationNotificationNumber(host)); | ||||
| 	fields->Set("passive_checks_enabled", CompatUtility::GetCheckablePassiveChecksEnabled(host)); | ||||
| 	fields->Set("active_checks_enabled", CompatUtility::GetCheckableActiveChecksEnabled(host)); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user