blob: 5b4e2c497e9ce264227bdb53a7f6ede378f94402 [file] [log] [blame]
class hdp2-ganglia::hdp-gmetad::service_check()
{
anchor { 'hdp2-ganglia::hdp-gmetad::service_check::begin':}
exec { 'hdp-gmetad':
command => "/etc/init.d/hdp-gmetad status | grep -v failed",
tries => 3,
try_sleep => 5,
path => '/usr/sbin:/sbin:/usr/local/bin:/bin:/usr/bin',
before => Anchor['hdp2-ganglia::hdp-gmetad::service_check::end'],
logoutput => "true"
}
anchor{ 'hdp2-ganglia::hdp-gmetad::service_check::end':}
}