1
0
Fork 0
kmunin_exporter/httpd.conf

9 lines
137 B
Plaintext
Raw Permalink Normal View History

2018-05-07 14:54:39 +02:00
# example httpd.conf snipped
server "kmuninexporter" {
listen on localhost port 4848
location "/metrics/*" {
fastcgi
root "/"
}
}