Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Cleaned up template file to make it much shorter… #1

Merged
merged 1 commit into from
Feb 23, 2018

Conversation

stefanhorning
Copy link

@stefanhorning stefanhorning commented Feb 23, 2018

…and contain less non unicode characters too.

Before this changes:

grep -r --color='auto' -P -n "[^\x00-\x7f]" templates/

templates/telegraf.conf.j2:71:  ## Valid time units are "ns", "us" (or "µs"), "ms", "s".
templates/telegraf.conf.j2:1361:#   ## This collect all heap memory usage metrics.
templates/telegraf.conf.j2:1367:#   ## This collect thread counts metrics.
templates/telegraf.conf.j2:1373:#   ## This collect number of class loaded/unloaded counts metrics.

After them:

grep -r --color='auto' -P -n "[^\x00-\x7f]" templates/
[no results]

@stefanhorning stefanhorning changed the title Cleaned up template files to make it much shorter and contain less no… Cleaned up template files to make it much shorter… Feb 23, 2018
@stefanhorning stefanhorning changed the title Cleaned up template files to make it much shorter… Cleaned up template file to make it much shorter… Feb 23, 2018
@stefanhorning stefanhorning merged commit 9cb801b into master Feb 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant