One of the Mac servers is not reporting to Grafana.
Telegraf 1.34.4
this is conf file
[agent]
interval = "10s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
collection_jitter = "0s"
flush_interval = "10s"
flush_jitter = "0s"
precision = ""
hostname = "mac05"
omit_hostname = false
[[outputs.graphite]]
servers = ["1.2.3.4:2003"]
prefix = ""
template = "host.tags.measurement.field"
timeout = 2
[[inputs.cpu]]
percpu = true
totalcpu = true
collect_cpu_time = false
report_active = false
[[inputs.disk]]
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs"]
[[inputs.mem]]
# no configuration
When i check the telegraf.log
2025-09-06T16:33:01Z E! **[agent] Error writing to outputs.graphite: could not write to any server in cluster**
2025-09-06T16:33:11Z E! [agent] Error writing to outputs.graphite: could not write to any server in cluster
2025-09-06T16:33:21Z E! [agent] Error writing to outputs.graphite: could not write to any server in cluster
But if when i run
telegraf --config /usr/local/etc/telegraf.conf --debug
then it works fine and reports the metrix to grafana. where should i look ???
1> I have restart the server
2> Restarted the telegraf
3> I have check the IP server IP address