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
Show more breadcrumbs
grid5000
reference-repository
Merge requests
!233
[network] Enable SNMP data collection for interface packets errors/discards (bug 12991)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
[network] Enable SNMP data collection for interface packets errors/discards (bug 12991)
enable_packet_metrics
into
master
Overview
1
Commits
1
Pipelines
3
Changes
87
Closed
JONGLEZ Baptiste
requested to merge
enable_packet_metrics
into
master
4 years ago
Overview
1
Commits
1
Pipelines
3
Changes
87
Expand
1
0
Merge request reports
Compare
master
version 2
7684987e
4 years ago
version 1
adb4f109
4 years ago
master (base)
and
latest version
latest version
59219246
1 commit,
4 years ago
version 2
7684987e
1 commit,
4 years ago
version 1
adb4f109
1 commit,
4 years ago
87 files
+
5850
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
87
Search (e.g. *.vue) (Ctrl+P)
data/grid5000/sites/lille/clusters/chetemi/chetemi.json
+
132
−
0
Options
@@ -374,6 +374,72 @@
"protocol"
:
"network_equipment"
}
},
{
"description"
:
"Input packet counter for the network device port"
,
"labels"
:
{
"interface"
:
"eth0"
},
"name"
:
"network_ifacein_packets_total"
,
"period"
:
10000
,
"source"
:
{
"protocol"
:
"network_equipment"
}
},
{
"description"
:
"Output packet counter for the network device port"
,
"labels"
:
{
"interface"
:
"eth0"
},
"name"
:
"network_ifaceout_packets_total"
,
"period"
:
10000
,
"source"
:
{
"protocol"
:
"network_equipment"
}
},
{
"description"
:
"Input counter of discarded packets for the network device port"
,
"labels"
:
{
"interface"
:
"eth0"
},
"name"
:
"network_ifacein_packets_discard_total"
,
"period"
:
10000
,
"source"
:
{
"protocol"
:
"network_equipment"
}
},
{
"description"
:
"Output counter of discarded packets for the network device port"
,
"labels"
:
{
"interface"
:
"eth0"
},
"name"
:
"network_ifaceout_packets_discard_total"
,
"period"
:
10000
,
"source"
:
{
"protocol"
:
"network_equipment"
}
},
{
"description"
:
"Input counter of packet errors for the network device port"
,
"labels"
:
{
"interface"
:
"eth0"
},
"name"
:
"network_ifacein_packets_error_total"
,
"period"
:
10000
,
"source"
:
{
"protocol"
:
"network_equipment"
}
},
{
"description"
:
"Output counter of packet errors for the network device port"
,
"labels"
:
{
"interface"
:
"eth0"
},
"name"
:
"network_ifaceout_packets_error_total"
,
"period"
:
10000
,
"source"
:
{
"protocol"
:
"network_equipment"
}
},
{
"description"
:
"Input byte counter for the network device port"
,
"labels"
:
{
@@ -395,6 +461,72 @@
"source"
:
{
"protocol"
:
"network_equipment"
}
},
{
"description"
:
"Input packet counter for the network device port"
,
"labels"
:
{
"interface"
:
"eth1"
},
"name"
:
"network_ifacein_packets_total"
,
"period"
:
10000
,
"source"
:
{
"protocol"
:
"network_equipment"
}
},
{
"description"
:
"Output packet counter for the network device port"
,
"labels"
:
{
"interface"
:
"eth1"
},
"name"
:
"network_ifaceout_packets_total"
,
"period"
:
10000
,
"source"
:
{
"protocol"
:
"network_equipment"
}
},
{
"description"
:
"Input counter of discarded packets for the network device port"
,
"labels"
:
{
"interface"
:
"eth1"
},
"name"
:
"network_ifacein_packets_discard_total"
,
"period"
:
10000
,
"source"
:
{
"protocol"
:
"network_equipment"
}
},
{
"description"
:
"Output counter of discarded packets for the network device port"
,
"labels"
:
{
"interface"
:
"eth1"
},
"name"
:
"network_ifaceout_packets_discard_total"
,
"period"
:
10000
,
"source"
:
{
"protocol"
:
"network_equipment"
}
},
{
"description"
:
"Input counter of packet errors for the network device port"
,
"labels"
:
{
"interface"
:
"eth1"
},
"name"
:
"network_ifacein_packets_error_total"
,
"period"
:
10000
,
"source"
:
{
"protocol"
:
"network_equipment"
}
},
{
"description"
:
"Output counter of packet errors for the network device port"
,
"labels"
:
{
"interface"
:
"eth1"
},
"name"
:
"network_ifaceout_packets_error_total"
,
"period"
:
10000
,
"source"
:
{
"protocol"
:
"network_equipment"
}
}
],
"model"
:
"Dell PowerEdge R630"
,
Loading