Hi,
I just installed new Prometheus server.
On theis server i installed the node_exporter and the collectd_exporter.
Now, i already have another server that send collectd metrics to my graphite server, I want to send this collectd metrics to the Prometheus server also.
This is my configuration in the collectd server, but still no metrics in the Prometheus:
LoadPlugin "network"
<Plugin "network">
Server "prometheus-monitoring-test" "9103"
</Plugin>
Thanks in advanced,
Eli