Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit 0fa6cd6d authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent 0fca0734
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -122,21 +122,25 @@ graph_info.append({
'metrics': [
('iferrordetails_dot3statsalignmenterrors', 'line'),
('iferrordetails_dot3statsfcserrors', 'line'),
('iferrordetails_dot3statssinglecollisionframes', 'line'),
('iferrordetails_dot3statsmultiplecollisionframes', 'line'),
('iferrordetails_dot3statssqetesterrors', 'line'),
('iferrordetails_dot3statsdeferredtransmissions', 'line'),
('iferrordetails_dot3statslatecollisions', 'line'),
('iferrordetails_dot3statsexcessivecollisions', 'line'),
('iferrordetails_dot3statsinternalmactransmiterr', 'line'),
('iferrordetails_dot3statsinternalmacreceiveerrors', 'line'),
('iferrordetails_dot3statscarriersenseerrors', 'line'),
('iferrordetails_dot3statsframetoolongs', 'line'),
('iferrordetails_dot3statsinternalmacreceiveerrors', 'line'),
('iferrordetails_dot3statssymbolerrors', 'line'),
],
})
graph_info.append({
'title': _('Interface collisions'),
'metrics': [
('iferrordetails_dot3statssinglecollisionframes', 'line'),
('iferrordetails_dot3statsmultiplecollisionframes', 'line'),
('iferrordetails_dot3statslatecollisions', 'line'),
('iferrordetails_dot3statsexcessivecollisions', 'line'),
],
})
######################################################################################################################
#
# define perf-o-meter
......
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