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.rbCode: Select all
# Disable Grafana service.
runit_service 'grafana' do
action :disable
end
Execute gitlab stop all services:
Code: Select all
gitlab-ctl stopCode: Select all
gitlab-ctl reconfigureCode: Select all
gitlab-ctl startCode: Select all
gitlab-ctl status