From 6a0cc90d98d5bc83939095978b9382b65db5e04c Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 28 Oct 2020 19:10:38 +0100 Subject: Added telegraf to all services, Added dashboards and data source in grafana --- srcs/wordpress/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'srcs/wordpress/entrypoint.sh') diff --git a/srcs/wordpress/entrypoint.sh b/srcs/wordpress/entrypoint.sh index de7bedf..c89e0d4 100755 --- a/srcs/wordpress/entrypoint.sh +++ b/srcs/wordpress/entrypoint.sh @@ -1,5 +1,7 @@ #!/bin/sh +/telegraf/usr/bin/telegraf & + nginx -t || exit 1 openrc -- cgit