Commit Graph

7 Commits

Author SHA1 Message Date
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