Merge lp:~mthaddon/mojo/graylog-load-checks into lp:mojo/mojo-specs

Proposed by Tom Haddon
Status: Merged
Approved by: Gareth Woolridge
Approved revision: 128
Merged at revision: 128
Proposed branch: lp:~mthaddon/mojo/graylog-load-checks
Merge into: lp:mojo/mojo-specs
Diff against target: 25 lines (+10/-1)
1 file modified
charm-testing/graylog/deploy (+10/-1)
To merge this branch: bzr merge lp:~mthaddon/mojo/graylog-load-checks
Reviewer Review Type Date Requested Status
Mojo Maintainers Pending
Review via email: mp+359042@code.launchpad.net

Commit message

charm-testing/graylog: Make sure our load tests pass for elasticsearch - create a custom nrpe with high load thresholds

Description of the change

charm-testing/graylog: Make sure our load tests pass for elasticsearch - create a custom nrpe with high load thresholds

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 128

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'charm-testing/graylog/deploy'
2--- charm-testing/graylog/deploy 2018-07-04 08:49:42 +0000
3+++ charm-testing/graylog/deploy 2018-11-20 10:51:57 +0000
4@@ -25,6 +25,15 @@
5 options:
6 mongodb:
7 charm: mongodb
8+ elasticsearch-nrpe:
9+ charm: nrpe
10+ options:
11+ export_nagios_definitions: true
12+ load: "-w 10,10,10 -c 25,25,25"
13+ sub_postfix: ""
14+ hostgroups: ci-graylog-testing
15+ nagios_host_context: ci-graylog-testing
16+ nagios_hostname_type: unit
17 nrpe:
18 charm: nrpe
19 options:
20@@ -51,4 +60,4 @@
21 - ['graylog', 'mongodb:database']
22 - ['mongodb', 'nrpe-xenial']
23 - ['elasticsearch:juju-info', 'filebeat:beats-host']
24- - ['elasticsearch', 'nrpe']
25+ - ['elasticsearch', 'elasticsearch-nrpe']

Subscribers

People subscribed via source and target branches

to all changes: