NRPE check incorrectly passes string instead of list
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Landscape Server |
Fix Released
|
High
|
Adam Collard | ||
percona-cluster (Juju Charms Collection) |
Fix Released
|
High
|
Adam Collard |
Bug Description
Snippet from hooks/nrpe-
@hooks.
def update_
# python-dbus is used by check_upstart_job
apt_
hostname = nrpe.get_
current_unit = nrpe.get_
nrpe_setup = nrpe.NRPE(
nrpe.
nrpe_
)
nrpe_
Note that 'mysql' is passed into nrpe.add_
I end up with a nagios complaining about missing services 'l', 'm', 'q', 's' and 'y': http://
It should be a list a la ['mysql'] instead.
Changed in percona-cluster (Juju Charms Collection): | |
assignee: | nobody → Adam Collard (adam-collard) |
Changed in percona-cluster (Juju Charms Collection): | |
status: | New → In Progress |
importance: | Undecided → High |
Changed in landscape: | |
milestone: | none → 16.11 |
importance: | Undecided → High |
Changed in percona-cluster (Juju Charms Collection): | |
milestone: | none → 17.01 |
Changed in landscape: | |
status: | Fix Committed → Fix Released |
Added landscape task for update to charm revision.