← Back to team overview

nagios-charmers team mailing list archive

[Bug 1740264] Re: hostgroups defined in nrpe charm are not created

 

** Changed in: charm-nrpe
       Status: Triaged => Won't Fix

** Changed in: charm-nagios
       Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Nagios
Charm developers, which is subscribed to Nagios Charm.
https://bugs.launchpad.net/bugs/1740264

Title:
  hostgroups defined in nrpe charm are not created

Status in Nagios Charm:
  Won't Fix
Status in NRPE Charm:
  Won't Fix

Bug description:
  Defining custom hostgroups in the `hostgroups` config option in the
  nrpe charm does not work and do not show up in Nagios. See the example
  bundle below which should create a hostgroup called "hostgroup1" with
  the ubuntu host as a member.

  # Versions
  Juju 2.3.1
  nagios rev. 22
  nrpe rev. 42

  # Example bundle
  series: xenial
  services:
    nagios:
      charm: cs:nagios-22
      num_units: 1
      expose: true
      options:
        password: nagiosadmin
    ubuntu:
      charm: cs:ubuntu-10
      num_units: 1
    nrpe:
      charm: cs:nrpe-42
      options:
        hostgroups: "hostgroup1"
  relations:
  - - nrpe:general-info
    - ubuntu:juju-info
  - - nagios:monitors
    - nrpe:monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nagios/+bug/1740264/+subscriptions



References