~xavpaice/charm-nagios:pagerduty-defaults

Last commit made on 2019-07-01
Get this branch:
git clone -b pagerduty-defaults https://git.launchpad.net/~xavpaice/charm-nagios
Only Xav Paice can upload to this branch. If you are Xav Paice please log in for upload directions.

Branch merges

Branch information

Name:
pagerduty-defaults
Repository:
lp:~xavpaice/charm-nagios

Recent commits

f392fd5... by Xav Paice

Change pagerduty_notification_levels default

Most sites we deploy do not need to be using Pagerduty for warnings,
this changes the default to reflect most production deployments.

fa01556... by Peter Sabaini

Make install more robust

Reviewed-on: https://code.launchpad.net/~peter-sabaini/nagios-charm/+git/nagios-charm/+merge/364101
Reviewed-by: Stuart Bishop <email address hidden>

6f5e177... by Xav Paice

Add custom disk monitor for nagios host

Reviewed-on: https://code.launchpad.net/~xavpaice/nagios-charm/+git/nagios-charm/+merge/366741
Reviewed-by: James Hebden <email address hidden>

71f8aba... by Xav Paice

Add custom disk monitor for nagios host

When monitoring the local Nagios host and it's not in a container, we
use check_all_disks which reports critical when any snap is installed.
This change adds a custom command to the local cfg such that squashfs is
excluded from the check.

cec6830... by Nicolas Pochet

Fix typo for SSL

* Write ssl file to /etc/apache2/sites-available/default-ssl.conf
instead of /etc/apache2/sites-available/default-ssl
* Modify template to point to /var/www/html
* Fixes LP:1777904

Reviewed-on: https://code.launchpad.net/~npochet/nagios-charm/+git/nagios-charm/+merge/366648
Reviewed-by: Tom Haddon <email address hidden>
Reviewed-by: Stuart Bishop <email address hidden>

cdbbeb8... by Nicolas Pochet

Fix typo for SSL

* Write ssl file to /etc/apache2/sites-available/default-ssl.conf
instead of /etc/apache2/sites-available/default-ssl
* Modify template to point to /var/www/html
* Fixes LP:1777904

cdc4f22... by Alvaro Uria

Nagios checks the rootfs on containers

Reviewed-on: https://code.launchpad.net/~aluria/nagios-charm/+git/nagios-charm/+merge/363865
Reviewed-by: Andrea Ieri <email address hidden>

5170869... by Andrea Ieri

Make pagerduty_nagios.pl enqueue proxy aware

Reviewed-on: https://code.launchpad.net/~aieri/nagios-charm/+git/nagios-charm/+merge/366303
Reviewed-by: Alvaro Uria <email address hidden>

7216eb1... by Andrea Ieri

Make pagerduty_nagios.pl enqueue proxy aware

The cronjob for pagerduty_nagios.pl flush had already been updated to
use the --proxy switch if needed. This commit adds the same switch to
the enqueue action.

Fixes: 1825489

8568ba9... by Peter Sabaini

Update hardcoded procs check with more appropriate values