mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	nagios: Remove redundant postgresql hostgroup.
				
					
				
			This is implied by `postgresql_primary`.
This commit is contained in:
		
				
					committed by
					
						
						Alex Vandiver
					
				
			
			
				
	
			
			
			
						parent
						
							d9d0014fb4
						
					
				
				
					commit
					4be9025212
				
			@@ -4,7 +4,7 @@ define host{
 | 
				
			|||||||
       host_name        <%= host %>
 | 
					       host_name        <%= host %>
 | 
				
			||||||
       alias            <%= host %>
 | 
					       alias            <%= host %>
 | 
				
			||||||
       address          <%= host %>
 | 
					       address          <%= host %>
 | 
				
			||||||
       hostgroups       all,non_aws_host,web,frontends,not_pageable_servers,postgresql,postgresql_primary
 | 
					       hostgroups       all,non_aws_host,web,frontends,not_pageable_servers,postgresql_primary
 | 
				
			||||||
       }
 | 
					       }
 | 
				
			||||||
<% end -%>
 | 
					<% end -%>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -54,7 +54,7 @@ define host{
 | 
				
			|||||||
       host_name        <%= host %>
 | 
					       host_name        <%= host %>
 | 
				
			||||||
       alias            <%= host %>
 | 
					       alias            <%= host %>
 | 
				
			||||||
       address          <%= host %>.<%= @default_host_domain %>
 | 
					       address          <%= host %>.<%= @default_host_domain %>
 | 
				
			||||||
       hostgroups       all,aws_host,postgresql,postgresql_primary,pageable_servers
 | 
					       hostgroups       all,aws_host,postgresql_primary,pageable_servers
 | 
				
			||||||
       }
 | 
					       }
 | 
				
			||||||
<% end -%>
 | 
					<% end -%>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user