renaming template
Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
parent
b5513163cb
commit
2f2b781bd1
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
|||
/**
|
||||
* WARNING: This IdoPgsqlConnection definition is automatically generated by Puppet.
|
||||
* ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
|
||||
*/
|
||||
|
||||
/**
|
||||
* The GraphiteWriter type writes check result metrics and
|
||||
* performance data to a graphite tcp socket.
|
||||
*/
|
||||
|
||||
library "perfdata"
|
||||
|
||||
object GraphiteWriter "graphite" {
|
||||
<%#- If any of the @ parameters are undefined, don't print anything for them: -%>
|
||||
<%- if @host -%>
|
||||
<%#- Otherwise, include the parameter: -%>
|
||||
host = "<%= @host -%>"
|
||||
<%- end -%>
|
||||
<%- if @port -%>
|
||||
port = <%= @port %>
|
||||
<%- end -%>
|
||||
}
|
Loading…
Reference in a new issue