10 Commits

Author SHA1 Message Date
a836526d40 Add and enable blackbox_exporter package
Some checks failed
dustin/metricspi/pipeline/head There was a failure building this commit
*blackbox_exporter* is a generic exporter for Prometheus that can be
used to provide metrics about HTTP, etc. services.  I use it to monitor
the availability and responsiveness of websites I host.
2022-08-06 16:05:21 -05:00
34b650c2f4 Install rng-tools
All checks were successful
dustin/metricspi/pipeline/head This commit looks good
This package provides *rngd*, a service to continually credit the kernel
entropy pool with random data gathered by various sources, such as
hardware devices.
2022-07-17 20:46:47 -05:00
64896099ec Enable ngx_http_v2_module
All checks were successful
dustin/metricspi/pipeline/head This commit looks good
For HTTP2 support
2022-06-29 14:27:30 -05:00
aaab85ad2f Enable ngx_http_ssl_module
All checks were successful
dustin/metricspi/pipeline/head This commit looks good
This module is needed for HTTPS.
2022-06-28 21:58:47 -05:00
d99c3b8f4c Merge victoriametrics and vmutils packages
There's no reason for these to be separate packages.  They come from the
same source tree, so having a single package makes more sense.  I only
separated them originally because I wasn't sure exactly how to express
the proper options in the kconfig language.
2022-06-28 17:13:53 -05:00
a494dc2c9f Add Nginx
All checks were successful
dustin/metricspi/pipeline/head This commit looks good
2022-06-26 12:39:15 -05:00
5a9e9c0597 Add Grafana, AlertManager, vmutils
The *vmutils* package can be built from source easily, as its just a
collection of Go applications.  Grafana and Alertmanager are quite a bit
more complicated because of their respective browser applications.  In
the interest of getting this project actually going, we'll just install
the official binary releases of these (for now?).
2022-06-26 12:35:12 -05:00
2befb681c7 Install Victoria Metrics
All checks were successful
dustin/metricspi/pipeline/head This commit looks good
Victoria Metrics is not available by default with Buildroot, but adding
a package description for it is very straightforward.  The flags and
tags are specified within Victoria Metrics's own Makefile.
2022-06-23 10:59:07 -05:00
5650285a8a rootfs: Install tar
All checks were successful
dustin/metricspi/pipeline/head This commit looks good
`tar` will be needed to extract update packages
2022-06-22 21:13:24 -05:00
50d2f3459b Initial commit 2022-06-22 17:06:58 -05:00