~brad-marshall/charms/trusty/thruk-master/add-debug-options

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
52
53
options:
  source:
    type: string
    default: "ppa:brad-marshall/thruk"
    description: "PPA to install thruk"
  url:
    type: string
    default: "nagios.example.com"
    description: "URL to use for web virtual host"
  trusted_ssl_cert:
    type: string
    default: ''
    description: |
        Name and location of the remotely trusty ssl cert.  Basename of this file
        will be used as the basename of the chain file rooted at
        /etc/ssl/certs.
  trusted_ssl_certlocation:
    type: string
    default: ''
    description: |
        Name and location of the remotely trusty ssl cert.  Basename of this file
        will be used as the basename of the chain file rooted at
        /etc/ssl/certs.
  nagios_context:
    default: "juju"
    type: string
    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.
  debug-log:
    default: false
    type: boolean
    description: >
      Enables debug logging for thruk.
  debug-log-path:
    default: "/var/log/thruk/debug.log"
    type: string
    description: >
      The default log path for debugging (if enabled).
  screen-log:
    default: false
    type: boolean
    description: >
      Enables debug logging to stderr for thruk - in the default case, this ends
      up in the apache error logs.