Brent Clark
unread,Mar 7, 2014, 6:58:33 AM3/7/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Good day Guys.
Is it possible to specify more than two search items in a Resource
Collectors tag?
e.g.
@@nagios_service {"${::chshostname}_${name}":
ensure => present,
check_command => $command,
host_name => $::chshostname,
servicegroups => $t_group,
service_description => $t_service_description,
use => $use_template,
target => $t_target,
tag => [$t_tag,$nagios::param::nagiosdc]
}
Nagios_service <<| tag == [$t_tag,$nagios::param::nagiosdc] |>> {
notify => Service['nagios3'],
require => Package['nagios3'],
}
I need to puppet to search for a particular service in a particular
datacentre.
Regards
Brent