Add an additional host group and fix issue with snmptt restarting

Closes-Bug: #1480335
Closes-Bug: #1480158

Change-Id: Ieae6536a0ca18d8e2b4ede8e96f9c2522b947de8
This commit is contained in:
Piotr Misiak 2015-07-31 17:02:17 +02:00
parent 70bd3ffe11
commit 8ad34e1988
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -14,7 +14,7 @@
# under the License.
#
class plugin_zabbix_monitoring_extreme_networks(
$host_group = 'Extreme Networks',
$host_group = ['Extreme Networks', 'Hardware'],
)
{

View File

@ -42,6 +42,7 @@ class plugin_zabbix_monitoring_extreme_networks::snmptt_config {
service { 'snmptt':
ensure => running,
enable => true,
hasstatus => false,
}
}