1
0
kmunin_exporter/httpd.conf
2018-05-07 14:54:39 +02:00

9 lines
137 B
ApacheConf

# example httpd.conf snipped
server "kmuninexporter" {
listen on localhost port 4848
location "/metrics/*" {
fastcgi
root "/"
}
}