conf telegraf pour nrd et cl
This commit is contained in:
committed by
Samuel Trégouët
parent
df79f2b241
commit
6f4e8c8c5a
@@ -0,0 +1,42 @@
|
||||
[global_tags]
|
||||
|
||||
|
||||
# Configuration for telegraf agent
|
||||
[agent]
|
||||
interval = "60s"
|
||||
debug = false
|
||||
hostname = "{{ inventory_hostname }}"
|
||||
round_interval = true
|
||||
flush_interval = "10s"
|
||||
flush_jitter = "0s"
|
||||
collection_jitter = "0s"
|
||||
metric_batch_size = 1000
|
||||
metric_buffer_limit = 10000
|
||||
quiet = false
|
||||
logfile = ""
|
||||
omit_hostname = false
|
||||
|
||||
###############################################################################
|
||||
# OUTPUTS #
|
||||
###############################################################################
|
||||
|
||||
[[outputs.influxdb]]
|
||||
urls = [ "https://influxdb.gra1.metrics.ovh.net" ]
|
||||
username = "metrics"
|
||||
password = "XJ38hW_X9tZXE83rad_wssvkvzXaDC1j2ynLfawIpMANngDGjDWeRqjytKFncgYP.MtlT6t8dDy5K12aGL.OIPCvkjDSje8KOoGVNTqpHnDzDDKZ.K_AV8nEjzivC0ka"
|
||||
|
||||
###############################################################################
|
||||
# INPUTS #
|
||||
###############################################################################
|
||||
|
||||
[[inputs.processes]]
|
||||
[[inputs.cpu]]
|
||||
percpu = false
|
||||
[[inputs.disk]]
|
||||
interval = "3600s"
|
||||
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs"]
|
||||
fielddrop = ["total","used","inodes_free","inodes_total","inodes_used"]
|
||||
[[inputs.mem]]
|
||||
fielddrop=["buffered","cached","slab","available_percent","used_percent","wired","commit_limit","commited_as","dirty","high_free","high_total","huge_page_size","huge_pages_free","huge_pages_total","low_free","low_total","mapped","page_tables","shared","sreclaimable","sunreclaim","swap_total","vmalloc_chunk","vmalloc_total","vmalloc_used","write_back","write_back_tmp"]
|
||||
[[inputs.system]]
|
||||
fielddrop=["n_users","uptime_format","uptime","n_cpus"]
|
||||
Reference in New Issue
Block a user