Merge remote-tracking branch 'origin/master' into staging
[mirror/dsa-puppet.git] / modules / nagios / manifests / client.pp
index 94bbf93..8991f57 100644 (file)
@@ -81,7 +81,7 @@ class nagios::client inherits nagios {
                target => '/etc/cron.d/dsa-puppet-stuff',
                order  => '010',
                content  => @(EOF)
-                       47 * * * * root dsa-wrap-nagios-check -s puppet-agent dsa-check_puppet_agent -d0 -c 28800 -w 18000
+                       47 * * * * root dsa-wrap-nagios-check -s puppet-agent dsa-check-puppet_agent -d0 -c 28800 -w 18000
                        | EOF
        }
 }