~szeestraten/charm-nagios:bugfix_1669920

Last commit made on 2017-05-02
Get this branch:
git clone -b bugfix_1669920 https://git.launchpad.net/~szeestraten/charm-nagios
Only Sandor Zeestraten can upload to this branch. If you are Sandor Zeestraten please log in for upload directions.

Branch merges

Branch information

Name:
bugfix_1669920
Repository:
lp:~szeestraten/charm-nagios

Recent commits

a106e87... by Sandor Zeestraten

Fix permissions on livestatus directory lp#1669920

Enabling livestatus in the charm leads to creating a directory for the
livestatus socket with the wrong permissions so Nagios fails to load the
broker module.

This fixes the issue by setting the correct permissions for the
livestatus socket directory and removing unnecessary chown/chmod for the
socket file itself as it inherits the right permissions on creation.

This also removes the livestatus parts in the old install hook as this
is taken care of in the upgrade-charm hook.

Fixes #1669920

90ac703... by Stuart Bishop

Primative Makefile rule to run tests

43f4408... by Jill Rouleau

Fix customize_nrpe() for lp#1605733

b23e7eb... by Stuart Bishop

Update maintainers in metadata.yaml

0eae417... by Stuart Bishop

.gitignore

4c689de... by Stuart Bishop

[kos.tsakalozos, r=stub] Test fixes

Make tests more robust with modern juju, per lp:1636851

75168d6... by Stuart Bishop

Merge history from bzr branch

34f401d... by Laurent Sesquès

[sajoupa,r=mthaddon] add xenial support

042c4ae... by Tom Haddon

Initial import of trusty version of nagios charm

395ae4a... by Stuart Bishop

[bradm, r=stub] Test fixes and improvements, per https://code.launchpad.net/~brad-marshall/charms/trusty/nagios/fix-nrpe-tests/+merge/275651