Alex Vandiver
7f6a77da31
puppet: Add a redis exporter.
2022-05-03 17:13:44 -07:00
Alex Vandiver
1bd5723cd2
puppet: Add a prometheus monitor for tornado processes.
2022-03-20 16:12:11 -07:00
Alex Vandiver
6558655fc6
puppet: Add rabbitmq prometheus plugin, and open the firewall.
2022-03-20 16:12:11 -07:00
Alex Vandiver
788daa953b
puppet: Factor out $::architecture case statement for golang.
2022-02-15 12:04:37 -08:00
Alex Vandiver
e032b38661
puppet: Fix typo in uwsgi exporter dependency.
2022-02-08 15:17:17 -08:00
Alex Vandiver
8a5be972d2
puppet: Add a uwsgi exporter for monitoring.
...
This allows investigation of how many workers are busy, and to track
"harikari" terminations.
2022-01-03 15:25:58 -08:00
Alex Vandiver
c094867a74
puppet: Add aarch64 build hashes to external dependencies.
...
wal-g does not ship aarch64 binaries, currently; the compilation
process([1]) is somewhat complicated, so we defer the decision about
how to support wal-g for aarch64 until a later date.
[1]: https://github.com/wal-g/wal-g/blob/master/docs/PostgreSQL.md#installing
2021-12-29 16:35:15 -08:00
Alex Vandiver
f166f9f7d6
puppet: Centralize versions and sha256 hashes of external dependencies.
...
This will make it easier to update versions of these dependencies.
2021-12-29 16:35:15 -08:00
Alex Vandiver
1e4e6a09af
puppet: Stop making resources for external binaries and directories.
...
In the event that extracting doesn't produce the binary we expected it
to, all this will do is create an _empty_ file where we expect the
binary to be. This will likely muddle debugging.
Since the only reason the resourfce was made in the first place was to
make dependencies clear, switch to depending on the External_Dep
itself, when such a dependency is needed.
2021-12-29 16:35:15 -08:00
Alex Vandiver
3c163a7d5e
puppet: Move slash out of $dir by convention.
2021-12-29 16:35:15 -08:00
Alex Vandiver
2d6c096904
puppet: Move node_exporter to external_dep.
2021-12-29 16:35:15 -08:00
Alex Vandiver
7db146d0a9
puppet: Do not assume amd64 architecture.
2021-12-06 11:08:50 -08:00
Alex Vandiver
4dd289cb9d
puppet: Enable prometheus monitoring of supervisord.
...
To be able to read the UNIX socket, this requires running
node_exporter as zulip, not as prometheus.
2021-08-03 21:47:02 -07:00
Alex Vandiver
6c72698df2
puppet: Move zulip_ops supervisor config into /etc/supervisor/conf.d/zulip/.
...
This is similar cleanup to 3ab9b31d2f
, but only affects zulip_ops
services; it serves to ensure that any of these services which are no
longer enabled are automatically removed from supervisor.
Note that this will cause a supervisor restart on all affected hosts,
which will restart all supervisor services.
2021-06-14 17:12:59 -07:00
Alex Vandiver
19fb58e845
puppet: Add prometheus node exporter.
2021-06-08 22:21:00 -07:00