canonical / jhack

Chock-full of Juju hackery.
Apache License 2.0
48 stars 23 forks source link

feat: add support for Pebble check-failed and check-recovered events #172

Open tonyandrewmeyer opened 5 days ago

tonyandrewmeyer commented 5 days ago

Adds explicit support to jhack fire for <container-name>-pebble-check-failed and <container-name>-pebble-check-recovered events.

In very much the same way as notice events prompt asking for the appropriate notice, this will prompt for the appropriate check, if necessary.

OP045

tonyandrewmeyer commented 4 days ago

Works correctly in my local testing. I'll hold off on merging until the Juju & pebble PRs have landed.