mirror of https://github.com/zulip/zulip.git
puppet_ops: Include Akamai log parser on prometheus server.
This commit is contained in:
parent
637e9c11ee
commit
5e49804004
|
@ -9,6 +9,9 @@ class zulip_ops::profile::prometheus_server {
|
||||||
# This blackbox monitoring of the backup system runs locally
|
# This blackbox monitoring of the backup system runs locally
|
||||||
include zulip_ops::prometheus::wal_g
|
include zulip_ops::prometheus::wal_g
|
||||||
|
|
||||||
|
# Ditto the Akamai logs
|
||||||
|
include zulip_ops::prometheus::akamai
|
||||||
|
|
||||||
$version = $zulip::common::versions['prometheus']['version']
|
$version = $zulip::common::versions['prometheus']['version']
|
||||||
$dir = "/srv/zulip-prometheus-${version}"
|
$dir = "/srv/zulip-prometheus-${version}"
|
||||||
$bin = "${dir}/prometheus"
|
$bin = "${dir}/prometheus"
|
||||||
|
|
Loading…
Reference in New Issue