~woutervb/charm-telegraf:bug/1872592

Last commit made on 2020-04-15
Get this branch:
git clone -b bug/1872592 https://git.launchpad.net/~woutervb/charm-telegraf
Only Wouter van Bommel can upload to this branch. If you are Wouter van Bommel please log in for upload directions.

Branch merges

Branch information

Name:
bug/1872592
Repository:
lp:~woutervb/charm-telegraf

Recent commits

3be47f8... by Wouter van Bommel

Added setting of a state

Function needs to set the state indicating that nagios has been setup.
This flag will be cleared during a call to config-changed, just to be
sure that we pickup changes if needed, like port number.

d62ac14... by Wouter van Bommel

Added unittest for nagios

In response to the code review of the previous MR the following changes
have been made:
 1. Unittest for testing the nagios calls
 2. Removed a non functional check
 3. removed a hidden file
 4. fixed a linting error

0e823e5... by Wouter van Bommel

Implementation of nrpe-external-master

With this comment it is possible to relate telegraf with nrpe so that
functional monitoring of the process is possible.
With functional monitoring is meant, that calls to the http interface
will be made to determine if telegraf is alive. If the daemon does not
respond (or with errors) alerts will be raised.

4f58bab... by Jeremy Lounder

Updated maintainers in metadata.yaml

d8a657c... by Haw Loeung

Added focal (20.04) support

e58f7f4... by Nicolas Pochet

Add socket_listener_port config option

* Add socket_listener_port as a config option
* Add unit tests
* Fixes LP:1817406

Reviewed-on: https://code.launchpad.net/~npochet/telegraf-charm/+git/telegraf-charm/+merge/367405
Reviewed-by: Jeremy Lounder <email address hidden>

53d9aca... by Nicolas Pochet

Add socket_listener_port config option

* Add socket_listener_port as a config option
* Add unit tests
* Fixes LP:1817406

c6b6f68... by Stuart Bishop

pg_stat_archiver PostgreSQL metrics

pg_stat_archiver provides non-streaming WAL shipping metrics

Reviewed-on: https://code.launchpad.net/~stub/telegraf-charm/+git/telegraf-charm/+merge/362715
Reviewed-by: Joel Sing <email address hidden>

676caf7... by Stuart Bishop

pg_stat_archiver PostgreSQL metrics

a2692cf... by Stuart Bishop

Fix PostgreSQL 10+ support for hot standbys

Reviewed-on: https://code.launchpad.net/~stub/telegraf-charm/+git/telegraf-charm/+merge/360108
Reviewed-by: Junien Fridrick <email address hidden>