Ubuntu Pastebin

Paste from nbnm at Fri, 22 Apr 2016 20:04:56 +0000

Download as text
 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
root@maas61:~# juju get ntp
charm: ntp
service: ntp
settings:
  auto_peers:
    default: true
    description: Will ntp auto peer between the environment
    type: boolean
    value: true
  nagios_context:
    default: true
    description: |
      Used by the nrpe-external-master subordinate charm.
      A string that will be prepended to instance name to set the host name
      in nagios. So for instance the hostname would be something like:
          juju-myservice-0
      If you're running multiple environments with the same services in them
      this allows you to differentiate between them.
    type: string
    value: juju
  nagios_ntpmon_checks:
    default: true
    description: |
      A space-separated list of nagios ntpmon checks to enable.
      Options are "offset peers reachability sync"; if all are specified,
      they are combined into a single check; leave empty for no checks.
    type: string
    value: offset peers reachability sync
  nagios_servicegroups:
    default: true
    description: |
      A comma-separated list of nagios servicegroups.
      If left empty, the nagios_context will be used as the servicegroup
    type: string
    value: ""
  peers:
    default: true
    description: Space separated list of NTP servers to use as peers for time.
    type: string
    value: ""
  source:
    default: true
    description: Space separated list of NTP servers to use as source for time.
    type: string
    value: ""
  use_iburst:
    default: true
    description: Use iburst for all servers, not just ntpmaster
    type: boolean
    value: true
root@maas61:~# 
Download as text