nagios: Remove unused stats host set.

This commit is contained in:
Alex Vandiver 2022-06-13 15:00:49 -07:00 committed by Alex Vandiver
parent bc4f4b4862
commit 33472ee9ff
2 changed files with 0 additions and 11 deletions

View File

@ -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), ',')

View File

@ -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