Template UserGate Interfaces
Macros used
| Name | Value |
|---|---|
| {$INTERFACE_FILTER} | PUT_REGEX_WITH_INTERFACE_NAME |
| {$SNMP_COMMUNITY} | public |
Discovery rule №1
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Network Interfaces | Имя интерфейса | SNMP_AGENT | 120 | ifDescr |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Admin status of interface {#SNMPVALUE} | - | SNMP_AGENT | 1h | ifAdminStatus[{#SNMPVALUE}] |
| Description of interface {#SNMPVALUE} | - | SNMP_AGENT | 8h | ifDescr[{#SNMPVALUE}] |
| Incoming discarded packets on interface {#SNMPVALUE} | - | SNMP_AGENT | 10m | ifInDiscards[{#SNMPVALUE}] |
| Inbound errors on interface {#SNMPVALUE} | - | SNMP_AGENT | 15m | ifInErrors[{#SNMPVALUE}] |
| Incoming non-unicast packets on interface {#SNMPVALUE} | Количество принятых многоадресных/широковещательных пакетов | SNMP_AGENT | 30 | ifInNUcastPkts[{#SNMPVALUE}] |
| Incoming traffic on interface {#SNMPVALUE} | - | SNMP_AGENT | 60 | ifInOctets[{#SNMPVALUE}] |
| Incoming Unicast packets on interface {#SNMPVALUE} | Количество принятых одноадресных пакетов | SNMP_AGENT | 30 | ifInUcastPkts[{#SNMPVALUE}] |
| Incoming discarded unknown or unsupported protocol packets on interface {#SNMPVALUE} | - | SNMP_AGENT | 10m | ifInUnknownProtos[{#SNMPVALUE}] |
| Last change of interface {#SNMPVALUE} | Значение sysUpTime на момент перехода интерфейса в его текущее рабочее состояние. | SNMP_AGENT | 1h | ifLastChange[{#SNMPVALUE}] |
| MTU size of interface {#SNMPVALUE} | Размер самой большой дейтаграммы, которая может быть отправлена/получена по интерфейсу, указывается в октетах. | SNMP_AGENT | 12h | ifMtu[{#SNMPVALUE}] |
| Operational status of interface {#SNMPVALUE} | - | SNMP_AGENT | 60 | ifOperStatus[{#SNMPVALUE}] |
| Outgoing discarded packets on interface {#SNMPVALUE} | - | SNMP_AGENT | 60 | ifOutDiscards[{#SNMPVALUE}] |
| Outbound errors on interface {#SNMPVALUE} | - | SNMP_AGENT | 60 | ifOutErrors[{#SNMPVALUE}] |
| Outgoing non-unicast packets on interface {#SNMPVALUE} | Количество отправленных многоадресных/широковещательных пакетов | SNMP_AGENT | 30 | ifOutNUcastPkts[{#SNMPVALUE}] |
| Outgoing traffic on interface {#SNMPVALUE} | - | SNMP_AGENT | 60 | ifOutOctets[{#SNMPVALUE}] |
| Length of the output packet queue for interface {#SNMPVALUE} | - | SNMP_AGENT | 60 | ifOutQLen[{#SNMPVALUE}] |
| Outgoing Unicast packets on interface {#SNMPVALUE} | Количество отправленных одноадресных пакетов | SNMP_AGENT | 30 | ifOutUcastPkts[{#SNMPVALUE}] |
| Physic address of interface {#SNMPVALUE} | Физический адрес интерфейса | SNMP_AGENT | 12h | ifPhysAddress[{#SNMPVALUE}] |
| Speed of interface {#SNMPVALUE} | - | SNMP_AGENT | 12h | ifSpeed[{#SNMPVALUE}] |
| Type of interface {#SNMPVALUE} | - | SNMP_AGENT | 8h | ifType[{#SNMPVALUE}] |
| Utilization of interface {#SNMPVALUE} | - | CALCULATED | - | ifUtilization[{#SNMPVALUE}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| Errors on interface {#SNMPVALUE} | - | change(/Template UserGate Interfaces/ifInErrors[{#SNMPVALUE}])>5 | WARNING 📢 | Inbound errors on interface {#SNMPVALUE} |
| Operational status was changed on interface {#SNMPVALUE} | - | (last(/Template UserGate Interfaces/ifOperStatus[{#SNMPVALUE}],#1)<>last(/Template UserGate Interfaces/ifOperStatus[{#SNMPVALUE}],#2))>0 | INFO 🔔 | Operational status of interface {#SNMPVALUE} |
| Ouput packets queue for {#SNMPVALUE} is not empty | - | last(/Template UserGate Interfaces/ifOutQLen[{#SNMPVALUE}])>0 | INFO 🔔 | Length of the output packet queue for interface {#SNMPVALUE} |