]> git.proxmox.com Git - ceph.git/blob - ceph/src/cephadm/samples/prometheus.json
import 15.2.0 Octopus source
[ceph.git] / ceph / src / cephadm / samples / prometheus.json
1 {
2 "files": {
3 "prometheus.yml": [
4 "global:",
5 " scrape_interval: 5s",
6 " evaluation_interval: 10s",
7 "",
8 "rule_files: ",
9 " - '/etc/prometheus/alerting/*'",
10 "",
11 "scrape_configs:",
12 " - job_name: 'prometheus'",
13 " static_configs:",
14 " - targets: ['localhost:9095']"
15 ]
16 }
17 }