From e0415590260e54b1777c842b7a43b5dbcecd7102 Mon Sep 17 00:00:00 2001 From: psndna88 Date: Sun, 18 Feb 2024 01:30:25 +0530 Subject: [PATCH] "Mikrotik by SNMP" template using dynamic SNMP indexes for all interfaces This resolves the interfaces like PPPoE, L2TP etc to be monitored properly as the SNMP indexes for these keep changing and we never get alerts. Implemented optical power monitoring using MikroTik MIB. Added a trigger prototype warning for optical Rx power. Tested on Zabbix v6.4.11 --- .../6.4/README.md | 15 + ...nterfaces_with_optical_power_template.yaml | 2755 +++++++++++++++++ 2 files changed, 2770 insertions(+) create mode 100644 Network_Devices/Mikrotik/template_zabbix-mikrotik-dynamic-snmp-indexes/6.4/README.md create mode 100644 Network_Devices/Mikrotik/template_zabbix-mikrotik-dynamic-snmp-indexes/6.4/zbx_mikrotik_dynamic_interfaces_with_optical_power_template.yaml diff --git a/Network_Devices/Mikrotik/template_zabbix-mikrotik-dynamic-snmp-indexes/6.4/README.md b/Network_Devices/Mikrotik/template_zabbix-mikrotik-dynamic-snmp-indexes/6.4/README.md new file mode 100644 index 000000000..9147a04bf --- /dev/null +++ b/Network_Devices/Mikrotik/template_zabbix-mikrotik-dynamic-snmp-indexes/6.4/README.md @@ -0,0 +1,15 @@ +# SNMP Mikrotik + +## Overview + +Based upon default template "Mikrotik by SNMP" from Zabbix v6.4.11 + +1: Implemented dynamic SNMP indexes for all Network interfaces discovery item prototypes +2: Implemented optical power monitoring using MikroTik MIB with OIDs Tx=1.3.6.1.4.1.14988.1.1.19.1.1.9 Rx=1.3.6.1.4.1.14988.1.1.19.1.1.10 +3: Added a trigger prototype warning for optical Rx power beyond dBm range from -15 to +15 + +This resolves the interfaces like PPPoE, L2TP etc to be monitored properly as the SNMP indexes for these keep changing and we never get alerts. + +## Author +Parvinder Singh + diff --git a/Network_Devices/Mikrotik/template_zabbix-mikrotik-dynamic-snmp-indexes/6.4/zbx_mikrotik_dynamic_interfaces_with_optical_power_template.yaml b/Network_Devices/Mikrotik/template_zabbix-mikrotik-dynamic-snmp-indexes/6.4/zbx_mikrotik_dynamic_interfaces_with_optical_power_template.yaml new file mode 100644 index 000000000..d6ba5d3f4 --- /dev/null +++ b/Network_Devices/Mikrotik/template_zabbix-mikrotik-dynamic-snmp-indexes/6.4/zbx_mikrotik_dynamic_interfaces_with_optical_power_template.yaml @@ -0,0 +1,2755 @@ +zabbix_export: + version: '7.0' + template_groups: + - uuid: 36bff6c29af64692839d077febfc7079 + name: 'Templates/Network devices' + templates: + - uuid: 8e303d79d9604d4ca09c8fa4f9a0cfc1 + template: 'Mikrotik by SNMP Dynamic Interfaces' + name: 'Mikrotik by SNMP Dynamic Interfaces' + description: | + Template Net Mikrotik + + MIBs used: + HOST-RESOURCES-MIB + SNMPv2-MIB + MIKROTIK-MIB + IF-MIB + + Known Issues: + + Description: Doesn't have ifHighSpeed filled. fixed in more recent versions + Version: RouterOS 6.28 or lower + + Description: Doesn't have any temperature sensors + Version: RouterOS 6.38.5 + Device: Mikrotik 941-2nD, Mikrotik 951G-2HnD + + Generated by official Zabbix template tool "Templator" + groups: + - name: 'Templates/Network devices' + items: + - uuid: c65a1a175b3f4e37a26a10f01ec34904 + name: 'Mikrotik: ICMP ping' + type: SIMPLE + key: icmpping + history: 7d + valuemap: + name: 'Service state' + tags: + - tag: component + value: health + - tag: component + value: network + triggers: + - uuid: d9ada656f124455694bc941d739f72e8 + expression: 'max(/Mikrotik by SNMP Dynamic Interfaces/icmpping,#3)=0' + name: 'Mikrotik: Unavailable by ICMP ping' + priority: HIGH + description: 'Last three attempts returned timeout. Please check device connectivity.' + tags: + - tag: scope + value: availability + - uuid: d2004bb703e24cb58b2ee9f6ae6b3719 + name: 'Mikrotik: ICMP loss' + type: SIMPLE + key: icmppingloss + history: 7d + value_type: FLOAT + units: '%' + tags: + - tag: component + value: health + - tag: component + value: network + triggers: + - uuid: be88166ddb244ce0b5a43d37351ad9bb + expression: 'min(/Mikrotik by SNMP Dynamic Interfaces/icmppingloss,5m)>{$ICMP_LOSS_WARN} and min(/Mikrotik by SNMP Dynamic Interfaces/icmppingloss,5m)<100' + name: 'Mikrotik: High ICMP ping loss' + opdata: 'Loss: {ITEM.LASTVALUE1}' + priority: WARNING + dependencies: + - name: 'Mikrotik: Unavailable by ICMP ping' + expression: 'max(/Mikrotik by SNMP Dynamic Interfaces/icmpping,#3)=0' + tags: + - tag: scope + value: availability + - tag: scope + value: performance + - uuid: bb1ad1849f2c42f3bc11870a2f25b3d0 + name: 'Mikrotik: ICMP response time' + type: SIMPLE + key: icmppingsec + history: 7d + value_type: FLOAT + units: s + tags: + - tag: component + value: health + - tag: component + value: network + triggers: + - uuid: 966ebd05caaf46f0bc09cd727b6d211a + expression: 'avg(/Mikrotik by SNMP Dynamic Interfaces/icmppingsec,5m)>{$ICMP_RESPONSE_TIME_WARN}' + name: 'Mikrotik: High ICMP ping response time' + opdata: 'Value: {ITEM.LASTVALUE1}' + priority: WARNING + dependencies: + - name: 'Mikrotik: High ICMP ping loss' + expression: 'min(/Mikrotik by SNMP Dynamic Interfaces/icmppingloss,5m)>{$ICMP_LOSS_WARN} and min(/Mikrotik by SNMP Dynamic Interfaces/icmppingloss,5m)<100' + - name: 'Mikrotik: Unavailable by ICMP ping' + expression: 'max(/Mikrotik by SNMP Dynamic Interfaces/icmpping,#3)=0' + tags: + - tag: scope + value: availability + - tag: scope + value: performance + - uuid: 18e5310dc25f4eec94b168ee35664d36 + name: 'Mikrotik: SNMP walk network interfaces' + type: SNMP_AGENT + snmp_oid: 'walk[1.3.6.1.2.1.2.2.1.8,1.3.6.1.2.1.2.2.1.7,1.3.6.1.2.1.31.1.1.1.18,1.3.6.1.2.1.31.1.1.1.1,1.3.6.1.2.1.2.2.1.2,1.3.6.1.2.1.2.2.1.3,1.3.6.1.2.1.31.1.1.1.6,1.3.6.1.2.1.31.1.1.1.10,1.3.6.1.2.1.2.2.1.14,1.3.6.1.2.1.2.2.1.20,1.3.6.1.2.1.2.2.1.19,1.3.6.1.2.1.2.2.1.13,1.3.6.1.2.1.31.1.1.1.15,1.3.6.1.4.1.14988.1.1.19.1.1.9,1.3.6.1.4.1.14988.1.1.19.1.1.10]' + key: net.if.walk + history: '0' + trends: '0' + value_type: TEXT + description: 'Discovering interfaces from IF-MIB.' + tags: + - tag: component + value: raw + - uuid: b92cb5c796614eba97c8bfcd96baab4d + name: 'Mikrotik: SNMP walk wireless interfaces' + type: SNMP_AGENT + snmp_oid: 'walk[1.3.6.1.4.1.14988.1.1.14.1.1.2,1.3.6.1.2.1.31.1.1.1.18,1.3.6.1.2.1.2.2.1.3,1.3.6.1.2.1.2.2.1.7,1.3.6.1.4.1.14988.1.1.16.1.1.2,1.3.6.1.4.1.14988.1.1.16.1.1.4,1.3.6.1.4.1.14988.1.1.16.1.1.3,1.3.6.1.4.1.14988.1.1.16.1.1.7,1.3.6.1.4.1.14988.1.1.1.3.1.4,1.3.6.1.4.1.14988.1.1.1.3.1.8,1.3.6.1.4.1.14988.1.1.1.3.1.9,1.3.6.1.4.1.14988.1.1.1.3.1.6,1.3.6.1.4.1.14988.1.1.1.3.1.11,1.3.6.1.4.1.14988.1.1.1.7.1.5,1.3.6.1.4.1.14988.1.1.1.7.1.4,1.3.6.1.4.1.14988.1.1.1.7.1.2,1.3.6.1.4.1.14988.1.1.1.7.1.3]' + key: net.if.wireless.walk + history: '0' + trends: '0' + value_type: TEXT + tags: + - tag: component + value: raw + - uuid: 44ac2f41c8c24e7e8cc8e51f9590a4a8 + name: 'Mikrotik: SNMP walk CPU temperature sensors' + type: SNMP_AGENT + snmp_oid: 'walk[1.3.6.1.4.1.14988.1.1.3.11]' + key: sensor.cpu.temp.walk + history: '0' + trends: '0' + value_type: TEXT + description: | + MIB: MIKROTIK-MIB + Discovering CPU temperature sensors. + tags: + - tag: component + value: raw + - uuid: d12921b1ce024f1d84b0f984bd61a1af + name: 'Mikrotik: SNMP walk temperature sensors' + type: SNMP_AGENT + snmp_oid: 'walk[1.3.6.1.4.1.14988.1.1.3.10]' + key: sensor.temp.walk + history: '0' + trends: '0' + value_type: TEXT + description: | + MIB: MIKROTIK-MIB + Discovering temperature sensors. + tags: + - tag: component + value: raw + - uuid: dca9a60bbf12414a89002e09f4c7cd60 + name: 'Mikrotik: SNMP traps (fallback)' + type: SNMP_TRAP + key: snmptrap.fallback + delay: '0' + history: 7d + trends: '0' + value_type: LOG + description: 'The item is used to collect all SNMP traps unmatched by other snmptrap items' + logtimefmt: 'hh:mm:sszyyyy/MM/dd' + tags: + - tag: component + value: network + - uuid: 9cc1f55d942946a2976d71fc32169ffa + name: 'Mikrotik: System contact details' + type: SNMP_AGENT + snmp_oid: 1.3.6.1.2.1.1.4.0 + key: 'system.contact[sysContact.0]' + delay: 15m + history: 7d + trends: '0' + value_type: CHAR + description: | + MIB: SNMPv2-MIB + The textual identification of the contact person for this managed node, together with information on how to contact this person. If no contact information is known, the value is the zero-length string. + inventory_link: CONTACT + preprocessing: + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 12h + tags: + - tag: component + value: system + - uuid: 72941cf01ef64791ba06a8b1a08281f7 + name: 'Mikrotik: SNMP walk system CPUs' + type: SNMP_AGENT + snmp_oid: 'walk[1.3.6.1.2.1.25.3.3.1.1,1.3.6.1.2.1.25.3.3.1.2]' + key: system.cpu.walk + history: '0' + trends: '0' + value_type: TEXT + description: | + MIB: HOST-RESOURCES-MIB + Discovering system CPUs. + tags: + - tag: component + value: raw + - uuid: 759381d886494c1c90d63a3f5bc9a4df + name: 'Mikrotik: System description' + type: SNMP_AGENT + snmp_oid: 1.3.6.1.2.1.1.1.0 + key: 'system.descr[sysDescr.0]' + delay: 15m + history: 7d + trends: '0' + value_type: CHAR + description: | + MIB: SNMPv2-MIB + A textual description of the entity. This value should + include the full name and version identification of the system's hardware type, software operating-system, and + networking software. + preprocessing: + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 12h + tags: + - tag: component + value: system + - uuid: 7e6c7062293345b3b79a405a08c411bd + name: 'Mikrotik: Firmware version' + type: SNMP_AGENT + snmp_oid: 1.3.6.1.4.1.14988.1.1.7.4.0 + key: system.hw.firmware + delay: 1h + history: 7d + trends: '0' + value_type: CHAR + description: | + MIB: MIKROTIK-MIB + Current firmware version. + preprocessing: + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1d + tags: + - tag: component + value: system + triggers: + - uuid: 59266345fe1e425db4730d43e4d00189 + expression: 'last(/Mikrotik by SNMP Dynamic Interfaces/system.hw.firmware,#1)<>last(/Mikrotik by SNMP Dynamic Interfaces/system.hw.firmware,#2) and length(last(/Mikrotik by SNMP Dynamic Interfaces/system.hw.firmware))>0' + name: 'Mikrotik: Firmware has changed' + opdata: 'Current value: {ITEM.LASTVALUE1}' + priority: INFO + description: 'Firmware version has changed. Acknowledge to close the problem manually.' + manual_close: 'YES' + tags: + - tag: scope + value: notice + - uuid: 5e24c5db8e764a2b904390d99cc164fc + name: 'Mikrotik: Hardware model name' + type: SNMP_AGENT + snmp_oid: 1.3.6.1.2.1.1.1.0 + key: system.hw.model + delay: 1h + history: 7d + trends: '0' + value_type: CHAR + inventory_link: MODEL + preprocessing: + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1d + tags: + - tag: component + value: system + - uuid: 52d72613fd7d48a7b8aa9a31d4e2848f + name: 'Mikrotik: Hardware serial number' + type: SNMP_AGENT + snmp_oid: 1.3.6.1.4.1.14988.1.1.7.3.0 + key: system.hw.serialnumber + delay: 1h + history: 7d + trends: '0' + value_type: CHAR + description: | + MIB: MIKROTIK-MIB + RouterBOARD serial number. + inventory_link: SERIALNO_A + preprocessing: + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1d + tags: + - tag: component + value: system + triggers: + - uuid: 3648ae6327414a92ae013fc2002069b1 + expression: 'last(/Mikrotik by SNMP Dynamic Interfaces/system.hw.serialnumber,#1)<>last(/Mikrotik by SNMP Dynamic Interfaces/system.hw.serialnumber,#2) and length(last(/Mikrotik by SNMP Dynamic Interfaces/system.hw.serialnumber))>0' + name: 'Mikrotik: Device has been replaced' + event_name: 'Mikrotik: Device has been replaced (new serial number received)' + priority: INFO + description: 'Device serial number has changed. Acknowledge to close the problem manually.' + manual_close: 'YES' + tags: + - tag: scope + value: notice + - uuid: 990f86acbe164c77a705d7dd9c0e73de + name: 'Mikrotik: Uptime (hardware)' + type: SNMP_AGENT + snmp_oid: 1.3.6.1.2.1.25.1.1.0 + key: 'system.hw.uptime[hrSystemUptime.0]' + delay: 30s + history: 7d + trends: '0' + units: uptime + description: | + MIB: HOST-RESOURCES-MIB + The amount of time since this host was last initialized. Note that this is different from sysUpTime in the SNMPv2-MIB [RFC1907] because sysUpTime is the uptime of the network management portion of the system. + preprocessing: + - type: CHECK_NOT_SUPPORTED + parameters: + - '-1' + error_handler: CUSTOM_VALUE + error_handler_params: '0' + - type: MULTIPLIER + parameters: + - '0.01' + tags: + - tag: component + value: system + - uuid: fd248a3f28c5464691605053e60f2a6a + name: 'Mikrotik: System location' + type: SNMP_AGENT + snmp_oid: 1.3.6.1.2.1.1.6.0 + key: 'system.location[sysLocation.0]' + delay: 15m + history: 7d + trends: '0' + value_type: CHAR + description: | + MIB: SNMPv2-MIB + The physical location of this node (e.g., `telephone closet, 3rd floor'). If the location is unknown, the value is the zero-length string. + inventory_link: LOCATION + preprocessing: + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 12h + tags: + - tag: component + value: system + - uuid: 72aa4d9e30794f40b7ebfeba311b75a3 + name: 'Mikrotik: System name' + type: SNMP_AGENT + snmp_oid: 1.3.6.1.2.1.1.5.0 + key: system.name + delay: 15m + history: 7d + trends: '0' + value_type: CHAR + description: | + MIB: SNMPv2-MIB + An administratively-assigned name for this managed node.By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string. + inventory_link: NAME + preprocessing: + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 12h + tags: + - tag: component + value: system + triggers: + - uuid: 60b260d00cbb48b6ac59dacd95681030 + expression: 'last(/Mikrotik by SNMP Dynamic Interfaces/system.name,#1)<>last(/Mikrotik by SNMP Dynamic Interfaces/system.name,#2) and length(last(/Mikrotik by SNMP Dynamic Interfaces/system.name))>0' + name: 'Mikrotik: System name has changed' + event_name: 'Mikrotik: System name has changed (new name: {ITEM.VALUE})' + priority: INFO + description: 'The name of the system has changed. Acknowledge to close the problem manually.' + manual_close: 'YES' + tags: + - tag: scope + value: notice + - tag: scope + value: security + - uuid: b8bf906976f14725af88e498f7697de8 + name: 'Mikrotik: Uptime (network)' + type: SNMP_AGENT + snmp_oid: 1.3.6.1.2.1.1.3.0 + key: 'system.net.uptime[sysUpTime.0]' + delay: 30s + history: 7d + trends: '0' + units: uptime + description: | + MIB: SNMPv2-MIB + The time (in hundredths of a second) since the network management portion of the system was last re-initialized. + preprocessing: + - type: MULTIPLIER + parameters: + - '0.01' + tags: + - tag: component + value: system + - uuid: 3ae68438859745f08b2023cad75060af + name: 'Mikrotik: System object ID' + type: SNMP_AGENT + snmp_oid: 1.3.6.1.2.1.1.2.0 + key: 'system.objectid[sysObjectID.0]' + delay: 15m + history: 7d + trends: '0' + value_type: CHAR + description: | + MIB: SNMPv2-MIB + The vendor's authoritative identification of the network management subsystem contained in the entity. This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box' is being managed. For example, if vendor`Flintstones, Inc.' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router'. + preprocessing: + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 12h + tags: + - tag: component + value: system + - uuid: 218f1b24653a4968bbdaa8e1872a1073 + name: 'Mikrotik: Operating system' + type: SNMP_AGENT + snmp_oid: 1.3.6.1.4.1.14988.1.1.4.4.0 + key: 'system.sw.os[mtxrLicVersion.0]' + delay: 1h + history: 7d + trends: '0' + value_type: CHAR + description: | + MIB: MIKROTIK-MIB + Software version. + inventory_link: OS + preprocessing: + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1d + tags: + - tag: component + value: os + triggers: + - uuid: b2fa431e45544a71b0a71a270302eb0e + expression: 'last(/Mikrotik by SNMP Dynamic Interfaces/system.sw.os[mtxrLicVersion.0],#1)<>last(/Mikrotik by SNMP Dynamic Interfaces/system.sw.os[mtxrLicVersion.0],#2) and length(last(/Mikrotik by SNMP Dynamic Interfaces/system.sw.os[mtxrLicVersion.0]))>0' + name: 'Mikrotik: Operating system description has changed' + priority: INFO + description: 'The description of the operating system has changed. Possible reasons are that the system has been updated or replaced. Acknowledge to close the problem manually.' + manual_close: 'YES' + dependencies: + - name: 'Mikrotik: System name has changed' + expression: 'last(/Mikrotik by SNMP Dynamic Interfaces/system.name,#1)<>last(/Mikrotik by SNMP Dynamic Interfaces/system.name,#2) and length(last(/Mikrotik by SNMP Dynamic Interfaces/system.name))>0' + tags: + - tag: scope + value: notice + - uuid: 4d7be4a847344853bb0006686983b073 + name: 'Mikrotik: SNMP walk mounted filesystems' + type: SNMP_AGENT + snmp_oid: 'walk[1.3.6.1.2.1.25.2.3.1.3,1.3.6.1.2.1.25.2.3.1.4,1.3.6.1.2.1.25.2.3.1.2,1.3.6.1.2.1.25.2.3.1.6,1.3.6.1.2.1.25.2.3.1.5]' + key: vfs.fs.walk + history: '0' + trends: '0' + value_type: TEXT + description: | + MIB: HOST-RESOURCES-MIB + Discovering mounted filesystems. + tags: + - tag: component + value: raw + - uuid: afb2a46c1f704f96b08318184bd16afc + name: 'Mikrotik: Total memory' + type: SNMP_AGENT + snmp_oid: 1.3.6.1.2.1.25.2.3.1.5.65536 + key: 'vm.memory.total[hrStorageSize.Memory]' + history: 7d + units: B + description: | + MIB: HOST-RESOURCES-MIB + The size of the storage represented by this entry, in + units of hrStorageAllocationUnits. This object is + writable to allow remote configuration of the size of + the storage area in those cases where such an + operation makes sense and is possible on the + underlying system. For example, the amount of main + memory allocated to a buffer pool might be modified or + the amount of disk space allocated to virtual memory + might be modified. + preprocessing: + - type: MULTIPLIER + parameters: + - '1024' + tags: + - tag: component + value: memory + - uuid: 7a29f2eecf694d7591b31816ad053461 + name: 'Mikrotik: Used memory' + type: SNMP_AGENT + snmp_oid: 1.3.6.1.2.1.25.2.3.1.6.65536 + key: 'vm.memory.used[hrStorageUsed.Memory]' + history: 7d + units: B + description: | + MIB: HOST-RESOURCES-MIB + The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits. + preprocessing: + - type: MULTIPLIER + parameters: + - '1024' + tags: + - tag: component + value: memory + - uuid: 9a83dc1bb74b4dbfa7284b01cc4bef51 + name: 'Mikrotik: Memory utilization' + type: CALCULATED + key: 'vm.memory.util[memoryUsedPercentage.Memory]' + history: 7d + value_type: FLOAT + units: '%' + params: 'last(//vm.memory.used[hrStorageUsed.Memory])/last(//vm.memory.total[hrStorageSize.Memory])*100' + description: 'Memory utilization in %.' + tags: + - tag: component + value: memory + triggers: + - uuid: aef82e4b54ae4ff89f5b5c348fe1ee7e + expression: 'min(/Mikrotik by SNMP Dynamic Interfaces/vm.memory.util[memoryUsedPercentage.Memory],5m)>{$MEMORY.UTIL.MAX}' + name: 'Mikrotik: High memory utilization' + event_name: 'Mikrotik: High memory utilization (>{$MEMORY.UTIL.MAX}% for 5m)' + priority: AVERAGE + description: 'The system is running out of free memory.' + tags: + - tag: scope + value: capacity + - tag: scope + value: performance + - uuid: 621c3d239b654617bda192b9bfac4364 + name: 'Mikrotik: SNMP agent availability' + type: INTERNAL + key: 'zabbix[host,snmp,available]' + history: 7d + description: | + Availability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list. + Possible value: + 0 - not available + 1 - available + 2 - unknown + valuemap: + name: zabbix.host.available + tags: + - tag: component + value: health + - tag: component + value: network + triggers: + - uuid: 240de731e4b54565bbcdc0404631e998 + expression: 'max(/Mikrotik by SNMP Dynamic Interfaces/zabbix[host,snmp,available],{$SNMP.TIMEOUT})=0' + name: 'Mikrotik: No SNMP data collection' + opdata: 'Current state: {ITEM.LASTVALUE1}' + priority: WARNING + description: 'SNMP is not available for polling. Please check device connectivity and SNMP settings.' + dependencies: + - name: 'Mikrotik: Unavailable by ICMP ping' + expression: 'max(/Mikrotik by SNMP Dynamic Interfaces/icmpping,#3)=0' + tags: + - tag: scope + value: availability + discovery_rules: + - uuid: 7af816b4643e46b3b09e68f7a110fc7c + name: 'CPU discovery' + type: DEPENDENT + key: hrProcessorLoad.discovery + delay: '0' + description: 'HOST-RESOURCES-MIB::hrProcessorTable discovery.' + item_prototypes: + - uuid: 25dd71fa846542e785d03a56c8ae3a75 + name: '#{#SNMPINDEX}: CPU utilization' + type: DEPENDENT + key: 'system.cpu.util[hrProcessorLoad.{#SNMPINDEX}]' + delay: '0' + history: 7d + value_type: FLOAT + units: '%' + description: | + MIB: HOST-RESOURCES-MIB + The average, over the last minute, of the percentage of time that this processor was not idle. Implementations may approximate this one minute smoothing period if necessary. + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.2.1.25.3.3.1.2.{#SNMPINDEX}' + - '0' + master_item: + key: system.cpu.walk + tags: + - tag: component + value: cpu + trigger_prototypes: + - uuid: 7a9549e57a9f4e2b9716a3b85b582c0a + expression: 'min(/Mikrotik by SNMP Dynamic Interfaces/system.cpu.util[hrProcessorLoad.{#SNMPINDEX}],5m)>{$CPU.UTIL.CRIT}' + name: '#{#SNMPINDEX}: High CPU utilization' + event_name: '#{#SNMPINDEX}: High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)' + opdata: 'Current utilization: {ITEM.LASTVALUE1}' + priority: WARNING + description: 'CPU utilization is too high. The system might be slow to respond.' + tags: + - tag: scope + value: performance + graph_prototypes: + - uuid: cb0033f047294ca690f09caf05807548 + name: '#{#SNMPINDEX}: CPU utilization' + ymin_type_1: FIXED + ymax_type_1: FIXED + graph_items: + - drawtype: GRADIENT_LINE + color: 199C0D + item: + host: 'Mikrotik by SNMP Dynamic Interfaces' + key: 'system.cpu.util[hrProcessorLoad.{#SNMPINDEX}]' + master_item: + key: system.cpu.walk + preprocessing: + - type: SNMP_WALK_TO_JSON + parameters: + - '{#SNMPVALUE}' + - 1.3.6.1.2.1.25.3.3.1.1 + - '0' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1h + - uuid: c1f95a2f8c8045f68f2aedfe5ab04b25 + name: 'Temperature CPU discovery' + type: DEPENDENT + key: mtxrHlProcessorTemperature.discovery + delay: '0' + description: | + MIKROTIK-MIB::mtxrHlProcessorTemperature + Since temperature of CPU is not available on all Mikrotik hardware, this is done to avoid unsupported items. + item_prototypes: + - uuid: 6ab88f0036194869a99e04eb8303b9e5 + name: 'CPU: Temperature' + type: DEPENDENT + key: 'sensor.temp.value[mtxrHlProcessorTemperature.{#SNMPINDEX}]' + delay: '0' + history: 7d + value_type: FLOAT + units: °C + description: | + MIB: MIKROTIK-MIB + mtxrHlProcessorTemperature Processor temperature in Celsius (degrees C). + Might be missing in entry models (RB750, RB450G..). + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.4.1.14988.1.1.3.11.{#SNMPINDEX}' + - '0' + - type: MULTIPLIER + parameters: + - '0.1' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 3m + master_item: + key: sensor.cpu.temp.walk + tags: + - tag: component + value: temperature + trigger_prototypes: + - uuid: 325681f85c054b62bb5f6c714c81d372 + expression: 'avg(/Mikrotik by SNMP Dynamic Interfaces/sensor.temp.value[mtxrHlProcessorTemperature.{#SNMPINDEX}],5m)>{$TEMP_CRIT:"CPU"}' + recovery_mode: RECOVERY_EXPRESSION + recovery_expression: 'max(/Mikrotik by SNMP Dynamic Interfaces/sensor.temp.value[mtxrHlProcessorTemperature.{#SNMPINDEX}],5m)<{$TEMP_CRIT:"CPU"}-3' + name: 'CPU: Temperature is above critical threshold' + event_name: 'CPU: Temperature is above critical threshold: >{$TEMP_CRIT:"CPU"}' + opdata: 'Current value: {ITEM.LASTVALUE1}' + priority: HIGH + description: 'This trigger uses temperature sensor values as well as temperature sensor status if available.' + tags: + - tag: scope + value: availability + - tag: scope + value: performance + - uuid: 5a61f82932f14dde97a78116b50e4bf3 + expression: 'avg(/Mikrotik by SNMP Dynamic Interfaces/sensor.temp.value[mtxrHlProcessorTemperature.{#SNMPINDEX}],5m)>{$TEMP_WARN:"CPU"}' + recovery_mode: RECOVERY_EXPRESSION + recovery_expression: 'max(/Mikrotik by SNMP Dynamic Interfaces/sensor.temp.value[mtxrHlProcessorTemperature.{#SNMPINDEX}],5m)<{$TEMP_WARN:"CPU"}-3' + name: 'CPU: Temperature is above warning threshold' + event_name: 'CPU: Temperature is above warning threshold: >{$TEMP_WARN:"CPU"}' + opdata: 'Current value: {ITEM.LASTVALUE1}' + priority: WARNING + description: 'This trigger uses temperature sensor values as well as temperature sensor status if available.' + dependencies: + - name: 'CPU: Temperature is above critical threshold' + expression: 'avg(/Mikrotik by SNMP Dynamic Interfaces/sensor.temp.value[mtxrHlProcessorTemperature.{#SNMPINDEX}],5m)>{$TEMP_CRIT:"CPU"}' + recovery_expression: 'max(/Mikrotik by SNMP Dynamic Interfaces/sensor.temp.value[mtxrHlProcessorTemperature.{#SNMPINDEX}],5m)<{$TEMP_CRIT:"CPU"}-3' + tags: + - tag: scope + value: availability + - tag: scope + value: performance + - uuid: 4a5a8617cffa4051a46d7e501a870fa2 + expression: 'avg(/Mikrotik by SNMP Dynamic Interfaces/sensor.temp.value[mtxrHlProcessorTemperature.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:"CPU"}' + recovery_mode: RECOVERY_EXPRESSION + recovery_expression: 'min(/Mikrotik by SNMP Dynamic Interfaces/sensor.temp.value[mtxrHlProcessorTemperature.{#SNMPINDEX}],5m)>{$TEMP_CRIT_LOW:"CPU"}+3' + name: 'CPU: Temperature is too low' + event_name: 'CPU: Temperature is too low: <{$TEMP_CRIT_LOW:"CPU"}' + opdata: 'Current value: {ITEM.LASTVALUE1}' + priority: AVERAGE + tags: + - tag: scope + value: availability + - tag: scope + value: performance + master_item: + key: sensor.cpu.temp.walk + preprocessing: + - type: SNMP_WALK_TO_JSON + parameters: + - '{#SNMPVALUE}' + - 1.3.6.1.4.1.14988.1.1.3.11 + - '0' + error_handler: DISCARD_VALUE + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1h + - uuid: 90899d006ecc4f088827135e7586393b + name: 'Temperature sensor discovery' + type: DEPENDENT + key: mtxrHlTemperature.discovery + delay: '0' + description: | + MIKROTIK-MIB::mtxrHlTemperature + Since temperature sensor is not available on all Mikrotik hardware, this is done to avoid unsupported items. + item_prototypes: + - uuid: 61f2259a35984c48990047aab01f5287 + name: 'Device: Temperature' + type: DEPENDENT + key: 'sensor.temp.value[mtxrHlTemperature.{#SNMPINDEX}]' + delay: '0' + history: 7d + value_type: FLOAT + units: °C + description: | + MIB: MIKROTIK-MIB + mtxrHlTemperature Device temperature in Celsius (degrees C). + Might be missing in entry models (RB750, RB450G..). + + Reference: http://wiki.mikrotik.com/wiki/Manual:SNMP + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.4.1.14988.1.1.3.10.{#SNMPINDEX}' + - '0' + - type: MULTIPLIER + parameters: + - '0.1' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 3m + master_item: + key: sensor.temp.walk + tags: + - tag: component + value: temperature + trigger_prototypes: + - uuid: 0cad5d745ffb4f07bca9b846678636c0 + expression: 'avg(/Mikrotik by SNMP Dynamic Interfaces/sensor.temp.value[mtxrHlTemperature.{#SNMPINDEX}],5m)>{$TEMP_CRIT:"Device"}' + recovery_mode: RECOVERY_EXPRESSION + recovery_expression: 'max(/Mikrotik by SNMP Dynamic Interfaces/sensor.temp.value[mtxrHlTemperature.{#SNMPINDEX}],5m)<{$TEMP_CRIT:"Device"}-3' + name: 'Device: Temperature is above critical threshold' + event_name: 'Device: Temperature is above critical threshold: >{$TEMP_CRIT:"Device"}' + opdata: 'Current value: {ITEM.LASTVALUE1}' + priority: HIGH + description: 'This trigger uses temperature sensor values as well as temperature sensor status if available.' + tags: + - tag: scope + value: availability + - tag: scope + value: performance + - uuid: 32e18d8dcc6541d2b2a26a183afdad36 + expression: 'avg(/Mikrotik by SNMP Dynamic Interfaces/sensor.temp.value[mtxrHlTemperature.{#SNMPINDEX}],5m)>{$TEMP_WARN:"Device"}' + recovery_mode: RECOVERY_EXPRESSION + recovery_expression: 'max(/Mikrotik by SNMP Dynamic Interfaces/sensor.temp.value[mtxrHlTemperature.{#SNMPINDEX}],5m)<{$TEMP_WARN:"Device"}-3' + name: 'Device: Temperature is above warning threshold' + event_name: 'Device: Temperature is above warning threshold: >{$TEMP_WARN:"Device"}' + opdata: 'Current value: {ITEM.LASTVALUE1}' + priority: WARNING + description: 'This trigger uses temperature sensor values as well as temperature sensor status if available.' + dependencies: + - name: 'Device: Temperature is above critical threshold' + expression: 'avg(/Mikrotik by SNMP Dynamic Interfaces/sensor.temp.value[mtxrHlTemperature.{#SNMPINDEX}],5m)>{$TEMP_CRIT:"Device"}' + recovery_expression: 'max(/Mikrotik by SNMP Dynamic Interfaces/sensor.temp.value[mtxrHlTemperature.{#SNMPINDEX}],5m)<{$TEMP_CRIT:"Device"}-3' + tags: + - tag: scope + value: availability + - tag: scope + value: performance + - uuid: 66ab882336f049e08a319707de4af988 + expression: 'avg(/Mikrotik by SNMP Dynamic Interfaces/sensor.temp.value[mtxrHlTemperature.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:"Device"}' + recovery_mode: RECOVERY_EXPRESSION + recovery_expression: 'min(/Mikrotik by SNMP Dynamic Interfaces/sensor.temp.value[mtxrHlTemperature.{#SNMPINDEX}],5m)>{$TEMP_CRIT_LOW:"Device"}+3' + name: 'Device: Temperature is too low' + event_name: 'Device: Temperature is too low: <{$TEMP_CRIT_LOW:"Device"}' + opdata: 'Current value: {ITEM.LASTVALUE1}' + priority: AVERAGE + tags: + - tag: scope + value: availability + - tag: scope + value: performance + master_item: + key: sensor.temp.walk + preprocessing: + - type: SNMP_WALK_TO_JSON + parameters: + - '{#SNMPVALUE}' + - 1.3.6.1.4.1.14988.1.1.3.10 + - '0' + error_handler: DISCARD_VALUE + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1h + - uuid: 466b1c7038ba430e90083a12f7ab65bc + name: 'LTE modem discovery' + type: DEPENDENT + key: mtxrLTEModem.discovery + delay: '0' + filter: + evaltype: AND + conditions: + - macro: '{#IFNAME}' + value: '{$IFNAME.LTEMODEM.MATCHES}' + formulaid: A + - macro: '{#IFTYPE}' + value: ^1$ + formulaid: B + description: 'MIKROTIK-MIB::mtxrLTEModemInterfaceIndex.' + item_prototypes: + - uuid: 9d57bc329eef4fe0819650ae96aaac4d + name: 'Interface {#IFNAME}({#IFALIAS}): LTE modem RSRP' + type: DEPENDENT + key: 'lte.modem.rsrp[mtxrLTEModemSignalRSRP.{#SNMPINDEX}]' + delay: '0' + history: 7d + value_type: FLOAT + units: dbm + description: | + MIB: MIKROTIK-MIB + mtxrLTEModemSignalRSRP Reference Signal Received Power. + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.4.1.14988.1.1.16.1.1.4.{#SNMPINDEX}' + - '0' + master_item: + key: net.if.wireless.walk + tags: + - tag: component + value: interface + - tag: component + value: network + - tag: interface + value: '{#IFNAME}' + trigger_prototypes: + - uuid: b81b868199b34dfba3324daa46e3fa87 + expression: 'max(/Mikrotik by SNMP Dynamic Interfaces/lte.modem.rsrp[mtxrLTEModemSignalRSRP.{#SNMPINDEX}],5m) < {$LTEMODEM.RSRP.MIN.WARN}' + name: 'Interface {#IFNAME}({#IFALIAS}): LTE modem RSRP is low' + event_name: 'Interface {#IFNAME}({#IFALIAS}): LTE modem RSRP is low (below {$LTEMODEM.RSRP.MIN.WARN}dbm for 5m)' + priority: WARNING + tags: + - tag: scope + value: availability + - tag: scope + value: performance + - uuid: 77704240f7664179944af036e978801c + name: 'Interface {#IFNAME}({#IFALIAS}): LTE modem RSRQ' + type: DEPENDENT + key: 'lte.modem.rsrq[mtxrLTEModemSignalRSRQ.{#SNMPINDEX}]' + delay: '0' + history: 7d + value_type: FLOAT + units: db + description: | + MIB: MIKROTIK-MIB + mtxrLTEModemSignalRSRQ Reference Signal Received Quality. + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.4.1.14988.1.1.16.1.1.3.{#SNMPINDEX}' + - '0' + master_item: + key: net.if.wireless.walk + tags: + - tag: component + value: interface + - tag: component + value: network + - tag: interface + value: '{#IFNAME}' + trigger_prototypes: + - uuid: 7d73188543274b729734d03498f53b90 + expression: 'max(/Mikrotik by SNMP Dynamic Interfaces/lte.modem.rsrq[mtxrLTEModemSignalRSRQ.{#SNMPINDEX}],5m) < {$LTEMODEM.RSRQ.MIN.WARN}' + name: 'Interface {#IFNAME}({#IFALIAS}): LTE modem RSRQ is low' + event_name: 'Interface {#IFNAME}({#IFALIAS}): LTE modem RSRQ is low (below {$LTEMODEM.RSRQ.MIN.WARN}db for 5m)' + priority: WARNING + tags: + - tag: scope + value: availability + - tag: scope + value: performance + - uuid: e4368cca0c5c4bfab85a5e22f76a2f0d + name: 'Interface {#IFNAME}({#IFALIAS}): LTE modem RSSI' + type: DEPENDENT + key: 'lte.modem.rssi[mtxrLTEModemSignalRSSI.{#SNMPINDEX}]' + delay: '0' + history: 7d + value_type: FLOAT + units: dbm + description: | + MIB: MIKROTIK-MIB + mtxrLTEModemSignalRSSI Received Signal Strength Indicator. + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.4.1.14988.1.1.16.1.1.2.{#SNMPINDEX}' + - '0' + master_item: + key: net.if.wireless.walk + tags: + - tag: component + value: interface + - tag: component + value: network + - tag: interface + value: '{#IFNAME}' + trigger_prototypes: + - uuid: 9f81942cd49843d4ba2e7a92d7e4302d + expression: 'max(/Mikrotik by SNMP Dynamic Interfaces/lte.modem.rssi[mtxrLTEModemSignalRSSI.{#SNMPINDEX}],5m) < {$LTEMODEM.RSSI.MIN.WARN}' + name: 'Interface {#IFNAME}({#IFALIAS}): LTE modem RSSI is low' + event_name: 'Interface {#IFNAME}({#IFALIAS}): LTE modem RSSI is low (below {$LTEMODEM.RSSI.MIN.WARN}dbm for 5m)' + priority: WARNING + tags: + - tag: scope + value: availability + - tag: scope + value: performance + - uuid: 955918533595416f98e85978b9f2d647 + name: 'Interface {#IFNAME}({#IFALIAS}): LTE modem SINR' + type: DEPENDENT + key: 'lte.modem.sinr[mtxrLTEModemSignalSINR.{#SNMPINDEX}]' + delay: '0' + history: 7d + value_type: FLOAT + units: db + description: | + MIB: MIKROTIK-MIB + mtxrLTEModemSignalSINR Signal to Interference & Noise Ratio. + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.4.1.14988.1.1.16.1.1.7.{#SNMPINDEX}' + - '0' + master_item: + key: net.if.wireless.walk + tags: + - tag: component + value: interface + - tag: component + value: network + - tag: interface + value: '{#IFNAME}' + trigger_prototypes: + - uuid: 470d07762bc2485a836c98c7e33696d7 + expression: 'max(/Mikrotik by SNMP Dynamic Interfaces/lte.modem.sinr[mtxrLTEModemSignalSINR.{#SNMPINDEX}],5m) < {$LTEMODEM.SINR.MIN.WARN}' + name: 'Interface {#IFNAME}({#IFALIAS}): LTE modem SINR is low' + event_name: 'Interface {#IFNAME}({#IFALIAS}): LTE modem SINR is low (below {$LTEMODEM.SINR.MIN.WARN}db for 5m)' + priority: WARNING + tags: + - tag: scope + value: availability + - tag: scope + value: performance + graph_prototypes: + - uuid: c66eb595448547a9b68ef3be8572fec4 + name: 'Interface {#IFNAME}({#IFALIAS}): Modem Signal. {#SNMPINDEX}' + graph_items: + - color: 199C0D + item: + host: 'Mikrotik by SNMP Dynamic Interfaces' + key: 'lte.modem.sinr[mtxrLTEModemSignalSINR.{#SNMPINDEX}]' + - sortorder: '1' + color: F63100 + item: + host: 'Mikrotik by SNMP Dynamic Interfaces' + key: 'lte.modem.rsrq[mtxrLTEModemSignalRSRQ.{#SNMPINDEX}]' + - sortorder: '2' + color: 00611C + item: + host: 'Mikrotik by SNMP Dynamic Interfaces' + key: 'lte.modem.rsrp[mtxrLTEModemSignalRSRP.{#SNMPINDEX}]' + - sortorder: '3' + color: F7941D + item: + host: 'Mikrotik by SNMP Dynamic Interfaces' + key: 'lte.modem.rssi[mtxrLTEModemSignalRSSI.{#SNMPINDEX}]' + master_item: + key: net.if.wireless.walk + preprocessing: + - type: SNMP_WALK_TO_JSON + parameters: + - '{#IFNAME}' + - 1.3.6.1.4.1.14988.1.1.14.1.1.2 + - '0' + - '{#IFALIAS}' + - 1.3.6.1.2.1.31.1.1.1.18 + - '0' + - '{#IFTYPE}' + - 1.3.6.1.2.1.2.2.1.3 + - '0' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1h + - uuid: bcb3bb5100414afab665432296f888ff + name: 'AP channel discovery' + type: DEPENDENT + key: mtxrWlAp.discovery + delay: '0' + filter: + evaltype: AND + conditions: + - macro: '{#IFADMINSTATUS}' + value: ^1$ + formulaid: A + - macro: '{#IFTYPE}' + value: ^71$ + formulaid: B + description: 'MIKROTIK-MIB::mtxrWlAp.' + item_prototypes: + - uuid: fef448a64ee84fe6a7cc2de3562050d4 + name: 'Interface {#IFNAME}({#IFALIAS}): AP authenticated clients' + type: DEPENDENT + key: 'ssid.authclient[mtxrWlApAuthClientCount.{#SNMPINDEX}]' + delay: '0' + history: 7d + description: | + MIB: MIKROTIK-MIB + mtxrWlApAuthClientCount Number of authentication clients. + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.4.1.14988.1.1.1.3.1.11.{#SNMPINDEX}' + - '0' + master_item: + key: net.if.wireless.walk + tags: + - tag: component + value: interface + - tag: component + value: network + - tag: interface + value: '{#IFNAME}' + - uuid: 9ffb3d59f863438996af56cf257f6ea4 + name: 'Interface {#IFNAME}({#IFALIAS}): AP band' + type: DEPENDENT + key: 'ssid.band[mtxrWlApBand.{#SNMPINDEX}]' + delay: '0' + history: 7d + trends: '0' + value_type: CHAR + description: | + MIB: MIKROTIK-MIB + mtxrWlApBand + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.4.1.14988.1.1.1.3.1.8.{#SNMPINDEX}' + - '0' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1h + master_item: + key: net.if.wireless.walk + tags: + - tag: component + value: interface + - tag: component + value: network + - tag: interface + value: '{#IFNAME}' + - uuid: c64eb69229644735989b82da73ea98f2 + name: 'Interface {#IFNAME}({#IFALIAS}): SSID' + type: DEPENDENT + key: 'ssid.name[mtxrWlApSsid.{#SNMPINDEX}]' + delay: '0' + history: 7d + trends: '0' + value_type: CHAR + description: | + MIB: MIKROTIK-MIB + mtxrWlApSsid Service Set Identifier. + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.4.1.14988.1.1.1.3.1.4.{#SNMPINDEX}' + - '0' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1h + master_item: + key: net.if.wireless.walk + tags: + - tag: component + value: interface + - tag: component + value: network + - tag: interface + value: '{#IFNAME}' + - uuid: 52cba2e62e934e949c02afbc8d256ced + name: 'Interface {#IFNAME}({#IFALIAS}): AP noise floor' + type: DEPENDENT + key: 'ssid.noise[mtxrWlApNoiseFloor.{#SNMPINDEX}]' + delay: '0' + history: 7d + value_type: FLOAT + description: | + MIB: MIKROTIK-MIB + mtxrWlApNoiseFloor + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.4.1.14988.1.1.1.3.1.9.{#SNMPINDEX}' + - '0' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 15m + master_item: + key: net.if.wireless.walk + tags: + - tag: component + value: interface + - tag: component + value: network + - tag: interface + value: '{#IFNAME}' + - uuid: da4bf58fd0e74e4993494d211be4b6cf + name: 'Interface {#IFNAME}({#IFALIAS}): AP registered clients' + type: DEPENDENT + key: 'ssid.regclient[mtxrWlApClientCount.{#SNMPINDEX}]' + delay: '0' + history: 7d + description: | + MIB: MIKROTIK-MIB + mtxrWlApClientCount Client established connection to AP, but didn't finish all authentication procedures for full connection. + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.4.1.14988.1.1.1.3.1.6.{#SNMPINDEX}' + - '0' + master_item: + key: net.if.wireless.walk + tags: + - tag: component + value: interface + - tag: component + value: network + - tag: interface + value: '{#IFNAME}' + master_item: + key: net.if.wireless.walk + preprocessing: + - type: SNMP_WALK_TO_JSON + parameters: + - '{#IFNAME}' + - 1.3.6.1.4.1.14988.1.1.14.1.1.2 + - '0' + - '{#IFALIAS}' + - 1.3.6.1.2.1.31.1.1.1.18 + - '0' + - '{#IFTYPE}' + - 1.3.6.1.2.1.2.2.1.3 + - '0' + - '{#IFADMINSTATUS}' + - 1.3.6.1.2.1.2.2.1.7 + - '0' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1h + - uuid: fed0b628952d4772aeb9414e507ad24c + name: 'CAPsMAN AP channel discovery' + type: DEPENDENT + key: mtxrWlCMChannel.discovery + delay: '0' + filter: + evaltype: AND + conditions: + - macro: '{#IFNAME}' + value: '{$IFNAME.WIFI.MATCHES}' + formulaid: A + - macro: '{#IFTYPE}' + value: ^1$ + formulaid: B + description: 'MIKROTIK-MIB::mtxrWlCMChannel.' + item_prototypes: + - uuid: 94aa3213a9134319bbe541eb8f78d9e5 + name: 'Interface {#IFNAME}({#IFALIAS}): AP authenticated clients' + type: DEPENDENT + key: 'ssid.authclient[mtxrWlCMAuthClientCount.{#SNMPINDEX}]' + delay: '0' + history: 7d + description: | + MIB: MIKROTIK-MIB + mtxrWlCMAuthClientCount Number of authentication clients. + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.4.1.14988.1.1.1.7.1.3.{#SNMPINDEX}' + - '0' + master_item: + key: net.if.wireless.walk + tags: + - tag: component + value: interface + - tag: component + value: network + - tag: interface + value: '{#IFNAME}' + - uuid: 0ae15ed52c9e499695ec42b487916448 + name: 'Interface {#IFNAME}({#IFALIAS}): AP channel' + type: DEPENDENT + key: 'ssid.channel[mtxrWlCMChannel.{#SNMPINDEX}]' + delay: '0' + history: 7d + trends: '0' + value_type: CHAR + description: | + MIB: MIKROTIK-MIB + mtxrWlCMChannel + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.4.1.14988.1.1.1.7.1.5.{#SNMPINDEX}' + - '0' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1h + master_item: + key: net.if.wireless.walk + tags: + - tag: component + value: interface + - tag: component + value: network + - tag: interface + value: '{#IFNAME}' + - uuid: b5b32db7e6ff4aa793bbfc8ad37d4d48 + name: 'Interface {#IFNAME}({#IFALIAS}): AP registered clients' + type: DEPENDENT + key: 'ssid.regclient[mtxrWlCMRegClientCount.{#SNMPINDEX}]' + delay: '0' + history: 7d + description: | + MIB: MIKROTIK-MIB + mtxrWlCMRegClientCount Client established connection to AP, but didn't finish all authentication procedures for full connection. + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.4.1.14988.1.1.1.7.1.2.{#SNMPINDEX}' + - '0' + master_item: + key: net.if.wireless.walk + tags: + - tag: component + value: interface + - tag: component + value: network + - tag: interface + value: '{#IFNAME}' + - uuid: d3ce822c05b54a819423dd9c6f9f3ce6 + name: 'Interface {#IFNAME}({#IFALIAS}): AP state' + type: DEPENDENT + key: 'ssid.state[mtxrWlCMState.{#SNMPINDEX}]' + delay: '0' + history: 7d + trends: '0' + value_type: CHAR + description: | + MIB: MIKROTIK-MIB + mtxrWlCMState Wireless interface state. + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.4.1.14988.1.1.1.7.1.4.{#SNMPINDEX}' + - '0' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1h + master_item: + key: net.if.wireless.walk + tags: + - tag: component + value: interface + - tag: component + value: network + - tag: interface + value: '{#IFNAME}' + trigger_prototypes: + - uuid: aa57b1a2caf34f1db45d8636fb574a22 + expression: 'last(/Mikrotik by SNMP Dynamic Interfaces/ssid.state[mtxrWlCMState.{#SNMPINDEX}])<>"running-ap"' + name: 'Interface {#IFNAME}({#IFALIAS}): AP interface {#IFNAME}({#IFALIAS}) is not running' + priority: WARNING + description: 'Access point interface can be not running by different reasons - disabled interface, power off, network link down.' + tags: + - tag: scope + value: availability + - tag: scope + value: performance + master_item: + key: net.if.wireless.walk + preprocessing: + - type: SNMP_WALK_TO_JSON + parameters: + - '{#IFNAME}' + - 1.3.6.1.4.1.14988.1.1.14.1.1.2 + - '0' + - '{#IFALIAS}' + - 1.3.6.1.2.1.31.1.1.1.18 + - '0' + - '{#IFTYPE}' + - 1.3.6.1.2.1.2.2.1.3 + - '0' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1h + - uuid: f369df66ff4c4504992a3af30d5977d7 + name: 'Network interfaces discovery' + type: DEPENDENT + key: net.if.discovery + delay: '0' + filter: + evaltype: AND + conditions: + - macro: '{#IFADMINSTATUS}' + value: '{$NET.IF.IFADMINSTATUS.MATCHES}' + formulaid: A + - macro: '{#IFADMINSTATUS}' + value: '{$NET.IF.IFADMINSTATUS.NOT_MATCHES}' + operator: NOT_MATCHES_REGEX + formulaid: B + - macro: '{#IFALIAS}' + value: '{$NET.IF.IFALIAS.MATCHES}' + formulaid: C + - macro: '{#IFALIAS}' + value: '{$NET.IF.IFALIAS.NOT_MATCHES}' + operator: NOT_MATCHES_REGEX + formulaid: D + - macro: '{#IFDESCR}' + value: '{$NET.IF.IFDESCR.MATCHES}' + formulaid: E + - macro: '{#IFDESCR}' + value: '{$NET.IF.IFDESCR.NOT_MATCHES}' + operator: NOT_MATCHES_REGEX + formulaid: F + - macro: '{#IFNAME}' + value: '{$NET.IF.IFNAME.MATCHES}' + formulaid: G + - macro: '{#IFNAME}' + value: '{$NET.IF.IFNAME.NOT_MATCHES}' + operator: NOT_MATCHES_REGEX + formulaid: H + - macro: '{#IFOPERSTATUS}' + value: '{$NET.IF.IFOPERSTATUS.MATCHES}' + formulaid: I + - macro: '{#IFOPERSTATUS}' + value: '{$NET.IF.IFOPERSTATUS.NOT_MATCHES}' + operator: NOT_MATCHES_REGEX + formulaid: J + - macro: '{#IFTYPE}' + value: '{$NET.IF.IFTYPE.MATCHES}' + formulaid: K + - macro: '{#IFTYPE}' + value: '{$NET.IF.IFTYPE.NOT_MATCHES}' + operator: NOT_MATCHES_REGEX + formulaid: L + description: 'Discovering interfaces from IF-MIB.' + item_prototypes: + - uuid: 97638f754761479abbac2d7d1ce99529 + name: 'Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded' + type: SNMP_AGENT + snmp_oid: '1.3.6.1.2.1.2.2.1.13["index","1.3.6.1.2.1.31.1.1.1.1","{#IFNAME}"]' + key: 'net.if.in.discards[ifInDiscards.{#IFNAME}]' + history: 7d + description: | + MIB: IF-MIB + The number of inbound packets which were chosen to be discarded + even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. + One possible reason for discarding such a packet could be to free up buffer space. + Discontinuities in the value of this counter can occur at re-initialization of the management system, + and at other times as indicated by the value of ifCounterDiscontinuityTime. + preprocessing: + - type: CHANGE_PER_SECOND + parameters: + - '' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 3m + tags: + - tag: component + value: network + - tag: description + value: '{#IFALIAS}' + - tag: interface + value: '{#IFNAME}' + - uuid: 70ce0cc9d6ce4e36be516222af2a2063 + name: 'Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors' + type: SNMP_AGENT + snmp_oid: '1.3.6.1.2.1.2.2.1.14["index","1.3.6.1.2.1.31.1.1.1.1","{#IFNAME}"]' + key: 'net.if.in.errors[ifInErrors.{#IFNAME}]' + history: 7d + description: | + MIB: IF-MIB + For packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. + preprocessing: + - type: CHANGE_PER_SECOND + parameters: + - '' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 3m + tags: + - tag: component + value: network + - tag: description + value: '{#IFALIAS}' + - tag: interface + value: '{#IFNAME}' + - uuid: 1a7d27e3a3a74b46940b66fdf4b04b4a + name: 'Interface {#IFNAME}({#IFALIAS}): Bits received' + type: SNMP_AGENT + snmp_oid: '1.3.6.1.2.1.31.1.1.1.6["index","1.3.6.1.2.1.31.1.1.1.1","{#IFNAME}"]' + key: 'net.if.in[ifHCInOctets.{#IFNAME}]' + history: 7d + units: bps + description: | + MIB: IF-MIB + The total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. + preprocessing: + - type: CHANGE_PER_SECOND + parameters: + - '' + - type: MULTIPLIER + parameters: + - '8' + tags: + - tag: component + value: network + - tag: description + value: '{#IFALIAS}' + - tag: interface + value: '{#IFNAME}' + - uuid: 37e31d8099604bc4b87f224966e90f07 + name: 'Interface {#IFNAME}({#IFALIAS}): Optical Rx Power' + type: SNMP_AGENT + snmp_oid: '1.3.6.1.4.1.14988.1.1.19.1.1.10["index","1.3.6.1.2.1.31.1.1.1.1","{#IFNAME}"]' + key: 'net.if.opt.power[ifOptRxPower.{#IFNAME}]' + history: 7d + value_type: FLOAT + units: dBm + description: 'MIB: IF-MIB' + preprocessing: + - type: CHECK_NOT_SUPPORTED + parameters: + - '-1' + error_handler: CUSTOM_VALUE + error_handler_params: '0' + - type: MULTIPLIER + parameters: + - '0.001' + tags: + - tag: component + value: network + - tag: description + value: '{#IFALIAS}' + - tag: interface + value: '{#IFNAME}' + trigger_prototypes: + - uuid: 2d189bff0a3f4e8fb8bc008562ae267b + expression: '(max(/Mikrotik by SNMP Dynamic Interfaces/net.if.opt.power[ifOptRxPower.{#IFNAME}],5m)>=15)' + recovery_mode: RECOVERY_EXPRESSION + recovery_expression: '(max(/Mikrotik by SNMP Dynamic Interfaces/net.if.opt.power[ifOptRxPower.{#IFNAME}],5m)<15)' + name: 'Interface {#IFNAME}({#IFALIAS}): High Optical Rx Power' + event_name: 'Interface {#IFNAME}({#IFALIAS}): High Optical Rx Power (more than +15 dBm)' + opdata: 'power: {ITEM.LASTVALUE1}' + priority: WARNING + description: 'SFP Rx power is too high' + manual_close: 'YES' + dependencies: + - name: 'Interface {#IFNAME}({#IFALIAS}): Link down' + expression: '{$IFCONTROL:"{#IFNAME}"}=1 and last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}])=2 and (last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}],#1)<>last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}],#2))' + recovery_expression: 'last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}])<>2 or {$IFCONTROL:"{#IFNAME}"}=0' + tags: + - tag: scope + value: performance + - uuid: f2f630eeb6fb44559f27a2e6082e1f74 + expression: '(min(/Mikrotik by SNMP Dynamic Interfaces/net.if.opt.power[ifOptRxPower.{#IFNAME}],5m)<=-15)' + recovery_mode: RECOVERY_EXPRESSION + recovery_expression: '(max(/Mikrotik by SNMP Dynamic Interfaces/net.if.opt.power[ifOptRxPower.{#IFNAME}],5m)>-15)' + name: 'Interface {#IFNAME}({#IFALIAS}): Low Optical Rx Power' + event_name: 'Interface {#IFNAME}({#IFALIAS}): Low Optical Rx Power (less than -15 dBm)' + opdata: 'power: {ITEM.LASTVALUE1}' + priority: WARNING + description: 'SFP Rx power is too low' + manual_close: 'YES' + dependencies: + - name: 'Interface {#IFNAME}({#IFALIAS}): Link down' + expression: '{$IFCONTROL:"{#IFNAME}"}=1 and last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}])=2 and (last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}],#1)<>last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}],#2))' + recovery_expression: 'last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}])<>2 or {$IFCONTROL:"{#IFNAME}"}=0' + tags: + - tag: scope + value: performance + - uuid: 0926f6ed8f7248f59624adb2b40e2c0d + name: 'Interface {#IFNAME}({#IFALIAS}): Optical Tx Power' + type: SNMP_AGENT + snmp_oid: '1.3.6.1.4.1.14988.1.1.19.1.1.9["index","1.3.6.1.2.1.31.1.1.1.1","{#IFNAME}"]' + key: 'net.if.opt.power[ifOptTxPower.{#IFNAME}]' + history: 7d + value_type: FLOAT + units: dBm + description: 'MIB: IF-MIB' + preprocessing: + - type: CHECK_NOT_SUPPORTED + parameters: + - '-1' + error_handler: CUSTOM_VALUE + error_handler_params: '0' + - type: MULTIPLIER + parameters: + - '0.001' + tags: + - tag: component + value: network + - tag: description + value: '{#IFALIAS}' + - tag: interface + value: '{#IFNAME}' + - uuid: b54d0cc916e243d090c703a95175ad43 + name: 'Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded' + type: SNMP_AGENT + snmp_oid: '1.3.6.1.2.1.2.2.1.19["index","1.3.6.1.2.1.31.1.1.1.1","{#IFNAME}"]' + key: 'net.if.out.discards[ifOutDiscards.{#IFNAME}]' + history: 7d + description: | + MIB: IF-MIB + The number of outbound packets which were chosen to be discarded + even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. + One possible reason for discarding such a packet could be to free up buffer space. + Discontinuities in the value of this counter can occur at re-initialization of the management system, + and at other times as indicated by the value of ifCounterDiscontinuityTime. + preprocessing: + - type: CHANGE_PER_SECOND + parameters: + - '' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 3m + tags: + - tag: component + value: network + - tag: description + value: '{#IFALIAS}' + - tag: interface + value: '{#IFNAME}' + - uuid: be690479cb3c40f7b34ea369c2948b87 + name: 'Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors' + type: SNMP_AGENT + snmp_oid: '1.3.6.1.2.1.2.2.1.20["index","1.3.6.1.2.1.31.1.1.1.1","{#IFNAME}"]' + key: 'net.if.out.errors[ifOutErrors.{#IFNAME}]' + history: 7d + description: | + MIB: IF-MIB + For packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. + preprocessing: + - type: CHANGE_PER_SECOND + parameters: + - '' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 3m + tags: + - tag: component + value: network + - tag: description + value: '{#IFALIAS}' + - tag: interface + value: '{#IFNAME}' + - uuid: 4ebf7910a1554b14b506e95f8e847e7f + name: 'Interface {#IFNAME}({#IFALIAS}): Bits sent' + type: SNMP_AGENT + snmp_oid: '1.3.6.1.2.1.31.1.1.1.10["index","1.3.6.1.2.1.31.1.1.1.1","{#IFNAME}"]' + key: 'net.if.out[ifHCOutOctets.{#IFNAME}]' + history: 7d + units: bps + description: | + MIB: IF-MIB + The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. + preprocessing: + - type: CHANGE_PER_SECOND + parameters: + - '' + - type: MULTIPLIER + parameters: + - '8' + tags: + - tag: component + value: network + - tag: description + value: '{#IFALIAS}' + - tag: interface + value: '{#IFNAME}' + - uuid: 5ae15290ef2945598926f5f3684ac7e9 + name: 'Interface {#IFNAME}({#IFALIAS}): Speed' + type: SNMP_AGENT + snmp_oid: '1.3.6.1.2.1.31.1.1.1.15["index","1.3.6.1.2.1.31.1.1.1.1","{#IFNAME}"]' + key: 'net.if.speed[ifHighSpeed.{#IFNAME}]' + history: 7d + trends: '0' + units: bps + description: | + MIB: IF-MIB + An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. + preprocessing: + - type: MULTIPLIER + parameters: + - '1000000' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1h + tags: + - tag: component + value: network + - tag: description + value: '{#IFALIAS}' + - tag: interface + value: '{#IFNAME}' + - uuid: 366025feed8d4c0e9fc8008ef3d03256 + name: 'Interface {#IFNAME}({#IFALIAS}): Operational status' + type: SNMP_AGENT + snmp_oid: 'ifOperStatus["index","1.3.6.1.2.1.31.1.1.1.1","{#IFNAME}"]' + key: 'net.if.status[ifOperStatus.{#IFNAME}]' + history: 7d + trends: '0' + description: | + MIB: IF-MIB + The current operational state of the interface. + - The testing(3) state indicates that no operational packet scan be passed + - If ifAdminStatus is down(2) then ifOperStatus should be down(2) + - If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic + - It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection) + - It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state + - It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. + valuemap: + name: 'IF-MIB::ifOperStatus' + preprocessing: + - type: CHECK_NOT_SUPPORTED + parameters: + - '-1' + error_handler: CUSTOM_VALUE + error_handler_params: '2' + tags: + - tag: component + value: network + - tag: description + value: '{#IFALIAS}' + - tag: interface + value: '{#IFNAME}' + trigger_prototypes: + - uuid: b2dbee16a12c4d9e91d4ac889ba186f4 + expression: '{$IFCONTROL:"{#IFNAME}"}=1 and last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}])=2 and (last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}],#1)<>last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}],#2))' + recovery_mode: RECOVERY_EXPRESSION + recovery_expression: 'last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}])<>2 or {$IFCONTROL:"{#IFNAME}"}=0' + name: 'Interface {#IFNAME}({#IFALIAS}): Link down' + opdata: 'Current state: {ITEM.LASTVALUE1}' + priority: AVERAGE + description: | + This trigger expression works as follows: + 1. It can be triggered if the operations status is down. + 2. `{$IFCONTROL:"{#IFNAME}"}=1` - a user can redefine context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down. + 3. `{TEMPLATE_NAME:METRIC.diff()}=1` - the trigger fires only if the operational status was up to (1) sometime before (so, do not fire for the 'eternal off' interfaces.) + + WARNING: if closed manually - it will not fire again on the next poll, because of .diff. + manual_close: 'YES' + tags: + - tag: scope + value: availability + - uuid: 9c54e3f5cdff43db83d1dc1f216cb563 + name: 'Interface {#IFNAME}({#IFALIAS}): Interface type' + type: SNMP_AGENT + snmp_oid: '1.3.6.1.2.1.2.2.1.3["index","1.3.6.1.2.1.31.1.1.1.1","{#IFNAME}"]' + key: 'net.if.type[ifType.{#IFNAME}]' + history: 7d + trends: '0' + description: | + MIB: IF-MIB + The type of interface. + Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA), + through updating the syntax of the IANAifType textual convention. + valuemap: + name: 'IF-MIB::ifType' + preprocessing: + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1d + tags: + - tag: component + value: network + - tag: description + value: '{#IFALIAS}' + - tag: interface + value: '{#IFNAME}' + trigger_prototypes: + - uuid: 58c535a5c247484ab52e193ec9ac6efe + expression: | + change(/Mikrotik by SNMP Dynamic Interfaces/net.if.speed[ifHighSpeed.{#IFNAME}])<0 and last(/Mikrotik by SNMP Dynamic Interfaces/net.if.speed[ifHighSpeed.{#IFNAME}])>0 + and ( + last(/Mikrotik by SNMP Dynamic Interfaces/net.if.type[ifType.{#IFNAME}])=6 or + last(/Mikrotik by SNMP Dynamic Interfaces/net.if.type[ifType.{#IFNAME}])=7 or + last(/Mikrotik by SNMP Dynamic Interfaces/net.if.type[ifType.{#IFNAME}])=11 or + last(/Mikrotik by SNMP Dynamic Interfaces/net.if.type[ifType.{#IFNAME}])=62 or + last(/Mikrotik by SNMP Dynamic Interfaces/net.if.type[ifType.{#IFNAME}])=69 or + last(/Mikrotik by SNMP Dynamic Interfaces/net.if.type[ifType.{#IFNAME}])=117 + ) + and + (last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}])<>2) + recovery_mode: RECOVERY_EXPRESSION + recovery_expression: | + (change(/Mikrotik by SNMP Dynamic Interfaces/net.if.speed[ifHighSpeed.{#IFNAME}])>0 and last(/Mikrotik by SNMP Dynamic Interfaces/net.if.speed[ifHighSpeed.{#IFNAME}],#2)>0) or + (last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}])=2) + name: 'Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before' + opdata: 'Current reported speed: {ITEM.LASTVALUE1}' + priority: INFO + description: 'This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Acknowledge to close the problem manually.' + manual_close: 'YES' + dependencies: + - name: 'Interface {#IFNAME}({#IFALIAS}): Link down' + expression: '{$IFCONTROL:"{#IFNAME}"}=1 and last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}])=2 and (last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}],#1)<>last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}],#2))' + recovery_expression: 'last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}])<>2 or {$IFCONTROL:"{#IFNAME}"}=0' + tags: + - tag: scope + value: performance + - uuid: 7ad833cf8dd64c20b407d2c18ce19902 + expression: | + (avg(/Mikrotik by SNMP Dynamic Interfaces/net.if.in[ifHCInOctets.{#IFNAME}],5m)>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*last(/Mikrotik by SNMP Dynamic Interfaces/net.if.speed[ifHighSpeed.{#IFNAME}]) or + avg(/Mikrotik by SNMP Dynamic Interfaces/net.if.out[ifHCOutOctets.{#IFNAME}],5m)>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*last(/Mikrotik by SNMP Dynamic Interfaces/net.if.speed[ifHighSpeed.{#IFNAME}])) and + last(/Mikrotik by SNMP Dynamic Interfaces/net.if.speed[ifHighSpeed.{#IFNAME}])>0 + recovery_mode: RECOVERY_EXPRESSION + recovery_expression: | + avg(/Mikrotik by SNMP Dynamic Interfaces/net.if.in[ifHCInOctets.{#IFNAME}],5m)<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*last(/Mikrotik by SNMP Dynamic Interfaces/net.if.speed[ifHighSpeed.{#IFNAME}]) and + avg(/Mikrotik by SNMP Dynamic Interfaces/net.if.out[ifHCOutOctets.{#IFNAME}],5m)<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*last(/Mikrotik by SNMP Dynamic Interfaces/net.if.speed[ifHighSpeed.{#IFNAME}]) + name: 'Interface {#IFNAME}({#IFALIAS}): High bandwidth usage' + event_name: 'Interface {#IFNAME}({#IFALIAS}): High bandwidth usage (>{$IF.UTIL.MAX:"{#IFNAME}"}%)' + opdata: 'In: {ITEM.LASTVALUE1}, out: {ITEM.LASTVALUE3}, speed: {ITEM.LASTVALUE2}' + priority: WARNING + description: 'The utilization of the network interface is close to its estimated maximum bandwidth.' + manual_close: 'YES' + dependencies: + - name: 'Interface {#IFNAME}({#IFALIAS}): Link down' + expression: '{$IFCONTROL:"{#IFNAME}"}=1 and last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}])=2 and (last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}],#1)<>last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}],#2))' + recovery_expression: 'last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}])<>2 or {$IFCONTROL:"{#IFNAME}"}=0' + tags: + - tag: scope + value: performance + - uuid: 2b00c1d7328649f2a75fb4398d1d17c4 + expression: | + min(/Mikrotik by SNMP Dynamic Interfaces/net.if.in.errors[ifInErrors.{#IFNAME}],5m)>{$IF.ERRORS.WARN:"{#IFNAME}"} + or min(/Mikrotik by SNMP Dynamic Interfaces/net.if.out.errors[ifOutErrors.{#IFNAME}],5m)>{$IF.ERRORS.WARN:"{#IFNAME}"} + recovery_mode: RECOVERY_EXPRESSION + recovery_expression: | + max(/Mikrotik by SNMP Dynamic Interfaces/net.if.in.errors[ifInErrors.{#IFNAME}],5m)<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8 + and max(/Mikrotik by SNMP Dynamic Interfaces/net.if.out.errors[ifOutErrors.{#IFNAME}],5m)<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8 + name: 'Interface {#IFNAME}({#IFALIAS}): High error rate' + event_name: 'Interface {#IFNAME}({#IFALIAS}): High error rate (>{$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)' + opdata: 'errors in: {ITEM.LASTVALUE1}, errors out: {ITEM.LASTVALUE2}' + priority: WARNING + description: 'It recovers when it is below 80% of the `{$IF.ERRORS.WARN:"{#IFNAME}"}` threshold.' + manual_close: 'YES' + dependencies: + - name: 'Interface {#IFNAME}({#IFALIAS}): Link down' + expression: '{$IFCONTROL:"{#IFNAME}"}=1 and last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}])=2 and (last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}],#1)<>last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}],#2))' + recovery_expression: 'last(/Mikrotik by SNMP Dynamic Interfaces/net.if.status[ifOperStatus.{#IFNAME}])<>2 or {$IFCONTROL:"{#IFNAME}"}=0' + tags: + - tag: scope + value: availability + - tag: scope + value: performance + graph_prototypes: + - uuid: e8a9f5c679fc4ea8976e720b7dd86795 + name: 'Interface {#IFNAME}({#IFALIAS}): Network traffic' + graph_items: + - drawtype: GRADIENT_LINE + color: 199C0D + item: + host: 'Mikrotik by SNMP Dynamic Interfaces' + key: 'net.if.in[ifHCInOctets.{#IFNAME}]' + - sortorder: '1' + drawtype: BOLD_LINE + color: F63100 + item: + host: 'Mikrotik by SNMP Dynamic Interfaces' + key: 'net.if.out[ifHCOutOctets.{#IFNAME}]' + - sortorder: '2' + color: 00611C + yaxisside: RIGHT + item: + host: 'Mikrotik by SNMP Dynamic Interfaces' + key: 'net.if.out.errors[ifOutErrors.{#IFNAME}]' + - sortorder: '3' + color: F7941D + yaxisside: RIGHT + item: + host: 'Mikrotik by SNMP Dynamic Interfaces' + key: 'net.if.in.errors[ifInErrors.{#IFNAME}]' + - sortorder: '4' + color: FC6EA3 + yaxisside: RIGHT + item: + host: 'Mikrotik by SNMP Dynamic Interfaces' + key: 'net.if.out.discards[ifOutDiscards.{#IFNAME}]' + - sortorder: '5' + color: 6C59DC + yaxisside: RIGHT + item: + host: 'Mikrotik by SNMP Dynamic Interfaces' + key: 'net.if.in.discards[ifInDiscards.{#IFNAME}]' + master_item: + key: net.if.walk + preprocessing: + - type: SNMP_WALK_TO_JSON + parameters: + - '{#IFOPERSTATUS}' + - 1.3.6.1.2.1.2.2.1.8 + - '0' + - '{#IFADMINSTATUS}' + - 1.3.6.1.2.1.2.2.1.7 + - '0' + - '{#IFALIAS}' + - 1.3.6.1.2.1.31.1.1.1.18 + - '0' + - '{#IFNAME}' + - 1.3.6.1.2.1.31.1.1.1.1 + - '0' + - '{#IFDESCR}' + - 1.3.6.1.2.1.2.2.1.2 + - '0' + - '{#IFTYPE}' + - 1.3.6.1.2.1.2.2.1.3 + - '0' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1h + - uuid: 88aaddcd96db41f7a5ff107e4c08a2fa + name: 'Storage discovery' + type: DEPENDENT + key: storage.discovery + delay: '0' + filter: + evaltype: OR + conditions: + - macro: '{#STORAGE_TYPE}' + value: .+4$ + formulaid: A + - macro: '{#STORAGE_TYPE}' + value: .+hrStorageFixedDisk + formulaid: B + description: 'HOST-RESOURCES-MIB::hrStorage discovery with storage filter.' + item_prototypes: + - uuid: 7d9ca6e7267c42088895b114d436b11a + name: 'Disk-{#SNMPINDEX}: Space utilization' + type: CALCULATED + key: 'vfs.fs.pused[hrStorageSize.{#SNMPINDEX}]' + history: 7d + value_type: FLOAT + units: '%' + params: '(last(//vfs.fs.used[hrStorageSize.{#SNMPINDEX}])/last(//vfs.fs.total[hrStorageSize.{#SNMPINDEX}]))*100' + description: 'The space utilization expressed in % for Disk-{#SNMPINDEX}.' + tags: + - tag: component + value: storage + - tag: filesystem + value: '{#FSNAME}' + - uuid: c51ef38dc4dd4863a930ad820ba8a37b + name: 'Disk-{#SNMPINDEX}: Total space' + type: DEPENDENT + key: 'vfs.fs.total[hrStorageSize.{#SNMPINDEX}]' + delay: '0' + history: 7d + units: B + description: | + MIB: HOST-RESOURCES-MIB + The size of the storage represented by this entry, in + units of hrStorageAllocationUnits. This object is + writable to allow remote configuration of the size of + the storage area in those cases where such an + operation makes sense and is possible on the + underlying system. For example, the amount of main + memory allocated to a buffer pool might be modified or + the amount of disk space allocated to virtual memory + might be modified. + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}' + - '0' + - type: MULTIPLIER + parameters: + - '1024' + master_item: + key: vfs.fs.walk + tags: + - tag: component + value: storage + - tag: filesystem + value: '{#FSNAME}' + - uuid: a483f7e94db8470ca024fd25ea0bda24 + name: 'Disk-{#SNMPINDEX}: Used space' + type: DEPENDENT + key: 'vfs.fs.used[hrStorageSize.{#SNMPINDEX}]' + delay: '0' + history: 7d + units: B + description: | + MIB: HOST-RESOURCES-MIB + The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits. + preprocessing: + - type: SNMP_WALK_VALUE + parameters: + - '1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}' + - '0' + - type: MULTIPLIER + parameters: + - '1024' + master_item: + key: vfs.fs.walk + tags: + - tag: component + value: storage + - tag: filesystem + value: '{#FSNAME}' + trigger_prototypes: + - uuid: 5c923a8950e944fa8075efa6d2ee5ebb + expression: | + last(/Mikrotik by SNMP Dynamic Interfaces/vfs.fs.pused[hrStorageSize.{#SNMPINDEX}])>{$VFS.FS.PUSED.MAX.CRIT:"Disk-{#SNMPINDEX}"} and + ((last(/Mikrotik by SNMP Dynamic Interfaces/vfs.fs.total[hrStorageSize.{#SNMPINDEX}])-last(/Mikrotik by SNMP Dynamic Interfaces/vfs.fs.used[hrStorageSize.{#SNMPINDEX}]))<{$VFS.FS.FREE.MIN.CRIT:"Disk-{#SNMPINDEX}"} or timeleft(/Mikrotik by SNMP Dynamic Interfaces/vfs.fs.pused[hrStorageSize.{#SNMPINDEX}],1h,100)<1d) + name: 'Disk-{#SNMPINDEX}: Disk space is critically low' + event_name: 'Disk-{#SNMPINDEX}: Disk space is critically low (used > {$VFS.FS.PUSED.MAX.CRIT:"Disk-{#SNMPINDEX}"}%)' + opdata: 'Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})' + priority: AVERAGE + description: | + Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"Disk-{#SNMPINDEX}"}. + Second condition should be one of the following: + - The disk free space is less than {$VFS.FS.FREE.MIN.CRIT:"Disk-{#SNMPINDEX}"}. + - The disk will be full in less than 24 hours. + manual_close: 'YES' + tags: + - tag: scope + value: availability + - tag: scope + value: capacity + - uuid: c17487abe8c849bf84dd1d43fcd6e668 + expression: | + last(/Mikrotik by SNMP Dynamic Interfaces/vfs.fs.pused[hrStorageSize.{#SNMPINDEX}])>{$VFS.FS.PUSED.MAX.WARN:"Disk-{#SNMPINDEX}"} and + ((last(/Mikrotik by SNMP Dynamic Interfaces/vfs.fs.total[hrStorageSize.{#SNMPINDEX}])-last(/Mikrotik by SNMP Dynamic Interfaces/vfs.fs.used[hrStorageSize.{#SNMPINDEX}]))<{$VFS.FS.FREE.MIN.WARN:"Disk-{#SNMPINDEX}"} or timeleft(/Mikrotik by SNMP Dynamic Interfaces/vfs.fs.pused[hrStorageSize.{#SNMPINDEX}],1h,100)<1d) + name: 'Disk-{#SNMPINDEX}: Disk space is low' + event_name: 'Disk-{#SNMPINDEX}: Disk space is low (used > {$VFS.FS.PUSED.MAX.WARN:"Disk-{#SNMPINDEX}"}%)' + opdata: 'Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})' + priority: WARNING + description: | + Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"Disk-{#SNMPINDEX}"}. + Second condition should be one of the following: + - The disk free space is less than {$VFS.FS.FREE.MIN.WARN:"Disk-{#SNMPINDEX}"}. + - The disk will be full in less than 24 hours. + manual_close: 'YES' + dependencies: + - name: 'Disk-{#SNMPINDEX}: Disk space is critically low' + expression: | + last(/Mikrotik by SNMP Dynamic Interfaces/vfs.fs.pused[hrStorageSize.{#SNMPINDEX}])>{$VFS.FS.PUSED.MAX.CRIT:"Disk-{#SNMPINDEX}"} and + ((last(/Mikrotik by SNMP Dynamic Interfaces/vfs.fs.total[hrStorageSize.{#SNMPINDEX}])-last(/Mikrotik by SNMP Dynamic Interfaces/vfs.fs.used[hrStorageSize.{#SNMPINDEX}]))<{$VFS.FS.FREE.MIN.CRIT:"Disk-{#SNMPINDEX}"} or timeleft(/Mikrotik by SNMP Dynamic Interfaces/vfs.fs.pused[hrStorageSize.{#SNMPINDEX}],1h,100)<1d) + tags: + - tag: scope + value: availability + - tag: scope + value: capacity + graph_prototypes: + - uuid: 4341d55c04ef47bb92cebf0e232a2ced + name: 'Disk-{#SNMPINDEX}: Disk space usage' + width: '600' + height: '340' + type: PIE + show_3d: 'YES' + graph_items: + - color: '969696' + calc_fnc: LAST + type: GRAPH_SUM + item: + host: 'Mikrotik by SNMP Dynamic Interfaces' + key: 'vfs.fs.total[hrStorageSize.{#SNMPINDEX}]' + - sortorder: '1' + color: C80000 + calc_fnc: LAST + item: + host: 'Mikrotik by SNMP Dynamic Interfaces' + key: 'vfs.fs.used[hrStorageSize.{#SNMPINDEX}]' + master_item: + key: vfs.fs.walk + preprocessing: + - type: SNMP_WALK_TO_JSON + parameters: + - '{#FSNAME}' + - 1.3.6.1.2.1.25.2.3.1.3 + - '0' + - '{#ALLOC_UNITS}' + - 1.3.6.1.2.1.25.2.3.1.4 + - '0' + - '{#STORAGE_TYPE}' + - 1.3.6.1.2.1.25.2.3.1.2 + - '0' + - type: DISCARD_UNCHANGED_HEARTBEAT + parameters: + - 1h + tags: + - tag: class + value: network + - tag: target + value: mikrotik + macros: + - macro: '{$CPU.UTIL.CRIT}' + value: '90' + - macro: '{$ICMP_LOSS_WARN}' + value: '20' + - macro: '{$ICMP_RESPONSE_TIME_WARN}' + value: '0.15' + - macro: '{$IF.ERRORS.WARN}' + value: '2' + - macro: '{$IF.UTIL.MAX}' + value: '90' + - macro: '{$IFCONTROL}' + value: '1' + - macro: '{$IFNAME.LTEMODEM.MATCHES}' + value: ^lte + description: 'This macro is used in LTE modem discovery. It can be overridden on the host.' + - macro: '{$IFNAME.WIFI.MATCHES}' + value: WIFI + description: 'This macro is used in CAPsMAN AP channel discovery. It can be overridden on the host level.' + - macro: '{$LTEMODEM.RSRP.MIN.WARN}' + value: '-100' + description: 'The LTE modem RSRP minimum value for warning trigger expression.' + - macro: '{$LTEMODEM.RSRQ.MIN.WARN}' + value: '-20' + description: 'The LTE modem RSRQ minimum value for warning trigger expression.' + - macro: '{$LTEMODEM.RSSI.MIN.WARN}' + value: '-100' + description: 'The LTE modem RSSI minimum value for warning trigger expression.' + - macro: '{$LTEMODEM.SINR.MIN.WARN}' + value: '0' + description: 'The LTE modem SINR minimum value for warning trigger expression.' + - macro: '{$MEMORY.UTIL.MAX}' + value: '90' + - macro: '{$NET.IF.IFADMINSTATUS.MATCHES}' + value: '^.*' + description: 'Ignore notPresent(6)' + - macro: '{$NET.IF.IFADMINSTATUS.NOT_MATCHES}' + value: ^2$ + description: 'Ignore down(2) administrative status' + - macro: '{$NET.IF.IFALIAS.MATCHES}' + value: '.*' + - macro: '{$NET.IF.IFALIAS.NOT_MATCHES}' + value: CHANGE_IF_NEEDED + - macro: '{$NET.IF.IFDESCR.MATCHES}' + value: '.*' + - macro: '{$NET.IF.IFDESCR.NOT_MATCHES}' + value: CHANGE_IF_NEEDED + - macro: '{$NET.IF.IFNAME.MATCHES}' + value: '^.*$' + - macro: '{$NET.IF.IFNAME.NOT_MATCHES}' + value: '(^Software Loopback Interface|^NULL[0-9.]*$|^[Ll]o[0-9.]*$|^[Ss]ystem$|^Nu[0-9.]*$|^veth[0-9a-z]+$|docker[0-9]+|br-[a-z0-9]{12})' + description: 'Filter out loopbacks, nulls, docker veth links and docker0 bridge by default' + - macro: '{$NET.IF.IFOPERSTATUS.MATCHES}' + value: '^.*$' + - macro: '{$NET.IF.IFOPERSTATUS.NOT_MATCHES}' + value: ^6$ + description: 'Ignore notPresent(6)' + - macro: '{$NET.IF.IFTYPE.MATCHES}' + value: '.*' + - macro: '{$NET.IF.IFTYPE.NOT_MATCHES}' + value: CHANGE_IF_NEEDED + - macro: '{$SNMP.TIMEOUT}' + value: 5m + - macro: '{$TEMP_CRIT}' + value: '60' + - macro: '{$TEMP_CRIT:"CPU"}' + value: '75' + - macro: '{$TEMP_CRIT_LOW}' + value: '5' + - macro: '{$TEMP_WARN}' + value: '50' + - macro: '{$TEMP_WARN:"CPU"}' + value: '70' + - macro: '{$VFS.FS.PUSED.MAX.CRIT}' + value: '90' + - macro: '{$VFS.FS.PUSED.MAX.WARN}' + value: '80' + dashboards: + - uuid: 65dd40f3f33f4130a5b0ca84970e1721 + name: 'Network interfaces' + pages: + - widgets: + - type: graphprototype + width: '24' + height: '5' + fields: + - type: INTEGER + name: columns + value: '1' + - type: GRAPH_PROTOTYPE + name: graphid + value: + host: 'Mikrotik by SNMP Dynamic Interfaces' + name: 'Interface {#IFNAME}({#IFALIAS}): Network traffic' + - type: STRING + name: reference + value: AAAAA + valuemaps: + - uuid: 64f7e73acc064b888c2905c24405e413 + name: 'IF-MIB::ifOperStatus' + mappings: + - value: '1' + newvalue: up + - value: '2' + newvalue: down + - value: '4' + newvalue: unknown + - value: '5' + newvalue: dormant + - value: '6' + newvalue: notPresent + - value: '7' + newvalue: lowerLayerDown + - uuid: 3dc698675f924313ae2cf3c040582ad4 + name: 'IF-MIB::ifType' + mappings: + - value: '1' + newvalue: other + - value: '2' + newvalue: regular1822 + - value: '3' + newvalue: hdh1822 + - value: '4' + newvalue: ddnX25 + - value: '5' + newvalue: rfc877x25 + - value: '6' + newvalue: ethernetCsmacd + - value: '7' + newvalue: iso88023Csmacd + - value: '8' + newvalue: iso88024TokenBus + - value: '9' + newvalue: iso88025TokenRing + - value: '10' + newvalue: iso88026Man + - value: '11' + newvalue: starLan + - value: '12' + newvalue: proteon10Mbit + - value: '13' + newvalue: proteon80Mbit + - value: '14' + newvalue: hyperchannel + - value: '15' + newvalue: fddi + - value: '16' + newvalue: lapb + - value: '17' + newvalue: sdlc + - value: '18' + newvalue: ds1 + - value: '19' + newvalue: e1 + - value: '20' + newvalue: basicISDN + - value: '21' + newvalue: primaryISDN + - value: '22' + newvalue: propPointToPointSerial + - value: '23' + newvalue: ppp + - value: '24' + newvalue: softwareLoopback + - value: '25' + newvalue: eon + - value: '26' + newvalue: ethernet3Mbit + - value: '27' + newvalue: nsip + - value: '28' + newvalue: slip + - value: '29' + newvalue: ultra + - value: '30' + newvalue: ds3 + - value: '31' + newvalue: sip + - value: '32' + newvalue: frameRelay + - value: '33' + newvalue: rs232 + - value: '34' + newvalue: para + - value: '35' + newvalue: arcnet + - value: '36' + newvalue: arcnetPlus + - value: '37' + newvalue: atm + - value: '38' + newvalue: miox25 + - value: '39' + newvalue: sonet + - value: '40' + newvalue: x25ple + - value: '41' + newvalue: iso88022llc + - value: '42' + newvalue: localTalk + - value: '43' + newvalue: smdsDxi + - value: '44' + newvalue: frameRelayService + - value: '45' + newvalue: v35 + - value: '46' + newvalue: hssi + - value: '47' + newvalue: hippi + - value: '48' + newvalue: modem + - value: '49' + newvalue: aal5 + - value: '50' + newvalue: sonetPath + - value: '51' + newvalue: sonetVT + - value: '52' + newvalue: smdsIcip + - value: '53' + newvalue: propVirtual + - value: '54' + newvalue: propMultiplexor + - value: '55' + newvalue: ieee80212 + - value: '56' + newvalue: fibreChannel + - value: '57' + newvalue: hippiInterface + - value: '58' + newvalue: frameRelayInterconnect + - value: '59' + newvalue: aflane8023 + - value: '60' + newvalue: aflane8025 + - value: '61' + newvalue: cctEmul + - value: '62' + newvalue: fastEther + - value: '63' + newvalue: isdn + - value: '64' + newvalue: v11 + - value: '65' + newvalue: v36 + - value: '66' + newvalue: g703at64k + - value: '67' + newvalue: g703at2mb + - value: '68' + newvalue: qllc + - value: '69' + newvalue: fastEtherFX + - value: '70' + newvalue: channel + - value: '71' + newvalue: ieee80211 + - value: '72' + newvalue: ibm370parChan + - value: '73' + newvalue: escon + - value: '74' + newvalue: dlsw + - value: '75' + newvalue: isdns + - value: '76' + newvalue: isdnu + - value: '77' + newvalue: lapd + - value: '78' + newvalue: ipSwitch + - value: '79' + newvalue: rsrb + - value: '80' + newvalue: atmLogical + - value: '81' + newvalue: ds0 + - value: '82' + newvalue: ds0Bundle + - value: '83' + newvalue: bsc + - value: '84' + newvalue: async + - value: '85' + newvalue: cnr + - value: '86' + newvalue: iso88025Dtr + - value: '87' + newvalue: eplrs + - value: '88' + newvalue: arap + - value: '89' + newvalue: propCnls + - value: '90' + newvalue: hostPad + - value: '91' + newvalue: termPad + - value: '92' + newvalue: frameRelayMPI + - value: '93' + newvalue: x213 + - value: '94' + newvalue: adsl + - value: '95' + newvalue: radsl + - value: '96' + newvalue: sdsl + - value: '97' + newvalue: vdsl + - value: '98' + newvalue: iso88025CRFPInt + - value: '99' + newvalue: myrinet + - value: '100' + newvalue: voiceEM + - value: '101' + newvalue: voiceFXO + - value: '102' + newvalue: voiceFXS + - value: '103' + newvalue: voiceEncap + - value: '104' + newvalue: voiceOverIp + - value: '105' + newvalue: atmDxi + - value: '106' + newvalue: atmFuni + - value: '107' + newvalue: atmIma + - value: '108' + newvalue: pppMultilinkBundle + - value: '109' + newvalue: ipOverCdlc + - value: '110' + newvalue: ipOverClaw + - value: '111' + newvalue: stackToStack + - value: '112' + newvalue: virtualIpAddress + - value: '113' + newvalue: mpc + - value: '114' + newvalue: ipOverAtm + - value: '115' + newvalue: iso88025Fiber + - value: '116' + newvalue: tdlc + - value: '117' + newvalue: gigabitEthernet + - value: '118' + newvalue: hdlc + - value: '119' + newvalue: lapf + - value: '120' + newvalue: v37 + - value: '121' + newvalue: x25mlp + - value: '122' + newvalue: x25huntGroup + - value: '123' + newvalue: trasnpHdlc + - value: '124' + newvalue: interleave + - value: '125' + newvalue: fast + - value: '126' + newvalue: ip + - value: '127' + newvalue: docsCableMaclayer + - value: '128' + newvalue: docsCableDownstream + - value: '129' + newvalue: docsCableUpstream + - value: '130' + newvalue: a12MppSwitch + - value: '131' + newvalue: tunnel + - value: '132' + newvalue: coffee + - value: '133' + newvalue: ces + - value: '134' + newvalue: atmSubInterface + - value: '135' + newvalue: l2vlan + - value: '136' + newvalue: l3ipvlan + - value: '137' + newvalue: l3ipxvlan + - value: '138' + newvalue: digitalPowerline + - value: '139' + newvalue: mediaMailOverIp + - value: '140' + newvalue: dtm + - value: '141' + newvalue: dcn + - value: '142' + newvalue: ipForward + - value: '143' + newvalue: msdsl + - value: '144' + newvalue: ieee1394 + - value: '145' + newvalue: if-gsn + - value: '146' + newvalue: dvbRccMacLayer + - value: '147' + newvalue: dvbRccDownstream + - value: '148' + newvalue: dvbRccUpstream + - value: '149' + newvalue: atmVirtual + - value: '150' + newvalue: mplsTunnel + - value: '151' + newvalue: srp + - value: '152' + newvalue: voiceOverAtm + - value: '153' + newvalue: voiceOverFrameRelay + - value: '154' + newvalue: idsl + - value: '155' + newvalue: compositeLink + - value: '156' + newvalue: ss7SigLink + - value: '157' + newvalue: propWirelessP2P + - value: '158' + newvalue: frForward + - value: '159' + newvalue: rfc1483 + - value: '160' + newvalue: usb + - value: '161' + newvalue: ieee8023adLag + - value: '162' + newvalue: bgppolicyaccounting + - value: '163' + newvalue: frf16MfrBundle + - value: '164' + newvalue: h323Gatekeeper + - value: '165' + newvalue: h323Proxy + - value: '166' + newvalue: mpls + - value: '167' + newvalue: mfSigLink + - value: '168' + newvalue: hdsl2 + - value: '169' + newvalue: shdsl + - value: '170' + newvalue: ds1FDL + - value: '171' + newvalue: pos + - value: '172' + newvalue: dvbAsiIn + - value: '173' + newvalue: dvbAsiOut + - value: '174' + newvalue: plc + - value: '175' + newvalue: nfas + - value: '176' + newvalue: tr008 + - value: '177' + newvalue: gr303RDT + - value: '178' + newvalue: gr303IDT + - value: '179' + newvalue: isup + - value: '180' + newvalue: propDocsWirelessMaclayer + - value: '181' + newvalue: propDocsWirelessDownstream + - value: '182' + newvalue: propDocsWirelessUpstream + - value: '183' + newvalue: hiperlan2 + - value: '184' + newvalue: propBWAp2Mp + - value: '185' + newvalue: sonetOverheadChannel + - value: '186' + newvalue: digitalWrapperOverheadChannel + - value: '187' + newvalue: aal2 + - value: '188' + newvalue: radioMAC + - value: '189' + newvalue: atmRadio + - value: '190' + newvalue: imt + - value: '191' + newvalue: mvl + - value: '192' + newvalue: reachDSL + - value: '193' + newvalue: frDlciEndPt + - value: '194' + newvalue: atmVciEndPt + - value: '195' + newvalue: opticalChannel + - value: '196' + newvalue: opticalTransport + - value: '197' + newvalue: propAtm + - value: '198' + newvalue: voiceOverCable + - value: '199' + newvalue: infiniband + - value: '200' + newvalue: teLink + - value: '201' + newvalue: q2931 + - value: '202' + newvalue: virtualTg + - value: '203' + newvalue: sipTg + - value: '204' + newvalue: sipSig + - value: '205' + newvalue: docsCableUpstreamChannel + - value: '206' + newvalue: econet + - value: '207' + newvalue: pon155 + - value: '208' + newvalue: pon622 + - value: '209' + newvalue: bridge + - value: '210' + newvalue: linegroup + - value: '211' + newvalue: voiceEMFGD + - value: '212' + newvalue: voiceFGDEANA + - value: '213' + newvalue: voiceDID + - value: '214' + newvalue: mpegTransport + - value: '215' + newvalue: sixToFour + - value: '216' + newvalue: gtp + - value: '217' + newvalue: pdnEtherLoop1 + - value: '218' + newvalue: pdnEtherLoop2 + - value: '219' + newvalue: opticalChannelGroup + - value: '220' + newvalue: homepna + - value: '221' + newvalue: gfp + - value: '222' + newvalue: ciscoISLvlan + - value: '223' + newvalue: actelisMetaLOOP + - value: '224' + newvalue: fcipLink + - value: '225' + newvalue: rpr + - value: '226' + newvalue: qam + - value: '227' + newvalue: lmp + - value: '228' + newvalue: cblVectaStar + - value: '229' + newvalue: docsCableMCmtsDownstream + - value: '230' + newvalue: adsl2 + - value: '231' + newvalue: macSecControlledIF + - value: '232' + newvalue: macSecUncontrolledIF + - value: '233' + newvalue: aviciOpticalEther + - value: '234' + newvalue: atmbond + - value: '235' + newvalue: voiceFGDOS + - value: '236' + newvalue: mocaVersion1 + - value: '237' + newvalue: ieee80216WMAN + - value: '238' + newvalue: adsl2plus + - value: '239' + newvalue: dvbRcsMacLayer + - value: '240' + newvalue: dvbTdm + - value: '241' + newvalue: dvbRcsTdma + - value: '242' + newvalue: x86Laps + - value: '243' + newvalue: wwanPP + - value: '244' + newvalue: wwanPP2 + - value: '245' + newvalue: voiceEBS + - value: '246' + newvalue: ifPwType + - value: '247' + newvalue: ilan + - value: '248' + newvalue: pip + - value: '249' + newvalue: aluELP + - value: '250' + newvalue: gpon + - value: '251' + newvalue: vdsl2 + - value: '252' + newvalue: capwapDot11Profile + - value: '253' + newvalue: capwapDot11Bss + - value: '254' + newvalue: capwapWtpVirtualRadio + - value: '255' + newvalue: bits + - value: '256' + newvalue: docsCableUpstreamRfPort + - value: '257' + newvalue: cableDownstreamRfPort + - value: '258' + newvalue: vmwareVirtualNic + - value: '259' + newvalue: ieee802154 + - value: '260' + newvalue: otnOdu + - value: '261' + newvalue: otnOtu + - value: '262' + newvalue: ifVfiType + - value: '263' + newvalue: g9981 + - value: '264' + newvalue: g9982 + - value: '265' + newvalue: g9983 + - value: '266' + newvalue: aluEpon + - value: '267' + newvalue: aluEponOnu + - value: '268' + newvalue: aluEponPhysicalUni + - value: '269' + newvalue: aluEponLogicalLink + - value: '270' + newvalue: aluGponOnu + - value: '271' + newvalue: aluGponPhysicalUni + - value: '272' + newvalue: vmwareNicTeam + - value: '277' + newvalue: docsOfdmDownstream + - value: '278' + newvalue: docsOfdmaUpstream + - value: '279' + newvalue: gfast + - value: '280' + newvalue: sdci + - value: '281' + newvalue: xboxWireless + - value: '282' + newvalue: fastdsl + - value: '283' + newvalue: docsCableScte55d1FwdOob + - value: '284' + newvalue: docsCableScte55d1RetOob + - value: '285' + newvalue: docsCableScte55d2DsOob + - value: '286' + newvalue: docsCableScte55d2UsOob + - value: '287' + newvalue: docsCableNdf + - value: '288' + newvalue: docsCableNdr + - value: '289' + newvalue: ptm + - value: '290' + newvalue: ghn + - uuid: 411d0f1fa31e4495a7f4810abd9bce74 + name: 'Service state' + mappings: + - value: '0' + newvalue: Down + - value: '1' + newvalue: Up + - uuid: 4d18e5ea4efd4e7d9be55a3267afa26e + name: zabbix.host.available + mappings: + - value: '0' + newvalue: 'not available' + - value: '1' + newvalue: available + - value: '2' + newvalue: unknown + triggers: + - uuid: 7992c82102c24f63b2b9fa652d17976d + expression: '(last(/Mikrotik by SNMP Dynamic Interfaces/system.hw.uptime[hrSystemUptime.0])>0 and last(/Mikrotik by SNMP Dynamic Interfaces/system.hw.uptime[hrSystemUptime.0])<10m) or (last(/Mikrotik by SNMP Dynamic Interfaces/system.hw.uptime[hrSystemUptime.0])=0 and last(/Mikrotik by SNMP Dynamic Interfaces/system.net.uptime[sysUpTime.0])<10m)' + name: 'Mikrotik: Host has been restarted' + event_name: 'Mikrotik: {HOST.NAME} has been restarted (uptime < 10m)' + priority: WARNING + description: 'Uptime is less than 10 minutes.' + manual_close: 'YES' + dependencies: + - name: 'Mikrotik: No SNMP data collection' + expression: 'max(/Mikrotik by SNMP Dynamic Interfaces/zabbix[host,snmp,available],{$SNMP.TIMEOUT})=0' + tags: + - tag: scope + value: notice + graphs: + - uuid: 3aedb58f2b3546dab0e4f61540965fb8 + name: 'Mikrotik: Memory utilization' + ymin_type_1: FIXED + ymax_type_1: FIXED + graph_items: + - drawtype: GRADIENT_LINE + color: 199C0D + item: + host: 'Mikrotik by SNMP Dynamic Interfaces' + key: 'vm.memory.util[memoryUsedPercentage.Memory]'