Auditd

Channel Revision Published Runs on
latest/stable 1 11 Nov 2020
Ubuntu 14.04
juju deploy auditd
Show information

Platform:

Ubuntu
14.04
  • additional_rules | string

    Default: []

    YAML list of additional auditd rules to add. For example: - "-w /etc/adduser.conf -p wa -k CFG_adduser" - "-w /srv/www/index.html -p wa -k CFG_www"

  • log_file | string

    Default: /var/log/audit/audit.log

    Log file

  • max_log_size | int

    Default: 10

    Max log size in MB before rotating

  • nagios_context | string

    Default: juju

    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-postgresql-0 If you're running multiple environments with the same services in them this allows you to differentiate between them.

  • num_logs | int

    Default: 5

    The number of rotated logs to keep

  • syslog | boolean

    If true will log to the syslog as well as to /var/log/audit/audit.log