Charmers Rsyslog Forwarder Ha

Channel Revision Published Runs on
latest/stable 13 18 Mar 2021
Ubuntu 14.04
latest/edge 9 18 Mar 2021
Ubuntu 14.04
juju deploy charmers-rsyslog-forwarder-ha
Show information

Platform:

Ubuntu
14.04
  • forward_hosts | string

    A comma-separated list of key=value representing hostname and ip address of servers to forward all logs to as in hostname1=host_ip1, hostname2=host_ip2, hostname3=host_ip3

  • log-locally | boolean

    Should logs be written locally as well as forwarded?

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

  • nagios_servicegroups | string

    A comma-separated list of nagios servicegroups. If left empty, the nagios_context will be used as the servicegroup

  • protocol | string

    Default: udp

    transport protocol to use, currently supported options: udp, relp, tcp

  • replication-mode | string

    Default: fanout

    Possible options are 'fanout' or 'failover' fanout replicates the log messages over all the defined syslog relations, failover replicates the log messages just if the previous server is down. Failover always uses tcp for the protocol.

  • watch-files | string

    Default: /var/log/dpkg.log /var/log/apt/history.log

    A space separated list of files to follow with rsyslog imfile and forward to the aggregator. If set to empty string no files will be watched with imfile.