nagios-charmers team mailing list archive
-
nagios-charmers team
-
Mailing list archive
-
Message #00233
[Merge] ~alephnull-b/thruk-master-charm:bionic-support into thruk-master-charm:master
Alok G Singh has proposed merging ~alephnull-b/thruk-master-charm:bionic-support into thruk-master-charm:master.
Requested reviews:
Andrea Ieri (aieri)
For more details, see:
https://code.launchpad.net/~alephnull-b/thruk-master-charm/+git/thruk-master-charm/+merge/362027
Tested bionic support.
Fixes lp#1805101
--
Your team Nagios Charm developers is subscribed to branch thruk-master-charm:master.
diff --git a/hooks/services.py b/hooks/services.py
old mode 100644
new mode 100755
index 959f668..e661f7e
--- a/hooks/services.py
+++ b/hooks/services.py
@@ -12,7 +12,7 @@ def manage():
config = hookenv.config()
manager = ServiceManager([
{
- 'service': 'thruk-master',
+ 'service': 'thruk',
'ports': [80, 443], # ports to after start
# 'provided_data': [
# # context managers for provided relations
diff --git a/metadata.yaml b/metadata.yaml
index 376b35a..df97618 100644
--- a/metadata.yaml
+++ b/metadata.yaml
@@ -8,6 +8,7 @@ tags:
series:
- trusty
- xenial
+ - bionic
subordinate: false
provides:
website:
Follow ups