hello everyone, I have installed Prometheus and now I want to add more targets to the prometheus.yml.
To do this, I open the file prometheus.yml in this path:
/home/yellowtent/appsdata/97a95880-aba9-44ad-bcda-237c3c433880/data/config
i add this
- job_name: <SYSTEM-NAMEN>
scrape_interval: 5s
static_configs:
- targets: ['<MY-IP:9100']
after restart the Prometheus didn't start again. i see the changes in the file manager.
when I remove the lines again, everything works fine again. What am I doing wrong? Can you please help me?
Thank you in advance, Felix