2014-07-05 22:50:57 +02:00
|
|
|
######################################################################################
|
|
|
|
# NRPE '<%= @command_name %>' command definition file for the <%= @nrpe_plugin_name %> plugin.
|
|
|
|
# Autogenerated by Puppet
|
|
|
|
# (c) Nicholas Chappell, 2014
|
|
|
|
######################################################################################
|
|
|
|
|
|
|
|
###########################################
|
|
|
|
# !!!WARNING!!! #
|
|
|
|
###########################################
|
|
|
|
# This file is automatically generated by #
|
|
|
|
# Puppet. Any manual changes made to it #
|
|
|
|
# **WILL** get overwritten! #
|
|
|
|
###########################################
|
|
|
|
|
2014-09-10 09:20:37 +02:00
|
|
|
command[<%= @command_name %>]=<%= @nrpe_plugin_libdir %>/<%= @nrpe_plugin_name %> <%= @nrpe_plugin_args %>
|