X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnagios%2Fmanifests%2Fclient.pp;h=5dfd1029f91e77f7f0b36c93e3655059443b4e89;hb=6b3f2197570ae91174b38c04329414c5166c8d05;hp=2f4aede236936a58bee9313299f97cc94d73f55a;hpb=9450206ad0a50f262031079b09194b288316ddf4;p=mirror%2Fdsa-puppet.git diff --git a/modules/nagios/manifests/client.pp b/modules/nagios/manifests/client.pp index 2f4aede23..5dfd1029f 100644 --- a/modules/nagios/manifests/client.pp +++ b/modules/nagios/manifests/client.pp @@ -77,4 +77,7 @@ class nagios::client inherits nagios { mode => '0555', } + file { '/etc/cron.d/puppet-nagios-wraps': + content => "47 * * * * root /usr/sbin/dsa-wrap-nagios-check -s puppet-agent /usr/lib/nagios/plugins/dsa-check_puppet_agent -d0 -c 28800 -w 18000\n", + } }