Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							6bae2e0a53 
							
						 
					 
					
						
						
							
							Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL  
						
						
						
						
					 
					
						2015-02-04 10:52:27 +01:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							5b4fab0750 
							
						 
					 
					
						
						
							
							Add license header  
						
						... 
						
						
						
						This time without syntax errors hopefully :) 
						
						
					 
					
						2015-02-03 16:27:59 +01:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							5fa2e3cfdc 
							
						 
					 
					
						
						
							
							Revert "Add license header"  
						
						... 
						
						
						
						This reverts commit 338d067aba41dd6e9178cebec5433eecd614196e. 
						
						
					 
					
						2015-02-03 16:16:26 +01:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							338d067aba 
							
						 
					 
					
						
						
							
							Add license header  
						
						... 
						
						
						
						fixes  #7788  
					
						2015-02-03 15:51:04 +01:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							c77996d5b9 
							
						 
					 
					
						
						
							
							monitoring: Sort the services overview by service severity by default  
						
						
						
						
					 
					
						2015-01-21 09:37:45 +01:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							eb6591c176 
							
						 
					 
					
						
						
							
							Merge branch 'master' into bugfix/prefer-display_name-over-name1-name2-7843  
						
						
						
						
					 
					
						2015-01-21 09:36:41 +01:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							5df6828889 
							
						 
					 
					
						
						
							
							monitoring: Remove ununsed sort rule in the ServiceStatus  
						
						
						
						
					 
					
						2015-01-21 09:31:38 +01:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							e602717bd9 
							
						 
					 
					
						
						
							
							monitoring: Sort by display_names instead of name1 and name2  by default in the services overview  
						
						... 
						
						
						
						refs #7843  
						
						
					 
					
						2015-01-21 09:15:07 +01:00 
						 
				 
			
				
					
						
							
							
								Alexander Fuhr 
							
						 
					 
					
						
						
						
						
							
						
						
							afc97b1cac 
							
						 
					 
					
						
						
							
							Fix the duplicate entries in monitoring list shows  
						
						... 
						
						
						
						refs #7057 
refs #7344 
fixes  #7057  
						
						
					 
					
						2014-10-08 12:30:08 +02:00 
						 
				 
			
				
					
						
							
							
								Alexander Fuhr 
							
						 
					 
					
						
						
						
						
							
						
						
							a0122763a6 
							
						 
					 
					
						
						
							
							Fix Queries: Summaries, Host, Service  
						
						
						
						
					 
					
						2014-10-06 11:37:33 +02:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							3105c2059e 
							
						 
					 
					
						
						
							
							Remove license headers from all files  
						
						... 
						
						
						
						refs #6309  
						
						
					 
					
						2014-07-15 13:43:52 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Gelf 
							
						 
					 
					
						
						
						
						
							
						
						
							ff9c29472e 
							
						 
					 
					
						
						
							
							monitoring/status: re-introduce comments, problems  
						
						... 
						
						
						
						This re-introduces expensive columns been disabled time ago and adds
even more to it. We are now showing last comment, last ack comment and
service problem count on hosts in list views.
It still costs performance, but seems that we can stand it. I'd like
to add more like this to the host view. 
						
						
					 
					
						2014-06-25 21:42:24 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Gelf 
							
						 
					 
					
						
						
						
						
							
						
						
							12b57c6d95 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into feature/query-interfaces-6018  
						
						... 
						
						
						
						Conflicts:
	modules/monitoring/library/Monitoring/Backend/Ido/Query/ContactgroupQuery.php
	modules/monitoring/library/Monitoring/Backend/Ido/Query/IdoQuery.php
	modules/monitoring/library/Monitoring/Backend/Ido/Query/StatusQuery.php
	modules/monitoring/library/Monitoring/Controller.php 
						
						
					 
					
						2014-05-20 23:15:11 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Gelf 
							
						 
					 
					
						
						
						
						
							
						
						
							31fa794440 
							
						 
					 
					
						
						
							
							monitoring/ido: implement IDO version support  
						
						... 
						
						
						
						We want to make use of new IDO features without breaking compatibility.
