~mertkirpici/charm-thruk-agent:stable/20.05

Last commit made on 2020-04-27
Get this branch:
git clone -b stable/20.05 https://git.launchpad.net/~mertkirpici/charm-thruk-agent
Only Mert Kirpici can upload to this branch. If you are Mert Kirpici please log in for upload directions.

Branch merges

Branch information

Name:
stable/20.05
Repository:
lp:~mertkirpici/charm-thruk-agent

Recent commits

a66eb46... by Giuseppe Petralia

Add some comments to update-status hook

5184928... by Giuseppe Petralia

Not restart thruk when update-status runs

Update status will only check for thruk's service status and if it is not
running it will check if nagios livestatus is enabled and it will try
to reconfigure thruk otherwise won't do anything.

Closes-Bug: #1838548

50da57e... by Jeremy Lounder

Updated maintainer in metadata

4874b9c... by Felipe Reyes

Use add-apt-repository only when needed

Reviewed-on: https://code.launchpad.net/~freyes/thruk-agent-charm/+git/thruk-agent-charm/+merge/376486
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Jorge Niedbalski <email address hidden>
Reviewed-by: Stuart Bishop <email address hidden>

f07f325... by Felipe Reyes

pep8 fixes

102f692... by Felipe Reyes

Use add-apt-repository only when needed

Call add-apt-repository only when the 'source' or the 'key' have changed,
and filter the list of packages to install to avoid re-installing the ones
that are already present in the system, this reduces the number of executions
of "apt-get update" and "apt-get install" which were being called on every
update-status hook execution.

Closes-Bug: #1829681

3a95125... by Xav Paice

Update to allow the use of the newer juju proxy settings for apt installations.

Reviewed-on: https://code.launchpad.net/~xavpaice/thruk-agent-charm/+git/thruk-agent-charm/+merge/368892
Reviewed-by: Wouter van Bommel <email address hidden>

66c1990... by Xav Paice

add juju env to add-apt-repository for proxy settings

c91084b... by Xav Paice

update charmhelpers as at 69ae66d1acf5c4e6fed2a4375ad0bbcbfcfafc42

9447b49... by Shane Peters

enable status updates

Reviewed-on: https://code.launchpad.net/~shaner/thruk-agent-charm/+git/thruk-agent-charm/+merge/361690
Reviewed-by: Stuart Bishop <email address hidden>