You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [*host_measurement*]
# The value of this is used for the measurement setting in host_template. Defaults to '$host.check_command$'
#
# [*host_tags*]
# Tags defined in this hash will be set in the host_template.
#
# [*service_measurement*]
# The value of this is used for the measurement setting in host_template. Defaults to '$service.check_command$'
#
# [*service_tags*]
# Tags defined in this hash will be set in the service_template.
#
# [*enable_send_thresholds*]
# Whether to send warn, crit, min & max tagged data. Defaults to false.
#
# [*enable_send_metadata*]
# Whether to send check metadata e.g. states, execution time, latency etc. Defaults to false.
#
# [*flush_interval*]
# How long to buffer data points before transfering to InfluxDB. Defaults to 10s.
#
# [*flush_threshold*]
# How many data points to buffer before forcing a transfer to InfluxDB. Defaults to 1024.
The text was updated successfully, but these errors were encountered:
s-johansson
changed the title
Documentation of default values for InfluxWriter need is outdated
Documentation of default values for InfluxWriter is outdated
Mar 6, 2019
s-johansson
pushed a commit
to s-johansson/puppet-icinga2
that referenced
this issue
Mar 6, 2019
Expected Behavior
Defaults are applied as documented
Current Behavior
Defaults are not applied
Possible Solution
or
Steps to Reproduce (for bugs)
Just declare the class without mentioned options
Context
Your Environment
Using v2.0.1 and comparing result with v1.4.0
The text was updated successfully, but these errors were encountered: