Grafana to Cloud Foundry with custom conf file

Hi there…
I am just wondering that Grafana could be deployed to Cloud Foundry with custom conf? As I tried using command “./bin/grafana-server --config ./conf/grafana.ini” it seemed that the configuration did not take in effect while I was trying to deploy it to Cloud Foundry.

Check
logs, pls? Check your CF manifest - are you sure that config is located in “./conf/grafana.ini”? I would use absolute path.

Hey thanks! I eventually set like this: “./bin/grafana-server --config=conf/custom.ini” with adding equal sign and it worked out!!! Official docs has not given this cause out.

This topic was automatically closed after 365 days. New replies are no longer allowed.