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?).
This commit is contained in:
2022-06-26 12:35:12 -05:00
parent a9d8a71a92
commit 5a9e9c0597
10 changed files with 215 additions and 0 deletions

View File

@@ -86,4 +86,9 @@ BR2_PACKAGE_UTIL_LINUX_SULOGIN=y
BR2_TARGET_ROOTFS_SQUASHFS=y
BR2_TARGET_ROOTFS_SQUASHFS4_XZ=y
# BR2_TARGET_ROOTFS_TAR is not set
BR2_PACKAGE_ALERTMANAGER=y
BR2_PACKAGE_GRAFANA=y
BR2_PACKAGE_VICTORIAMETRICS=y
BR2_PACKAGE_VMUTILS=y
BR2_PACKAGE_VMUTILS_VMAGENT=y
BR2_PACKAGE_VMUTILS_VMALERT=y