GitLab Grafana service force disabled
Posted: 2024 Dec 04, 12:25
- For installed gitlab omnibus
Code: Select all
vim /opt/gitlab/embedded/cookbooks/monitoring/recipes/default.rb
Code: Select all
# Disable Grafana service.
runit_service 'grafana' do
action :disable
end
Execute gitlab stop all services:
Code: Select all
gitlab-ctl stop
Code: Select all
gitlab-ctl reconfigure
Code: Select all
gitlab-ctl start
Code: Select all
gitlab-ctl status