~charmers/charms/precise/ganglia/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
options:
    gridname:
        type: string
        default: everything
        description: |
            Name of the default grid into which all services
            being monitored get automatically placed.
    dead_host_timeout:
        type: int
        default: 3600
        description: |
            Number of seconds after which a host is considered
            removed from the configuration and will be dropped
            by ganglia.
    source:
        type: string
        description: |
            Optional configuration to support use of additional
            sources such as:
            .
                - ppa:myteam/myppa
                - cloud:folsom-proposed
                - http://my.archive.com/ubuntu main
            .
            The last option should be used in conjunction with
            the key configuration option.
    key:
        type: string
        description: |
            Key to import to the apt keyring to support use
            with arbitary source configuration from outside
            of launchpad archives or PPA's