~frankban/charms/precise/juju-gui/guiserver-async-watcher

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Francesco Banconi
  • Date: 2013-08-19 08:44:08 UTC
  • mfrom: (89.2.1 unstable)
  • Revision ID: francesco.banconi@canonical.com-20130819084408-br0gkerolwwoy61q
Merged trunk and bumped up revision.

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
        canvas. This is also known as browse mode.
159
159
      - 'minimized': the charmbrowser will be minimized by default, and hidden.
160
160
    type: string
161
 
    default: sidebar 
 
161
    default: sidebar
162
162
  show-get-juju-button:
163
163
    description: |
164
164
      There are deployment modes for Juju GUI which are not intended as regular
173
173
      the only server in the future.
174
174
    type: boolean
175
175
    default: false
 
176
  nagios_context:
 
177
    description: |
 
178
      Used by the nrpe-external-master subordinate charm.
 
179
      A string that will be prepended to instance name to set the host name
 
180
      in nagios. So for instance the hostname would be something like:
 
181
          juju-myservice-0
 
182
      If you're running multiple environments with the same services in them
 
183
      this allows you to differentiate between them.
 
184
    type: string
 
185
    default: "juju"