Channel Revision Published Runs on
latest/stable 9 02 Feb 2024
Ubuntu 22.04 Ubuntu 20.04
latest/stable 10 02 Feb 2024
Ubuntu 22.04 Ubuntu 20.04
latest/stable 11 02 Feb 2024
Ubuntu 22.04 Ubuntu 20.04
latest/stable 12 02 Feb 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 12 02 Feb 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 11 02 Feb 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 10 02 Feb 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 9 02 Feb 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 203 28 Aug 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
latest/edge 202 28 Aug 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
latest/edge 201 28 Aug 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
latest/edge 200 28 Aug 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
latest/edge 12 01 Feb 2024
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
latest/edge 10 01 Feb 2024
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
2/stable 237 17 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
2/stable 235 17 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
2/stable 236 17 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
2/stable 234 17 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
2/candidate 237 17 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
2/candidate 235 17 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
2/candidate 236 17 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
2/candidate 234 17 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
2/beta 237 17 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
2/beta 235 17 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
2/beta 236 17 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
2/beta 234 17 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
2/edge 245 Yesterday
Ubuntu 24.04 Ubuntu 22.04
2/edge 244 Yesterday
Ubuntu 24.04 Ubuntu 22.04
2/edge 243 Yesterday
Ubuntu 24.04 Ubuntu 22.04
2/edge 242 Yesterday
Ubuntu 24.04 Ubuntu 22.04
juju deploy nats --channel 2/stable
Show information

Platform:

Ubuntu
24.04 22.04 20.04

Learn about configurations >

  • client-port | int

    Default: 4222

    A port NATS listens on for incoming client connections.

  • cluster-port | int

    Default: 4248

    A port NATS listens on for incoming cluster connections.

  • debug | boolean

    Enable nats-server debug logging.

  • listen-on-all-addresses | boolean

    Whether to use 0.0.0.0 for the client listening socket or not (all IPv4 and IPv6 addresses). NATS does not support multiple "listen" directives and the charm will error out if there are cross-model relations that result in multiple different bind-addresses available for relations of the client relation endpoint.

  • map-tls-clients | boolean

    Enable or disable usage of values in client certificates for authentication purposes (used in conjunction with verify-tls-clients only.

  • nagios_context | string

    Default: juju

    Used by the nrpe subordinate charms. 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.

  • nagios_servicegroups | string

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

  • snap-channel | string

    Default: stable

    Snap Store channel to install the NATs snap from

  • tls-ca-cert | string

    A CA certificate to be used for verification of TLS certificates of NATS cluster peers. Optional if TLS certificates are signed by a certificate authority that the core snap trusts.

  • tls-cert | string

    A TLS server certificate to be used by NATS.

  • tls-key | string

    A TLS server key to be used by NATS.

  • trace | boolean

    Enable tracing of raw protocol messages for nats-server.

  • verify-tls-clients | boolean

    Enable or disable mandatory client TLS certificate verification.