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 9cfeffd2 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent 3e154677
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -179,8 +179,8 @@ metric_info["traffic_received"] = {
graph_info['cisco_meraki.switch_port_status.traffic'] = {
'title': _('Traffic'),
'metrics': [
('traffic_received', '-area'),
('traffic_sent', 'area'),
('traffic_received', 'area'),
('traffic_sent', '-area'),
],
}
perfometer_info.append(
......@@ -238,10 +238,10 @@ metric_info["api_code_5xx"] = {
graph_info['cisco_meraki.cisco_meraki_organisations_api.code'] = {
'title': _('Cisco Meraki API response codes'),
'metrics': [
('api_code_5xx', '-line'),
('api_code_4xx', '-line'),
('api_code_3xx', 'line'),
('api_code_2xx', 'line'),
('api_code_3xx', 'line'),
('api_code_4xx', '-line'),
('api_code_5xx', '-line'),
],
'optional_metrics': [
'api_code_2xx',
......@@ -256,13 +256,13 @@ perfometer_info.append(
"perfometers": [
{
"type": "logarithmic",
"metric": "api_code_4xx",
"metric": "api_code_2xx",
"half_value": 100,
"exponent": 5,
},
{
"type": "logarithmic",
"metric": "api_code_2xx",
"metric": "api_code_4xx",
"half_value": 100,
"exponent": 5,
},
......
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