diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-10-28 19:10:38 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-10-28 19:10:38 +0100 |
| commit | 6a0cc90d98d5bc83939095978b9382b65db5e04c (patch) | |
| tree | 1f2ad122299922f18fa58f39b9dbc77035bde8c1 /srcs/phpmyadmin/entrypoint.sh | |
| parent | 7de2bedaae3bd64894a497e31a44914d4c033531 (diff) | |
| download | ft_services-6a0cc90d98d5bc83939095978b9382b65db5e04c.tar.gz ft_services-6a0cc90d98d5bc83939095978b9382b65db5e04c.tar.bz2 ft_services-6a0cc90d98d5bc83939095978b9382b65db5e04c.zip | |
Added telegraf to all services, Added dashboards and data source in grafana
Diffstat (limited to 'srcs/phpmyadmin/entrypoint.sh')
| -rwxr-xr-x | srcs/phpmyadmin/entrypoint.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/entrypoint.sh b/srcs/phpmyadmin/entrypoint.sh index de7bedf..c89e0d4 100755 --- a/srcs/phpmyadmin/entrypoint.sh +++ b/srcs/phpmyadmin/entrypoint.sh @@ -1,5 +1,7 @@ #!/bin/sh +/telegraf/usr/bin/telegraf & + nginx -t || exit 1 openrc |
