diff --git a/deployment_scripts/puppet/modules/plugin_zabbix_monitoring_extreme_networks/manifests/extreme_host.pp b/deployment_scripts/puppet/modules/plugin_zabbix_monitoring_extreme_networks/manifests/extreme_host.pp index 3d8018d..d4bb722 100644 --- a/deployment_scripts/puppet/modules/plugin_zabbix_monitoring_extreme_networks/manifests/extreme_host.pp +++ b/deployment_scripts/puppet/modules/plugin_zabbix_monitoring_extreme_networks/manifests/extreme_host.pp @@ -14,7 +14,7 @@ # under the License. # define plugin_zabbix_monitoring_extreme_networks::extreme_host( - $host_group = 'Extreme Networks', + $host_group = ['Extreme Networks', 'Hardware'], ) { $host = split($name,':') diff --git a/deployment_scripts/puppet/modules/plugin_zabbix_monitoring_extreme_networks/manifests/init.pp b/deployment_scripts/puppet/modules/plugin_zabbix_monitoring_extreme_networks/manifests/init.pp index b7f51f7..1536c89 100644 --- a/deployment_scripts/puppet/modules/plugin_zabbix_monitoring_extreme_networks/manifests/init.pp +++ b/deployment_scripts/puppet/modules/plugin_zabbix_monitoring_extreme_networks/manifests/init.pp @@ -14,7 +14,7 @@ # under the License. # class plugin_zabbix_monitoring_extreme_networks( - $host_group = 'Extreme Networks', + $host_group = ['Extreme Networks', 'Hardware'], ) { diff --git a/deployment_scripts/puppet/modules/plugin_zabbix_monitoring_extreme_networks/manifests/snmptt_config.pp b/deployment_scripts/puppet/modules/plugin_zabbix_monitoring_extreme_networks/manifests/snmptt_config.pp index 480bc49..daa3b54 100644 --- a/deployment_scripts/puppet/modules/plugin_zabbix_monitoring_extreme_networks/manifests/snmptt_config.pp +++ b/deployment_scripts/puppet/modules/plugin_zabbix_monitoring_extreme_networks/manifests/snmptt_config.pp @@ -42,6 +42,7 @@ class plugin_zabbix_monitoring_extreme_networks::snmptt_config { service { 'snmptt': ensure => running, enable => true, + hasstatus => false, } }