/etc/shinken/shinken-specific/broker-webui-graphite.cfg is in shinken-module-broker-webui-graphite 1.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | ## Module: Graphite_UI
## Loaded by: WebUI
# In WebUI: Show Graphite graphs
define module {
module_name Graphite-UI
module_type graphite_webui
uri http://graphite.example.com/
templates_path /usr/share/shinken/templates/graphite/
}
|