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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user