Update grafana-install.sh

enable/start grafana
This commit is contained in:
tteckster 2023-03-27 10:03:50 -04:00 committed by GitHub
parent 636ca27c9e
commit 7daa751c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ msg_ok "Set up Grafana Repository"
msg_info "Installing Grafana"
$STD apt-get update
$STD apt-get install -y grafana
systemctl start grafana-server
systemctl enable --now -q grafana-server.service
msg_ok "Installed Grafana"
motd_ssh