Last active 4 months ago
This gist provides contextual copy paste options for Using Grafana with Zammad. Video context to this: https://youtu.be/CdGdKE4hjUU
0
0
6
| 1 | ##################### Grafana Configuration Example ##################### |
| 2 | # |
| 3 | # Everything has defaults so you only need to uncomment things you want to |
| 4 | # change |
| 5 | |
| 6 | # possible values : production, development |
| 7 | ;app_mode = production |
| 8 | |
| 9 | # instance name, defaults to HOSTNAME environment variable value or hostname if HOSTNAME var is empty |
| 10 | ;instance_name = FQDN |