summaryrefslogtreecommitdiffstats
path: root/src/cephadm/samples/prometheus.json
blob: 64727fb591e76b4540f03d0a57fd0d1853ef4bed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "files": {
	"prometheus.yml": [
	    "global:",
	    "  scrape_interval: 5s",
	    "  evaluation_interval: 10s",
	    "",
	    "rule_files: ",
	    "  - '/etc/prometheus/alerting/*'",
	    "",
	    "scrape_configs:",
	    "  - job_name: 'prometheus'",
	    "    static_configs:",
	    "      - targets: ['localhost:9095']"
	]
    }
}