prometheus.yml 146 B

12345
  1. scrape_configs:
  2. - job_name: "prometheus"
  3. scrape_interval: 5s
  4. static_configs:
  5. - targets: ["prosody:5280","jvb:8080","jicofo:8888"]