Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference-repository
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
grid5000
reference-repository
Commits
1bd86545
Commit
1bd86545
authored
7 months ago
by
POUILLOUX Laurent
Committed by
POUILLOUX Laurent
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
[gen:puppet:network_monitoring] disable monitoring of ports linked to BMC
parent
4d69da33
Branches
Branches containing commit
No related tags found
1 merge request
!824
[gen:puppet:network_monitoring] disable monitoring of ports linked to BMC
Pipeline
#1067789
passed
6 months ago
Stage: .pre
Stage: validate
Stage: generate
Stage: deploy
Stage: checks
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/refrepo/gen/puppet/network_monitoring.rb
+2
-0
2 additions, 0 deletions
lib/refrepo/gen/puppet/network_monitoring.rb
with
2 additions
and
0 deletions
lib/refrepo/gen/puppet/network_monitoring.rb
+
2
−
0
View file @
1bd86545
...
@@ -65,6 +65,8 @@ def generate_puppet_network_monitoring(options)
...
@@ -65,6 +65,8 @@ def generate_puppet_network_monitoring(options)
l
[
'ports'
].
each
do
|
p
|
l
[
'ports'
].
each
do
|
p
|
next
if
p
==
{}
next
if
p
==
{}
# bug 15513 : We don't want to monitor bmc traffic until supervision machine are dimensioned for it
next
if
p
[
'uid'
].
include?
(
'bmc'
)
next
unless
%w[other switch router server channel backbone]
.
include?
(
p
[
'kind'
])
next
unless
%w[other switch router server channel backbone]
.
include?
(
p
[
'kind'
])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment