summaryrefslogtreecommitdiffstats
path: root/modules/tick/templates/telegraf.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-01 22:12:28 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-01 22:12:28 -0400
commitc7e910371957aff3702c297069226cc345fe9bf0 (patch)
treed7694e2e0bdee9765d0e29148f2daf80bb396bef /modules/tick/templates/telegraf.conf
parentf6cf5fc61ac1e6d1eda3fcc4c95e3c5ace575ffb (diff)
downloadpuppet-tozt-c7e910371957aff3702c297069226cc345fe9bf0.tar.gz
puppet-tozt-c7e910371957aff3702c297069226cc345fe9bf0.zip
try out prometheus
Diffstat (limited to 'modules/tick/templates/telegraf.conf')
-rw-r--r--modules/tick/templates/telegraf.conf7
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/tick/templates/telegraf.conf b/modules/tick/templates/telegraf.conf
index 4fffce8..67593da 100644
--- a/modules/tick/templates/telegraf.conf
+++ b/modules/tick/templates/telegraf.conf
@@ -10,8 +10,5 @@
precision = ""
hostname = ""
omit_hostname = false
-[[outputs.influxdb_v2]]
- urls = ["https://influxdb.tozt.net"]
- token = "<%= @influxdb_token %>"
- organization = "tozt"
- bucket = "telegraf"
+[[outputs.prometheus_client]]
+ listen = ":9273"