for BMC ATEN IPMI controllers of Supermicro servers https://www.supermicro.com/solutions/IPMI.cfm
Zabbix version: 7.4 and higher.
This template has been tested on:
Zabbix should be configured according to the instructions in the Templates out of the box section.
Refer to the vendor documentation.
| Name | Description | Default |
|---|---|---|
| {$TEMP_CRIT} | 60 |
|
| {$TEMP_CRIT_LOW} | 5 |
|
| {$TEMP_WARN} | 50 |
|
| {$SNMP.TIMEOUT} | Time interval for the SNMP availability trigger. |
5m |
| {$ICMP_LOSS_WARN} | Warning threshold of ICMP packet loss in %. |
20 |
| {$ICMP_RESPONSE_TIME_WARN} | Warning threshold of the average ICMP response time in seconds. |
0.15 |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Uptime (network) | MIB: SNMPv2-MIB Time (in hundredths of a second) since the network management portion of the system was last re-initialized. |
SNMP agent | system.net.uptime[sysUpTime.0] Preprocessing
|
| Uptime (hardware) | 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. |
SNMP agent | system.hw.uptime[hrSystemUptime.0] Preprocessing
|
| SNMP traps (fallback) | The item is used to collect all SNMP traps unmatched by other snmptrap items |
SNMP trap | snmptrap.fallback |
| System location | MIB: SNMPv2-MIB Physical location of the node (e.g., |
SNMP agent | system.location[sysLocation.0] Preprocessing
|
| System contact details | 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. |
SNMP agent | system.contact[sysContact.0] Preprocessing
|
| System object ID | 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 |
SNMP agent | system.objectid[sysObjectID.0] Preprocessing
|
| System name | 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. |
SNMP agent | system.name Preprocessing
|
| System 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. |
SNMP agent | system.descr[sysDescr.0] Preprocessing
|
| SNMP agent availability | Availability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list. Possible values: 0 - not available 1 - available 2 - unknown |
Zabbix internal | zabbix[host,snmp,available] |
| ICMP ping | The host accessibility by ICMP ping. 0 - ICMP ping fails; 1 - ICMP ping successful. |
Simple check | icmpping |
| ICMP loss | The percentage of lost packets. |
Simple check | icmppingloss |
| ICMP response time | The ICMP ping response time (in seconds). |
Simple check | icmppingsec |
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| Supermicro Aten: Host has been restarted | Uptime is less than 10 minutes. |
(last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])>0 and last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])<10m) or (last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])=0 and last(/Supermicro Aten by SNMP/system.net.uptime[sysUpTime.0])<10m) |
Warning | Manual close: Yes Depends on:
|
| Supermicro Aten: System name has changed | The name of the system has changed. Acknowledge to close the problem manually. |
last(/Supermicro Aten by SNMP/system.name,#1)<>last(/Supermicro Aten by SNMP/system.name,#2) and length(last(/Supermicro Aten by SNMP/system.name))>0 |
Info | Manual close: Yes |
| Supermicro Aten: No SNMP data collection | SNMP is not available for polling. Please check device connectivity and SNMP settings. |
max(/Supermicro Aten by SNMP/zabbix[host,snmp,available],{$SNMP.TIMEOUT})=0 |
Warning | Depends on:
|
| Supermicro Aten: Unavailable by ICMP ping | Last three attempts returned timeout. Please check device connectivity. |
max(/Supermicro Aten by SNMP/icmpping,#3)=0 |
High | |
| Supermicro Aten: High ICMP ping loss | ICMP packets loss detected. |
min(/Supermicro Aten by SNMP/icmppingloss,5m)>{$ICMP_LOSS_WARN} and min(/Supermicro Aten by SNMP/icmppingloss,5m)<100 |
Warning | Depends on:
|
| Supermicro Aten: High ICMP ping response time | Average ICMP response time is too high. |
avg(/Supermicro Aten by SNMP/icmppingsec,5m)>{$ICMP_RESPONSE_TIME_WARN} |
Warning | Depends on:
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Temperature Discovery | Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected temp sensors (Value = 0) |
SNMP agent | tempDescr.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#SENSOR_DESCR}: Temperature | MIB: ATEN-IPMI-MIB A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software. |
SNMP agent | sensor.temp.value[sensorReading.{#SNMPINDEX}] |
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| Supermicro Aten: {#SENSOR_DESCR}: Temperature is above warning threshold | This trigger uses temperature sensor values as well as temperature sensor status if available |
avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)>{$TEMP_WARN:"{#SENSOR_DESCR}"} |
Warning | Depends on:
|
| Supermicro Aten: {#SENSOR_DESCR}: Temperature is above critical threshold | This trigger uses temperature sensor values as well as temperature sensor status if available |
avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)>{$TEMP_CRIT:"{#SENSOR_DESCR}"} |
High | |
| Supermicro Aten: {#SENSOR_DESCR}: Temperature is too low | avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:"{#SENSOR_DESCR}"} |
Average |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| FAN Discovery | Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected FAN sensors (Value = 0) |
SNMP agent | fan.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#SENSOR_DESCR}: Fan speed, % | MIB: ATEN-IPMI-MIB A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software. |
SNMP agent | sensor.fan.speed.percentage[sensorReading.{#SNMPINDEX}] |
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums
for BMC ATEN IPMI controllers of Supermicro servers https://www.supermicro.com/solutions/IPMI.cfm
Zabbix version: 7.2 and higher.
This template has been tested on:
Zabbix should be configured according to the instructions in the Templates out of the box section.
Refer to the vendor documentation.
| Name | Description | Default |
|---|---|---|
| {$TEMP_CRIT} | 60 |
|
| {$TEMP_CRIT_LOW} | 5 |
|
| {$TEMP_WARN} | 50 |
|
| {$SNMP.TIMEOUT} | Time interval for the SNMP availability trigger. |
5m |
| {$ICMP_LOSS_WARN} | Warning threshold of ICMP packet loss in %. |
20 |
| {$ICMP_RESPONSE_TIME_WARN} | Warning threshold of the average ICMP response time in seconds. |
0.15 |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Uptime (network) | MIB: SNMPv2-MIB Time (in hundredths of a second) since the network management portion of the system was last re-initialized. |
SNMP agent | system.net.uptime[sysUpTime.0] Preprocessing
|
| Uptime (hardware) | 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. |
SNMP agent | system.hw.uptime[hrSystemUptime.0] Preprocessing
|
| SNMP traps (fallback) | The item is used to collect all SNMP traps unmatched by other snmptrap items |
SNMP trap | snmptrap.fallback |
| System location | MIB: SNMPv2-MIB Physical location of the node (e.g., |
SNMP agent | system.location[sysLocation.0] Preprocessing
|
| System contact details | 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. |
SNMP agent | system.contact[sysContact.0] Preprocessing
|
| System object ID | 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 |
SNMP agent | system.objectid[sysObjectID.0] Preprocessing
|
| System name | 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. |
SNMP agent | system.name Preprocessing
|
| System 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. |
SNMP agent | system.descr[sysDescr.0] Preprocessing
|
| SNMP agent availability | Availability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list. Possible values: 0 - not available 1 - available 2 - unknown |
Zabbix internal | zabbix[host,snmp,available] |
| ICMP ping | Simple check | icmpping | |
| ICMP loss | Simple check | icmppingloss | |
| ICMP response time | Simple check | icmppingsec |
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| Supermicro Aten: Host has been restarted | Uptime is less than 10 minutes. |
(last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])>0 and last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])<10m) or (last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])=0 and last(/Supermicro Aten by SNMP/system.net.uptime[sysUpTime.0])<10m) |
Warning | Manual close: Yes Depends on:
|
| Supermicro Aten: System name has changed | The name of the system has changed. Acknowledge to close the problem manually. |
last(/Supermicro Aten by SNMP/system.name,#1)<>last(/Supermicro Aten by SNMP/system.name,#2) and length(last(/Supermicro Aten by SNMP/system.name))>0 |
Info | Manual close: Yes |
| Supermicro Aten: No SNMP data collection | SNMP is not available for polling. Please check device connectivity and SNMP settings. |
max(/Supermicro Aten by SNMP/zabbix[host,snmp,available],{$SNMP.TIMEOUT})=0 |
Warning | Depends on:
|
| Supermicro Aten: Unavailable by ICMP ping | Last three attempts returned timeout. Please check device connectivity. |
max(/Supermicro Aten by SNMP/icmpping,#3)=0 |
High | |
| Supermicro Aten: High ICMP ping loss | min(/Supermicro Aten by SNMP/icmppingloss,5m)>{$ICMP_LOSS_WARN} and min(/Supermicro Aten by SNMP/icmppingloss,5m)<100 |
Warning | Depends on:
|
|
| Supermicro Aten: High ICMP ping response time | Average ICMP response time is too high. |
avg(/Supermicro Aten by SNMP/icmppingsec,5m)>{$ICMP_RESPONSE_TIME_WARN} |
Warning | Depends on:
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Temperature Discovery | Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected temp sensors (Value = 0) |
SNMP agent | tempDescr.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#SENSOR_DESCR}: Temperature | MIB: ATEN-IPMI-MIB A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software. |
SNMP agent | sensor.temp.value[sensorReading.{#SNMPINDEX}] |
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| Supermicro Aten: {#SENSOR_DESCR}: Temperature is above warning threshold | This trigger uses temperature sensor values as well as temperature sensor status if available |
avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)>{$TEMP_WARN:"{#SENSOR_DESCR}"} |
Warning | Depends on:
|
| Supermicro Aten: {#SENSOR_DESCR}: Temperature is above critical threshold | This trigger uses temperature sensor values as well as temperature sensor status if available |
avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)>{$TEMP_CRIT:"{#SENSOR_DESCR}"} |
High | |
| Supermicro Aten: {#SENSOR_DESCR}: Temperature is too low | avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:"{#SENSOR_DESCR}"} |
Average |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| FAN Discovery | Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected FAN sensors (Value = 0) |
SNMP agent | fan.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#SENSOR_DESCR}: Fan speed, % | MIB: ATEN-IPMI-MIB A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software. |
SNMP agent | sensor.fan.speed.percentage[sensorReading.{#SNMPINDEX}] |
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums
for BMC ATEN IPMI controllers of Supermicro servers https://www.supermicro.com/solutions/IPMI.cfm
Zabbix version: 7.0 and higher.
This template has been tested on:
Zabbix should be configured according to the instructions in the Templates out of the box section.
Refer to the vendor documentation.
| Name | Description | Default |
|---|---|---|
| {$TEMP_CRIT} | 60 |
|
| {$TEMP_CRIT_LOW} | 5 |
|
| {$TEMP_WARN} | 50 |
|
| {$SNMP.TIMEOUT} | Time interval for the SNMP availability trigger. |
5m |
| {$ICMP_LOSS_WARN} | Warning threshold of ICMP packet loss in %. |
20 |
| {$ICMP_RESPONSE_TIME_WARN} | Warning threshold of the average ICMP response time in seconds. |
0.15 |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Uptime (network) | MIB: SNMPv2-MIB Time (in hundredths of a second) since the network management portion of the system was last re-initialized. |
SNMP agent | system.net.uptime[sysUpTime.0] Preprocessing
|
| Uptime (hardware) | 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. |
SNMP agent | system.hw.uptime[hrSystemUptime.0] Preprocessing
|
| SNMP traps (fallback) | The item is used to collect all SNMP traps unmatched by other snmptrap items |
SNMP trap | snmptrap.fallback |
| System location | MIB: SNMPv2-MIB Physical location of the node (e.g., |
SNMP agent | system.location[sysLocation.0] Preprocessing
|
| System contact details | 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. |
SNMP agent | system.contact[sysContact.0] Preprocessing
|
| System object ID | 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 |
SNMP agent | system.objectid[sysObjectID.0] Preprocessing
|
| System name | 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. |
SNMP agent | system.name Preprocessing
|
| System 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. |
SNMP agent | system.descr[sysDescr.0] Preprocessing
|
| SNMP agent availability | Availability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list. Possible values: 0 - not available 1 - available 2 - unknown |
Zabbix internal | zabbix[host,snmp,available] |
| ICMP ping | The host accessibility by ICMP ping. 0 - ICMP ping fails; 1 - ICMP ping successful. |
Simple check | icmpping |
| ICMP loss | The percentage of lost packets. |
Simple check | icmppingloss |
| ICMP response time | The ICMP ping response time (in seconds). |
Simple check | icmppingsec |
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| Supermicro Aten: Host has been restarted | Uptime is less than 10 minutes. |
(last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])>0 and last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])<10m) or (last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])=0 and last(/Supermicro Aten by SNMP/system.net.uptime[sysUpTime.0])<10m) |
Warning | Manual close: Yes Depends on:
|
| Supermicro Aten: System name has changed | The name of the system has changed. Acknowledge to close the problem manually. |
last(/Supermicro Aten by SNMP/system.name,#1)<>last(/Supermicro Aten by SNMP/system.name,#2) and length(last(/Supermicro Aten by SNMP/system.name))>0 |
Info | Manual close: Yes |
| Supermicro Aten: No SNMP data collection | SNMP is not available for polling. Please check device connectivity and SNMP settings. |
max(/Supermicro Aten by SNMP/zabbix[host,snmp,available],{$SNMP.TIMEOUT})=0 |
Warning | Depends on:
|
| Supermicro Aten: Unavailable by ICMP ping | Last three attempts returned timeout. Please check device connectivity. |
max(/Supermicro Aten by SNMP/icmpping,#3)=0 |
High | |
| Supermicro Aten: High ICMP ping loss | ICMP packets loss detected. |
min(/Supermicro Aten by SNMP/icmppingloss,5m)>{$ICMP_LOSS_WARN} and min(/Supermicro Aten by SNMP/icmppingloss,5m)<100 |
Warning | Depends on:
|
| Supermicro Aten: High ICMP ping response time | Average ICMP response time is too high. |
avg(/Supermicro Aten by SNMP/icmppingsec,5m)>{$ICMP_RESPONSE_TIME_WARN} |
Warning | Depends on:
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Temperature Discovery | Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected temp sensors (Value = 0) |
SNMP agent | tempDescr.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#SENSOR_DESCR}: Temperature | MIB: ATEN-IPMI-MIB A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software. |
SNMP agent | sensor.temp.value[sensorReading.{#SNMPINDEX}] |
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| Supermicro Aten: {#SENSOR_DESCR}: Temperature is above warning threshold | This trigger uses temperature sensor values as well as temperature sensor status if available |
avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)>{$TEMP_WARN:"{#SENSOR_DESCR}"} |
Warning | Depends on:
|
| Supermicro Aten: {#SENSOR_DESCR}: Temperature is above critical threshold | This trigger uses temperature sensor values as well as temperature sensor status if available |
avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)>{$TEMP_CRIT:"{#SENSOR_DESCR}"} |
High | |
| Supermicro Aten: {#SENSOR_DESCR}: Temperature is too low | avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:"{#SENSOR_DESCR}"} |
Average |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| FAN Discovery | Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected FAN sensors (Value = 0) |
SNMP agent | fan.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#SENSOR_DESCR}: Fan speed, % | MIB: ATEN-IPMI-MIB A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software. |
SNMP agent | sensor.fan.speed.percentage[sensorReading.{#SNMPINDEX}] |
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums
for BMC ATEN IPMI controllers of Supermicro servers https://www.supermicro.com/solutions/IPMI.cfm
Zabbix version: 6.4 and higher.
This template has been tested on:
Zabbix should be configured according to the instructions in the Templates out of the box section.
Refer to the vendor documentation.
| Name | Description | Default |
|---|---|---|
| {$TEMP_CRIT} | 60 |
|
| {$TEMP_CRIT_LOW} | 5 |
|
| {$TEMP_WARN} | 50 |
|
| {$SNMP.TIMEOUT} | 5m |
|
| {$ICMP_LOSS_WARN} | 20 |
|
| {$ICMP_RESPONSE_TIME_WARN} | 0.15 |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Supermicro Aten: Uptime (network) | MIB: SNMPv2-MIB The time (in hundredths of a second) since the network management portion of the system was last re-initialized. |
SNMP agent | system.net.uptime[sysUpTime.0] Preprocessing
|
| Supermicro Aten: Uptime (hardware) | 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. |
SNMP agent | system.hw.uptime[hrSystemUptime.0] Preprocessing
|
| Supermicro Aten: SNMP traps (fallback) | The item is used to collect all SNMP traps unmatched by other snmptrap items |
SNMP trap | snmptrap.fallback |
| Supermicro Aten: System location | 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. |
SNMP agent | system.location[sysLocation.0] Preprocessing
|
| Supermicro Aten: System contact details | 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. |
SNMP agent | system.contact[sysContact.0] Preprocessing
|
| Supermicro Aten: System object ID | 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 |
SNMP agent | system.objectid[sysObjectID.0] Preprocessing
|
| Supermicro Aten: System name | 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. |
SNMP agent | system.name Preprocessing
|
| Supermicro Aten: System 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. |
SNMP agent | system.descr[sysDescr.0] Preprocessing
|
| Supermicro Aten: SNMP agent availability | 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 |
Zabbix internal | zabbix[host,snmp,available] |
| Supermicro Aten: ICMP ping | Simple check | icmpping | |
| Supermicro Aten: ICMP loss | Simple check | icmppingloss | |
| Supermicro Aten: ICMP response time | Simple check | icmppingsec |
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| Supermicro Aten: Host has been restarted | Uptime is less than 10 minutes. |
(last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])>0 and last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])<10m) or (last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])=0 and last(/Supermicro Aten by SNMP/system.net.uptime[sysUpTime.0])<10m) |
Warning | Manual close: Yes Depends on:
|
| Supermicro Aten: System name has changed | The name of the system has changed. Acknowledge to close the problem manually. |
last(/Supermicro Aten by SNMP/system.name,#1)<>last(/Supermicro Aten by SNMP/system.name,#2) and length(last(/Supermicro Aten by SNMP/system.name))>0 |
Info | Manual close: Yes |
| Supermicro Aten: No SNMP data collection | SNMP is not available for polling. Please check device connectivity and SNMP settings. |
max(/Supermicro Aten by SNMP/zabbix[host,snmp,available],{$SNMP.TIMEOUT})=0 |
Warning | Depends on:
|
| Supermicro Aten: Unavailable by ICMP ping | Last three attempts returned timeout. Please check device connectivity. |
max(/Supermicro Aten by SNMP/icmpping,#3)=0 |
High | |
| Supermicro Aten: High ICMP ping loss | min(/Supermicro Aten by SNMP/icmppingloss,5m)>{$ICMP_LOSS_WARN} and min(/Supermicro Aten by SNMP/icmppingloss,5m)<100 |
Warning | Depends on:
|
|
| Supermicro Aten: High ICMP ping response time | avg(/Supermicro Aten by SNMP/icmppingsec,5m)>{$ICMP_RESPONSE_TIME_WARN} |
Warning | Depends on:
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Temperature Discovery | Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected temp sensors (Value = 0) |
SNMP agent | tempDescr.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#SENSOR_DESCR}: Temperature | MIB: ATEN-IPMI-MIB A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software. |
SNMP agent | sensor.temp.value[sensorReading.{#SNMPINDEX}] |
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| {#SENSOR_DESCR}: Temperature is above warning threshold | This trigger uses temperature sensor values as well as temperature sensor status if available |
avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)>{$TEMP_WARN:"{#SENSOR_DESCR}"} |
Warning | Depends on:
|
| {#SENSOR_DESCR}: Temperature is above critical threshold | This trigger uses temperature sensor values as well as temperature sensor status if available |
avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)>{$TEMP_CRIT:"{#SENSOR_DESCR}"} |
High | |
| {#SENSOR_DESCR}: Temperature is too low | avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:"{#SENSOR_DESCR}"} |
Average |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| FAN Discovery | Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected FAN sensors (Value = 0) |
SNMP agent | fan.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#SENSOR_DESCR}: Fan speed, % | MIB: ATEN-IPMI-MIB A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software. |
SNMP agent | sensor.fan.speed.percentage[sensorReading.{#SNMPINDEX}] |
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums
For Zabbix version: 6.2 and higher. for BMC ATEN IPMI controllers of Supermicro servers https://www.supermicro.com/solutions/IPMI.cfm
This template was tested on:
Refer to the vendor documentation.
No specific Zabbix configuration is required.
| Name | Description | Default |
|---|---|---|
| {$ICMP_LOSS_WARN} | - |
20 |
| {$ICMP_RESPONSE_TIME_WARN} | - |
0.15 |
| {$SNMP.TIMEOUT} | - |
5m |
| {$TEMP_CRIT_LOW} | - |
5 |
| {$TEMP_CRIT} | - |
60 |
| {$TEMP_WARN} | - |
50 |
There are no template links in this template.
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| FAN Discovery | Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected FAN sensors (Value = 0) |
SNMP | fan.discovery Filter: AND- {#SNMPVALUE} MATCHES_REGEX - {#SENSOR_DESCR} MATCHES_REGEX |
| Temperature Discovery | Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected temp sensors (Value = 0) |
SNMP | tempDescr.discovery Filter: AND- {#SNMPVALUE} MATCHES_REGEX - {#SENSOR_DESCR} MATCHES_REGEX |
| Group | Name | Description | Type | Key and additional info |
|---|---|---|---|---|
| Fans | {#SENSOR_DESCR}: Fan speed, % | MIB: ATEN-IPMI-MIB A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software. |
SNMP | sensor.fan.speed.percentage[sensorReading.{#SNMPINDEX}] |
| General | SNMP traps (fallback) | The item is used to collect all SNMP traps unmatched by other snmptrap items |
SNMP_TRAP | snmptrap.fallback |
| General | System location | 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. |
SNMP | system.location[sysLocation.0] Preprocessing: - DISCARD_UNCHANGED_HEARTBEAT: |
| General | System contact details | 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. |
SNMP | system.contact[sysContact.0] Preprocessing: - DISCARD_UNCHANGED_HEARTBEAT: |
| General | System object ID | 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 |
SNMP | system.objectid[sysObjectID.0] Preprocessing: - DISCARD_UNCHANGED_HEARTBEAT: |
| General | System name | 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. |
SNMP | system.name Preprocessing: - DISCARD_UNCHANGED_HEARTBEAT: |
| General | System 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. |
SNMP | system.descr[sysDescr.0] Preprocessing: - DISCARD_UNCHANGED_HEARTBEAT: |
| Status | Uptime (network) | MIB: SNMPv2-MIB The time (in hundredths of a second) since the network management portion of the system was last re-initialized. |
SNMP | system.net.uptime[sysUpTime.0] Preprocessing: - MULTIPLIER: |
| Status | Uptime (hardware) | 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. |
SNMP | system.hw.uptime[hrSystemUptime.0] Preprocessing: - CHECK_NOT_SUPPORTED ⛔️ON_FAIL: - MULTIPLIER: |
| Status | SNMP agent availability | 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 |
INTERNAL | zabbix[host,snmp,available] |
| Status | ICMP ping | - |
SIMPLE | icmpping |
| Status | ICMP loss | - |
SIMPLE | icmppingloss |
| Status | ICMP response time | - |
SIMPLE | icmppingsec |
| Temperature | {#SENSOR_DESCR}: Temperature | MIB: ATEN-IPMI-MIB A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software. |
SNMP | sensor.temp.value[sensorReading.{#SNMPINDEX}] |
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| System name has changed | System name has changed. Ack to close. |
last(/Supermicro Aten by SNMP/system.name,#1)<>last(/Supermicro Aten by SNMP/system.name,#2) and length(last(/Supermicro Aten by SNMP/system.name))>0 |
INFO | Manual close: YES |
| Host has been restarted | Uptime is less than 10 minutes. |
(last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])>0 and last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])<10m) or (last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])=0 and last(/Supermicro Aten by SNMP/system.net.uptime[sysUpTime.0])<10m) |
WARNING | Manual close: YES Depends on: - No SNMP data collection |
| No SNMP data collection | SNMP is not available for polling. Please check device connectivity and SNMP settings. |
max(/Supermicro Aten by SNMP/zabbix[host,snmp,available],{$SNMP.TIMEOUT})=0 |
WARNING | Depends on: - Unavailable by ICMP ping |
| Unavailable by ICMP ping | Last three attempts returned timeout. Please check device connectivity. |
max(/Supermicro Aten by SNMP/icmpping,#3)=0 |
HIGH | |
| High ICMP ping loss | - |
min(/Supermicro Aten by SNMP/icmppingloss,5m)>{$ICMP_LOSS_WARN} and min(/Supermicro Aten by SNMP/icmppingloss,5m)<100 |
WARNING | Depends on: - Unavailable by ICMP ping |
| High ICMP ping response time | - |
avg(/Supermicro Aten by SNMP/icmppingsec,5m)>{$ICMP_RESPONSE_TIME_WARN} |
WARNING | Depends on: - High ICMP ping loss - Unavailable by ICMP ping |
| {#SENSOR_DESCR}: Temperature is above warning threshold | This trigger uses temperature sensor values as well as temperature sensor status if available |
avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)>{$TEMP_WARN:"{#SENSOR_DESCR}"}Recovery expression: max(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)<{$TEMP_WARN:"{#SENSOR_DESCR}"}-3 |
WARNING | Depends on: - {#SENSOR_DESCR}: Temperature is above critical threshold |
| {#SENSOR_DESCR}: Temperature is above critical threshold | This trigger uses temperature sensor values as well as temperature sensor status if available |
avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)>{$TEMP_CRIT:"{#SENSOR_DESCR}"}Recovery expression: max(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)<{$TEMP_CRIT:"{#SENSOR_DESCR}"}-3 |
HIGH | |
| {#SENSOR_DESCR}: Temperature is too low | - |
avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:"{#SENSOR_DESCR}"}Recovery expression: min(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)>{$TEMP_CRIT_LOW:"{#SENSOR_DESCR}"}+3 |
AVERAGE |
Please report any issues with the template at https://support.zabbix.com.
for BMC ATEN IPMI controllers of Supermicro servers https://www.supermicro.com/solutions/IPMI.cfm
Zabbix version: 6.0 and higher.
This template has been tested on:
Zabbix should be configured according to the instructions in the Templates out of the box section.
Refer to the vendor documentation.
| Name | Description | Default |
|---|---|---|
| {$TEMP_CRIT} | 60 |
|
| {$TEMP_CRIT_LOW} | 5 |
|
| {$TEMP_WARN} | 50 |
|
| {$SNMP.TIMEOUT} | 5m |
|
| {$ICMP_LOSS_WARN} | 20 |
|
| {$ICMP_RESPONSE_TIME_WARN} | 0.15 |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Supermicro Aten: Uptime (network) | MIB: SNMPv2-MIB The time (in hundredths of a second) since the network management portion of the system was last re-initialized. |
SNMP agent | system.net.uptime[sysUpTime.0] Preprocessing
|
| Supermicro Aten: Uptime (hardware) | 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. |
SNMP agent | system.hw.uptime[hrSystemUptime.0] Preprocessing
|
| Supermicro Aten: SNMP traps (fallback) | The item is used to collect all SNMP traps unmatched by other snmptrap items |
SNMP trap | snmptrap.fallback |
| Supermicro Aten: System location | 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. |
SNMP agent | system.location[sysLocation.0] Preprocessing
|
| Supermicro Aten: System contact details | 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. |
SNMP agent | system.contact[sysContact.0] Preprocessing
|
| Supermicro Aten: System object ID | 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 |
SNMP agent | system.objectid[sysObjectID.0] Preprocessing
|
| Supermicro Aten: System name | 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. |
SNMP agent | system.name Preprocessing
|
| Supermicro Aten: System 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. |
SNMP agent | system.descr[sysDescr.0] Preprocessing
|
| Supermicro Aten: SNMP agent availability | 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 |
Zabbix internal | zabbix[host,snmp,available] |
| Supermicro Aten: ICMP ping | Simple check | icmpping | |
| Supermicro Aten: ICMP loss | Simple check | icmppingloss | |
| Supermicro Aten: ICMP response time | Simple check | icmppingsec |
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| Supermicro Aten: Host has been restarted | Uptime is less than 10 minutes. |
(last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])>0 and last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])<10m) or (last(/Supermicro Aten by SNMP/system.hw.uptime[hrSystemUptime.0])=0 and last(/Supermicro Aten by SNMP/system.net.uptime[sysUpTime.0])<10m) |
Warning | Manual close: Yes Depends on:
|
| Supermicro Aten: System name has changed | The name of the system has changed. Acknowledge to close the problem manually. |
last(/Supermicro Aten by SNMP/system.name,#1)<>last(/Supermicro Aten by SNMP/system.name,#2) and length(last(/Supermicro Aten by SNMP/system.name))>0 |
Info | Manual close: Yes |
| Supermicro Aten: No SNMP data collection | SNMP is not available for polling. Please check device connectivity and SNMP settings. |
max(/Supermicro Aten by SNMP/zabbix[host,snmp,available],{$SNMP.TIMEOUT})=0 |
Warning | Depends on:
|
| Supermicro Aten: Unavailable by ICMP ping | Last three attempts returned timeout. Please check device connectivity. |
max(/Supermicro Aten by SNMP/icmpping,#3)=0 |
High | |
| Supermicro Aten: High ICMP ping loss | min(/Supermicro Aten by SNMP/icmppingloss,5m)>{$ICMP_LOSS_WARN} and min(/Supermicro Aten by SNMP/icmppingloss,5m)<100 |
Warning | Depends on:
|
|
| Supermicro Aten: High ICMP ping response time | avg(/Supermicro Aten by SNMP/icmppingsec,5m)>{$ICMP_RESPONSE_TIME_WARN} |
Warning | Depends on:
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Temperature Discovery | Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected temp sensors (Value = 0) |
SNMP agent | tempDescr.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#SENSOR_DESCR}: Temperature | MIB: ATEN-IPMI-MIB A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software. |
SNMP agent | sensor.temp.value[sensorReading.{#SNMPINDEX}] |
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| {#SENSOR_DESCR}: Temperature is above warning threshold | This trigger uses temperature sensor values as well as temperature sensor status if available |
avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)>{$TEMP_WARN:"{#SENSOR_DESCR}"} |
Warning | Depends on:
|
| {#SENSOR_DESCR}: Temperature is above critical threshold | This trigger uses temperature sensor values as well as temperature sensor status if available |
avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)>{$TEMP_CRIT:"{#SENSOR_DESCR}"} |
High | |
| {#SENSOR_DESCR}: Temperature is too low | avg(/Supermicro Aten by SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:"{#SENSOR_DESCR}"} |
Average |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| FAN Discovery | Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected FAN sensors (Value = 0) |
SNMP agent | fan.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#SENSOR_DESCR}: Fan speed, % | MIB: ATEN-IPMI-MIB A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software. |
SNMP agent | sensor.fan.speed.percentage[sensorReading.{#SNMPINDEX}] |
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums
For Zabbix version: 5.4 and higher
for BMC ATEN IPMI controllers of Supermicro servers
https://www.supermicro.com/solutions/IPMI.cfm
This template was tested on:
Refer to the vendor documentation.
No specific Zabbix configuration is required.
| Name | Description | Default |
|---|---|---|
| {$TEMP_CRIT_LOW} | - |
5 |
| {$TEMP_CRIT} | - |
60 |
| {$TEMP_WARN} | - |
50 |
| Name |
|---|
| Generic SNMP |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Temperature Discovery | Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected temp sensors (Value = 0) |
SNMP | tempDescr.discovery Filter: AND- {#SNMPVALUE} MATCHES_REGEX - {#SENSOR_DESCR} MATCHES_REGEX |
| FAN Discovery | Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected FAN sensors (Value = 0) |
SNMP | fan.discovery Filter: AND- {#SNMPVALUE} MATCHES_REGEX - {#SENSOR_DESCR} MATCHES_REGEX |
| Group | Name | Description | Type | Key and additional info |
|---|---|---|---|---|
| Fans | {#SENSOR_DESCR}: Fan speed, % | MIB: ATEN-IPMI-MIB A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software. |
SNMP | sensor.fan.speed.percentage[sensorReading.{#SNMPINDEX}] |
| Temperature | {#SENSOR_DESCR}: Temperature | MIB: ATEN-IPMI-MIB A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software. |
SNMP | sensor.temp.value[sensorReading.{#SNMPINDEX}] |
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| {#SENSOR_DESCR}: Temperature is above warning threshold: >{$TEMP_WARN:""} | This trigger uses temperature sensor values as well as temperature sensor status if available |
avg(/Supermicro Aten SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)>{$TEMP_WARN:""}Recovery expression: max(/Supermicro Aten SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)<{$TEMP_WARN:""}-3 |
WARNING | Depends on: - {#SENSOR_DESCR}: Temperature is above critical threshold: >{$TEMP_CRIT:""} |
| {#SENSOR_DESCR}: Temperature is above critical threshold: >{$TEMP_CRIT:""} | This trigger uses temperature sensor values as well as temperature sensor status if available |
avg(/Supermicro Aten SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)>{$TEMP_CRIT:""}Recovery expression: max(/Supermicro Aten SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)<{$TEMP_CRIT:""}-3 |
HIGH | |
| {#SENSOR_DESCR}: Temperature is too low: <{$TEMP_CRIT_LOW:""} | - |
avg(/Supermicro Aten SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:""}Recovery expression: min(/Supermicro Aten SNMP/sensor.temp.value[sensorReading.{#SNMPINDEX}],5m)>{$TEMP_CRIT_LOW:""}+3 |
AVERAGE |
Please report any issues with the template at https://support.zabbix.com
For Zabbix version: 5.0 and higher
for BMC ATEN IPMI controllers of Supermicro servers
https://www.supermicro.com/solutions/IPMI.cfm
This template was tested on:
Refer to the vendor documentation.
No specific Zabbix configuration is required.
| Name | Description | Default |
|---|---|---|
| {$TEMP_CRIT_LOW} | - |
5 |
| {$TEMP_CRIT} | - |
60 |
| {$TEMP_WARN} | - |
50 |
| Name |
|---|
| Generic SNMP |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Temperature Discovery | Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected temp sensors (Value = 0) |
SNMP | tempDescr.discovery Filter: AND- B: {#SNMPVALUE} MATCHES_REGEX - A: {#SENSOR_DESCR} MATCHES_REGEX |
| FAN Discovery | Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected FAN sensors (Value = 0) |
SNMP | fan.discovery Filter: AND- B: {#SNMPVALUE} MATCHES_REGEX - A: {#SENSOR_DESCR} MATCHES_REGEX |
| Group | Name | Description | Type | Key and additional info |
|---|---|---|---|---|
| Fans | {#SENSOR_DESCR}: Fan speed, % | MIB: ATEN-IPMI-MIB A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software. |
SNMP | sensor.fan.speed.percentage[sensorReading.{#SNMPINDEX}] |
| Temperature | {#SENSOR_DESCR}: Temperature | MIB: ATEN-IPMI-MIB A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software. |
SNMP | sensor.temp.value[sensorReading.{#SNMPINDEX}] |
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| {#SENSOR_DESCR}: Temperature is above warning threshold: >{$TEMP_WARN:""} | This trigger uses temperature sensor values as well as temperature sensor status if available |
{TEMPLATE_NAME:sensor.temp.value[sensorReading.{#SNMPINDEX}].avg(5m)}>{$TEMP_WARN:""}Recovery expression: {TEMPLATE_NAME:sensor.temp.value[sensorReading.{#SNMPINDEX}].max(5m)}<{$TEMP_WARN:""}-3 |
WARNING | Depends on: - {#SENSOR_DESCR}: Temperature is above critical threshold: >{$TEMP_CRIT:""} |
| {#SENSOR_DESCR}: Temperature is above critical threshold: >{$TEMP_CRIT:""} | This trigger uses temperature sensor values as well as temperature sensor status if available |
{TEMPLATE_NAME:sensor.temp.value[sensorReading.{#SNMPINDEX}].avg(5m)}>{$TEMP_CRIT:""}Recovery expression: {TEMPLATE_NAME:sensor.temp.value[sensorReading.{#SNMPINDEX}].max(5m)}<{$TEMP_CRIT:""}-3 |
HIGH | |
| {#SENSOR_DESCR}: Temperature is too low: <{$TEMP_CRIT_LOW:""} | - |
{TEMPLATE_NAME:sensor.temp.value[sensorReading.{#SNMPINDEX}].avg(5m)}<{$TEMP_CRIT_LOW:""}Recovery expression: {TEMPLATE_NAME:sensor.temp.value[sensorReading.{#SNMPINDEX}].min(5m)}>{$TEMP_CRIT_LOW:""}+3 |
AVERAGE |
Please report any issues with the template at https://support.zabbix.com
| Link | Source | Compatibility | Type, Technology | Created Updated | Rating |
|---|---|---|---|---|---|
| Template IPMI SuperMicro template_zabbix_2.2_ipmi_supermicro_5017a-ef_(and_other_atom_cpu) |
GitHub Community Templates |
5.0+ |
| ||
| IPMI SuperMicro X9DRD-7LN4F template_supermicro_x9drd-7ln4f |
GitHub Community Templates |
5.0+ |
| ||
| Supermicro SNMP Superdoctor 5 LLD Monitor Supermicro servers by snmp vs SuperDoctor5 (SD5).Monitored items:Fans (RPM)Physical disks (by hba or LSI raid card (see SD5 documentation)). By default deactivated.modelserial number (trigger exists)smart status (trigger exists)Power Supply (ok or not, trigger exists)Temperatures (celsius, trigger ... template_supermicro_snmp_superdoctor_5_lld |
GitHub Community Templates |
5.0+ |
| ||
| Template IPMI Supermicro A1SAM-2750F template_supermicro_a1sam-2750f_(ipmi) |
GitHub Community Templates |
5.0+ |
| ||
| IPMI - Supermicro - X10DRW-E Template for the X10DRW-E motherboard which includes:Applications (4):Fans - 6 itemsPower Supply - 2 itemsTemperature - 23 itemsVoltage - 13 itemsItems (46):Fan 1 - FansFan 2 - FansFan 3 - FansFan 4 - FansFan A - FansFan B - FansPS1 Status - Power SupplyPS2 Status - Power SupplyCPU1 - TemperatureCPU2 ... template_ipmi-supermicro-x10drw-e |
GitHub Community Templates |
5.0+ |
| ||
| IPMI Supermicro X9SRI-F Template for IPMI SuperMicro X9SRI Motherboard (items, triggers, graphs). template_ipmi_supermicro_x9sri |
GitHub Community Templates |
5.0+ |
| ||
| Template IPMI Supermicro X9DRL-7F-BO template_ipmi_supermicro_x9scl-f-b |
GitHub Community Templates |
5.0+ |
| ||
| IPMI Supermicro X9SCLX9SCM IPMI HW status [Fan, Temperature, Voltage], Triggers [Fan, Temperature, Voltage], Graphs [Fan, Temperature, Voltage] template_ipmi_supermicro_x9scl_x9scm |
GitHub Community Templates |
5.0+ |
| ||
| IPMI Supermicro X9DRT IPMI Supermicro X9DRTMeasuring all available values by IPMI.All are triggered.Plus some graphs. template_ipmi_supermicro_x9drt |
GitHub Community Templates |
5.0+ |
| ||
| Template IPMI Supermicro X9DRL-7F-BO template_ipmi_supermicro_x9drl-7f-bo |
GitHub Community Templates |
5.0+ |
| ||
| IPMI Supermicro X9DBL IPMI HW status [Fan, Temperature, Voltage], Triggers [Fan, Temperature, Voltage], Graphs [Fan, Temperature, Voltage]Items 30, Triggers 90, Graphs 3 template_ipmi_supermicro_x9dbl-if |
GitHub Community Templates |
5.0+ |
| ||
| Template IPMI Supermicro X8DTL-3F template_ipmi_supermicro_x8dtl-3f |
GitHub Community Templates |
5.0+ |
| ||
| IPMI Supermicro X10SRM-TF IPMI HW status [Fan, Temperature, Voltage], Triggers [Fan, Temperature, Voltage], Graphs [Fan Speed, Temperature, Voltage]Items 30, Triggers 12, Graphs 3 template_ipmi_supermicro_x10srm-tf |
GitHub Community Templates |
5.0+ |
| ||
| IPMI Supermicro X10SRL-F IPMI HW status [Fan, Temperature, Voltage], Triggers [Fan, Temperature, Voltage], Graphs [Fan, Temperature, Voltage] template_ipmi_supermicro_x10srl-f |
GitHub Community Templates |
5.0+ |
| ||
| IPMI Supermicro X10SLL-F template_ipmi_supermicro_x10sll-f |
GitHub Community Templates |
5.0+ |
| ||
| IPMI SuperMicro X10DRT-H template_ipmi_supermicro_x10drt-h |
GitHub Community Templates |
5.0+ |
| ||
| IPMI Supermicro SYS-6028R-TR IPMI HW status [Fan, Temperature, Voltage], Triggers [Fan, Temperature, Voltage], Graphs [Fan, Temperature, Voltage] template_ipmi_supermicro_sys-6028r-tr |
GitHub Community Templates |
5.0+ |
| ||
| IPMI Supermicro SYS-5019S-L template_ipmi_supermicro_sys-5019s-l |
GitHub Community Templates |
5.0+ |
| ||
| IPMI Supermicro SYS-5018D IPMI HW status [Fan, Temperature, Voltage], Triggers [Fan, Temperature, Voltage], Graphs [Fan, Temperature, Voltage] template_ipmi_supermicro_sys-5018d-mtf |
GitHub Community Templates |
5.0+ |
| ||
| IPMI Supermicro H8DGT IPMI HW status [Fan, Temperature, Voltage, PS], Triggers [Fan, Temperature, Voltage, PS] template_ipmi_supermicro_h8dgt |
GitHub Community Templates |
5.0+ |
| ||
| A simple template to poll sensordata for Supermicro X10SLL-F mainboards via IPMI github.com/JanKoppe/zabbix-supermicro-x10sll-f |
GitHub |
Template ipmi |
2016-04-07 6 y |