mirror of https://github.com/zulip/zulip.git
nagios: Remove unused stats host set.
This commit is contained in:
parent
bc4f4b4862
commit
33472ee9ff
|
@ -28,7 +28,6 @@ class zulip_ops::profile::nagios {
|
|||
$hosts_postgresql_primary = split(zulipconf('nagios', 'hosts_postgresql_primary', undef), ',')
|
||||
$hosts_postgresql_replica = split(zulipconf('nagios', 'hosts_postgresql_replica', undef), ',')
|
||||
$hosts_redis = split(zulipconf('nagios', 'hosts_redis', undef), ',')
|
||||
$hosts_stats = split(zulipconf('nagios', 'hosts_stats', undef), ',')
|
||||
$hosts_fullstack = split(zulipconf('nagios', 'hosts_fullstack', undef), ',')
|
||||
$hosts_smokescreen = split(zulipconf('nagios', 'hosts_smokescreen', undef), ',')
|
||||
|
||||
|
|
|
@ -68,16 +68,6 @@ define host{
|
|||
}
|
||||
<% end -%>
|
||||
|
||||
<% @hosts_stats.each do |host| -%>
|
||||
define host{
|
||||
use generic-host
|
||||
host_name <%= host %>
|
||||
alias <%= host %>
|
||||
address <%= host %>.<%= @default_host_domain %>
|
||||
hostgroups all,aws_host,not_pageable_servers
|
||||
}
|
||||
<% end -%>
|
||||
|
||||
<% @hosts_redis.each do |host| -%>
|
||||
define host{
|
||||
use generic-host
|
||||
|
|
Loading…
Reference in New Issue