Sha256: a8f15c4ef12baf084ed604c50245dd547f478bb1ac90c369a8935b3be29b8976

Contents?: true

Size: 1.9 KB

Versions: 62

Compression:

Stored size: 1.9 KB

Contents

<%
  @path = '/opt/graphite/conf/dashboard.conf'
%>
# This configuration file controls the behavior of the Dashboard UI, available
# at http://my-graphite-server/dashboard/.
#
# This file must contain a [ui] section that defines values for all of the
# following settings.
[ui]
default_graph_width = 400
default_graph_height = 250
automatic_variants = true
refresh_interval = 60
autocomplete_delay = 375
merge_hover_delay = 750

# You can set this 'default', 'white', or a custom theme name.
# To create a custom theme, copy the dashboard-default.css file
# to dashboard-myThemeName.css in the content/css directory and
# modify it to your liking.
theme = default

[keyboard-shortcuts]
toggle_toolbar = ctrl-z
toggle_metrics_panel = ctrl-space
erase_all_graphs = alt-x
save_dashboard = alt-s
completer_add_metrics = alt-enter
completer_del_metrics = alt-backspace
give_completer_focus = shift-space

# These settings apply to the UI as a whole, all other sections in this file
# pertain only to specific metric types.
#
# The dashboard presents only metrics that fall into specified naming schemes
# defined in this file. This creates a simpler, more targetted view of the
# data. The general form for defining a naming scheme is as follows:
#
#[Metric Type]
#scheme = basis.path.<field1>.<field2>.<fieldN>
#field1.label = Foo
#field2.label = Bar
#
#
# Where each <field> will be displayed as a dropdown box
# in the UI and the remaining portion of the namespace
# shown in the Metric Selector panel. The .label options set the labels
# displayed for each dropdown.
#
# For example:
#
#[Sales]
#scheme = sales.<channel>.<type>.<brand>
#channel.label = Channel
#type.label = Product Type
#brand.label = Brand
#
# This defines a 'Sales' metric type that uses 3 dropdowns in the Context Selector
# (the upper-left panel) while any deeper metrics (per-product counts or revenue, etc)
# will be available in the Metric Selector (upper-right panel).

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
rubber-2.12.2 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.12.1 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.12.0 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.11.0 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.10.2 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.10.1 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.10.0 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.9.0 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.8.1 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.8.0 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.7.5 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.7.4 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.7.3 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.7.2 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.7.1 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.7.0 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.6.5 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.6.4 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.6.3 templates/graphite/config/rubber/role/graphite_web/dashboard.conf
rubber-2.6.2 templates/graphite/config/rubber/role/graphite_web/dashboard.conf