This is a quickfix as otherwise we would currently break everything
below 1.10. Code contains a few TODOs as this needs improvement. 
						
						
					 
					
						2014-05-20 20:36:39 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Friedrich 
							
						 
					 
					
						
						
						
						
							
						
						
							9fbdb65a4b 
							
						 
					 
					
						
						
							
							Add check source to host/service details  
						
						... 
						
						
						
						refs #5814  
						
						
					 
					
						2014-05-20 20:07:09 +02:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							d87788b9c1 
							
						 
					 
					
						
						
							
							Merge branch 'master' into feature/query-interfaces-6018  
						
						... 
						
						
						
						Conflicts:
	modules/monitoring/library/Monitoring/Backend/Ido/Query/ContactgroupQuery.php 
						
						
					 
					
						2014-05-06 18:45:12 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Gelf 
							
						 
					 
					
						
						
						
						
							
						
						
							cf7aaaed8e 
							
						 
					 
					
						
						
							
							Better sort default for service status  
						
						
						
						
					 
					
						2014-04-17 16:25:32 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							e804f56d5f 
							
						 
					 
					
						
						
							
							Data views: Rename getTableName() to getQueryName()  
						
						... 
						
						
						
						getQueryName is more obvious because the function returns
the name of the query the view should use for querying. 
						
						
					 
					
						2014-04-17 13:59:11 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Gelf 
							
						 
					 
					
						
						
						
						
							
						
						
							a87925bbf6 
							
						 
					 
					
						
						
							
							Refactored notifications for object detail view  
						
						
						
						
					 
					
						2014-03-08 21:02:22 +01:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							e8a626e896 
							
						 
					 
					
						
						
							
							Change the way how boxed status information is presented to the user  
						
						
						
						
					 
					
						2014-03-07 16:43:41 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Gelf 
							
						 
					 
					
						
						
						
						
							
						
						
							77dada8318 
							
						 
					 
					
						
						
							
							A few small backend changes  
						
						
						
						
					 
					
						2014-02-21 14:03:49 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							ca1d50ae53 
							
						 
					 
					
						
						
							
							Rename Icinga 2 Web to Icinga Web 2  
						
						
						
						
					 
					
						2013-10-23 15:11:06 +02:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							c5bed8ad00 
							
						 
					 
					
						
						
							
							Monitoring: Add host and service unhandled column; remove s from host- and servicegroups  
						
						
						
						
					 
					
						2013-10-22 15:11:07 +02:00 
						 
				 
			
				
					
						
							
							
								Jannis Moßhammer 
							
						 
					 
					
						
						
						
						
							
						
						
							cc5fa0a7b4 
							
						 
					 
					
						
						
							
							Fix suburls in grids not being recognized  
						
						
						
						
					 
					
						2013-10-21 17:57:29 +02:00 
						 
				 
			
				
					
						
							
							
								Jannis Moßhammer 
							
						 
					 
					
						
						
						
						
							
						
						
							f350011028 
							
						 
					 
					
						
						
							
							Add Status.dat backend  
						
						... 
						
						
						
						refs #3801  
						
						
					 
					
						2013-10-20 15:16:44 +02:00 
						 
				 
			
				
					
						
							
							
								Marius Hein 
							
						 
					 
					
						
						
						
						
							
						
						
							5a1a738ce7 
							
						 
					 
					
						
						
							
							Add form to configure objects  
						
						... 
						
						
						
						refs #4924  
						
						
					 
					
						2013-10-20 13:15:11 +02:00 
						 
				 
			
				
					
						
							
							
								Jannis Moßhammer 
							
						 
					 
					
						
						
						
						
							
						
						
							44be5e85da 
							
						 
					 
					
						
						
							
							Refactoring and  Query and IDO code,  
						
						... 
						
						
						
						the Monitoring/View code was completly dropped in favor of
the DataView implementations, as new Backends otherwise
would require to implement two seperate query logics
refs #3801  
						
						
					 
					
						2013-10-17 19:54:58 +02:00 
						 
				 
			
				
					
						
							
							
								Jannis Moßhammer 
							
						 
					 
					
						
						
						
						
							
						
						
							d33cec78de 
							
						 
					 
					
						
						
							
							Semantic search implementation  
						
						... 
						
						
						
						- Only implemented for hosts as an example
- URL behaviour still has to be normalized
refs #4469  
						
						
					 
					
						2013-10-17 19:52:52 +02:00