We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513996d commit 80f882aCopy full SHA for 80f882a
lib/refrepo/gen/puppet/network_monitoring.rb
@@ -65,7 +65,7 @@ def generate_puppet_network_monitoring(options)
65
l['ports'].each do |p|
66
next if p == {}
67
68
- next unless %w[other switch router channel backbone].include?(p['kind'])
+ next unless %w[other switch router server channel backbone].include?(p['kind'])
69
70
port_name = p['snmp_name']
71
next if net_hosts_eq['interfaces'].find { |i| i['name'] == port_name }
0 commit comments