Comments in the icinga2::object::graphitewriter manifest.
This commit is contained in:
parent
cc69fa52e4
commit
28961d8fce
1 changed files with 13 additions and 1 deletions
|
@ -1,7 +1,19 @@
|
||||||
# Configure GraphiteWriter Feature .conf file
|
# == Defined type: icinga2::object::graphitewriter
|
||||||
|
#
|
||||||
|
# This is a defined type for Icinga 2 GraphiteWriter objects.
|
||||||
|
# See the following Icinga 2 doc page for more info:
|
||||||
|
# http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/configuring-icinga2#objecttype-graphitewriter
|
||||||
|
#
|
||||||
|
# === Parameters
|
||||||
|
#
|
||||||
|
# See the inline comments.
|
||||||
|
#
|
||||||
|
|
||||||
define icinga2::object::graphitewriter (
|
define icinga2::object::graphitewriter (
|
||||||
$graphite_host = '127.0.0.1',
|
$graphite_host = '127.0.0.1',
|
||||||
$graphite_port = 2003,
|
$graphite_port = 2003,
|
||||||
|
#Put the object files this defined type generates in features-available
|
||||||
|
#since the Graphite writer feature is one that has to be explicitly enabled.
|
||||||
$target_dir = '/etc/icinga2/features-available',
|
$target_dir = '/etc/icinga2/features-available',
|
||||||
$target_file_name = "${name}.conf",
|
$target_file_name = "${name}.conf",
|
||||||
$target_file_owner = 'root',
|
$target_file_owner = 'root',
|
||||||
|
|
Loading…
Reference in a new issue