diff options
Diffstat (limited to 'net-mgmt/telegraf/files/patch-etc_telegraf-conf')
-rw-r--r-- | net-mgmt/telegraf/files/patch-etc_telegraf-conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/telegraf/files/patch-etc_telegraf-conf b/net-mgmt/telegraf/files/patch-etc_telegraf-conf new file mode 100644 index 000000000000..34976d27d77c --- /dev/null +++ b/net-mgmt/telegraf/files/patch-etc_telegraf-conf @@ -0,0 +1,11 @@ +--- etc/telegraf.conf.orig 2018-08-07 18:32:57 UTC ++++ etc/telegraf.conf +@@ -61,7 +61,7 @@ + ## when interval = "250ms", precision will be "1ms" + ## Precision will NOT be used for service inputs. It is up to each individual + ## service input to set the timestamp at the appropriate precision. +- ## Valid time units are "ns", "us" (or "µs"), "ms", "s". ++ ## Valid time units are "ns", "us", "ms", "s". + precision = "" + + ## Logging configuration: |