Merge lp:~timkuhlman/charms/trusty/rsyslog-forwarder-ha/nrpe into lp:charms/trusty/rsyslog-forwarder-ha
| Status: | Merged |
|---|---|
| Merge reported by: | Stuart Bishop |
| Merged at revision: | not available |
| Proposed branch: | lp:~timkuhlman/charms/trusty/rsyslog-forwarder-ha/nrpe |
| Merge into: | lp:charms/trusty/rsyslog-forwarder-ha |
| Diff against target: |
768 lines (+645/-5) 9 files modified
charm-helpers.yaml (+1/-0) config.yaml (+16/-0) hooks/charmhelpers/contrib/charmsupport/__init__.py (+15/-0) hooks/charmhelpers/contrib/charmsupport/nrpe.py (+398/-0) hooks/charmhelpers/contrib/charmsupport/volumes.py (+175/-0) hooks/hooks.py (+24/-2) metadata.yaml (+4/-0) templates/failover.template (+9/-0) tests/unit/test_basic.py (+3/-3) |
| To merge this branch: | bzr merge lp:~timkuhlman/charms/trusty/rsyslog-forwarder-ha/nrpe |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Stuart Bishop | Approve on 2016-06-06 | ||
| Andrew McLeod (community) | Approve on 2016-05-19 | ||
| Adam Israel | 2016-04-26 | Needs Fixing on 2016-05-19 | |
| Review Queue (community) | automated testing | Needs Fixing on 2016-05-06 | |
|
Review via email:
|
|||
Description of the Change
Adds an nrpe relation and nagios check for the rsyslog daemon.
- 15. By Tim Kuhlman on 2016-04-28
-
Make tcp failover mode more robust especially on Juju controllers
| Junien Fridrick (axino) wrote : | # |
- 16. By Tim Kuhlman on 2016-05-02
-
The default config logs locally so that even with log-locally set false that was happening. Fixed it so that log-locally overwrites the default config
- 17. By Tim Kuhlman on 2016-05-02
-
Restore a working default config on stop
- 18. By Tim Kuhlman on 2016-05-03
-
Set $ActionSendStre
amDriver rather than resetting the default which breaks anything relying on the previous default
| Review Queue (review-queue) wrote : | # |
This item has failed automated testing! Results available here http://
| Review Queue (review-queue) wrote : | # |
This item has failed automated testing! Results available here http://
- 19. By Tim Kuhlman on 2016-05-04
-
Explicitly set tcp mode to non-ssl
| Review Queue (review-queue) wrote : | # |
This item has failed automated testing! Results available here http://
| Review Queue (review-queue) wrote : | # |
This item has failed automated testing! Results available here http://
| Adam Israel (aisrael) wrote : | # |
Hey Tim,
Since the current CI/review queue only keeps logs of the last 300 runs (which will be fixed in the new RQ), here's the output of my tests running against AWS and Juju 2 beta 7.
- 20. By Tim Kuhlman on 2016-05-19
-
Lint fixes and fix for stop test
| Tim Kuhlman (timkuhlman) wrote : | # |
Thanks I just pushed up the fixes.
On 05/19/2016 09:37 AM, Adam Israel wrote:
> Review: Needs Fixing
>
> Hey Tim,
>
> Since the current CI/review queue only keeps logs of the last 300 runs (which will be fixed in the new RQ), here's the output of my tests running against AWS and Juju 2 beta 7.
>
> http://
>
--
Tim Kuhlman
CDO - IS - Foxtrot

Perhaps the added "$ActionQueueDi scardSeverity" could be a charm option ?