Skip to content
Snippets Groups Projects
Commit fcfc3dd2 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'drop-git-probe-monitor' into 'master'

Remove the GitProbe from the gitlab-monitor config

Closes #2602

See merge request !1770
parents 1b687a4c 6d4cadc5
No related branches found
No related tags found
1 merge request!1770Remove the GitProbe from the gitlab-monitor config
Loading
Loading
@@ -22,6 +22,7 @@ omnibus-gitlab repository.
- Automate repmgr configuration
- Render Gitaly token authentication settings
- Update Mattermost to 4.0.1
- Drop GitProbe settings from gitlab-monitor
 
9.3.8
 
Loading
Loading
Loading
Loading
@@ -4,12 +4,6 @@ db_common: &db_common
opts:
connection_string: <%= @connection_string %>
 
common_git: &common_git
class_name: GitProber
methods:
- probe_pull
- probe_push
# Web server config
server:
listen_address: <%= node['gitlab']['gitlab-monitor']['listen_address'] %>
Loading
Loading
@@ -17,17 +11,6 @@ server:
 
# Probes config
probes:
git:
multiple: true
<% node['gitlab']['gitlab-shell']['git_data_directories'].each do |repo_name, git_data_directory| -%>
<%= repo_name %>:
<<: *common_git
opts:
source: <%= git_data_directory['path'] %>
labels:
name: <%= repo_name %>
<% end -%>
git_process:
class_name: GitProcessProber # `class_name` is redundant here
methods:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment