Using v1.0.10 How do I add arguments to check_nginx? I've tried in yaml: nagios::check::nginx::args: 'argument' and: nagios_check_nginx_args: 'argument' If I add a block of nagios::check::nginx and using args parameter, it works, though the "default (which contains no arguments)" check is still there.