F5 Big-IP SNMP
Macros used
| Name | Value |
|---|---|
| {$BIGIP.CERT.MIN} | 7 |
| {$BIGIP.CPU.UTIL.WARN.MAX} | 85 |
| {$BIGIP.CPU.UTIL.WARN.MIN} | 65 |
| {$BIGIP.FS.FREE.WARN.MAX} | 20 |
| {$BIGIP.FS.FREE.WARN.MIN} | 10 |
| {$BIGIP.LLD.FILTER.PART.NAME.MATCHES} | .* |
| {$BIGIP.LLD.FILTER.PART.NAME.NOT_MATCHES} | CHANGE_IF_NEEDED |
| {$BIGIP.MEMORY.UTIL.WARN.MAX} | 85 |
| {$BIGIP.MEMORY.UTIL.WARN.MIN} | 65 |
| {$BIGIP.SWAP.UTIL.WARN.MAX} | 85 |
| {$BIGIP.SWAP.UTIL.WARN.MIN} | 65 |
| {$BIGIP.TEMP.HIGH} | 50 |
| {$BIGIP.TEMP.WARN} | 45 |
| {$SNMP.TIMEOUT} | 5m |
Items collected
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| F5 BIG-IP: Contact | MIB: RFC1213-MIB The textual identification of the contact person for this managed node, together with information on how to contact this person. | SNMP_AGENT | 1h | bigip.contact |
| F5 BIG-IP: Failover status | MIB: F5-BIGIP-SYSTEM-MIB The failover status ID on the system. unknown - the failover status of the device is unknown; offline - the device is offline; forcedOffline - the device is forced offline; standby - the device is standby; active - the device is active. | SNMP_AGENT | - | bigip.failover |
| F5 BIG-IP: Location | MIB: RFC1213-MIB The physical location of this node (e.g., `telephone closet, 3rd floor'). | SNMP_AGENT | 1h | bigip.location |
| F5 BIG-IP: Hardware model name | MIB: RFC1213-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. It is mandatory that this only contain printable ASCII characters. | SNMP_AGENT | 1h | bigip.model |
| F5 BIG-IP: Host name | MIB: RFC1213-MIB An administratively-assigned name for this managed node. By convention, this is the node's fully-qualified domain name. | SNMP_AGENT | 1h | bigip.name |
| F5 BIG-IP: Product build | MIB: F5-BIGIP-SYSTEM-MIB The product build number. | SNMP_AGENT | 1h | bigip.product.build |
| F5 BIG-IP: Product build date | MIB: F5-BIGIP-SYSTEM-MIB The product build date. | SNMP_AGENT | 1h | bigip.product.date |
| F5 BIG-IP: Product edition | MIB: F5-BIGIP-SYSTEM-MIB The product edition. | SNMP_AGENT | 1h | bigip.product.edition |
| F5 BIG-IP: Product name | MIB: F5-BIGIP-SYSTEM-MIB The product name. | SNMP_AGENT | 1h | bigip.product.name |
| F5 BIG-IP: Product version | MIB: F5-BIGIP-SYSTEM-MIB The product version. | SNMP_AGENT | 1h | bigip.product.version |
| F5 BIG-IP: Chassis serial number | MIB: F5-BIGIP-SYSTEM-MIB Serial number | SNMP_AGENT | 1h | bigip.serialnumber |
| F5 BIG-IP: Sync Status | MIB: F5-BIGIP-SYSTEM-MIB The sync status ID on the system. unknown - the device is disconnected from the device group; syncing - the device is joining the device group or has requested changes from device group or inconsistent with the group; needManualSync - changes have been made on the device not syncd to the device group; inSync - the device is consistent with the device group; syncFailed - the device is inconsistent with the device group, requires user intervention; syncDisconnected - the device is not connected to any peers; standalone - the device is in a standalone configuration; awaitingInitialSync - the device is waiting for initial sync; incompatibleVersion - the device's version is incompatible with rest of the devices in the device group; partialSync - some but not all devices successfully received the last sync. | SNMP_AGENT | - | bigip.syncstatus |
| F5 BIG-IP: TCP connections, CLOSE-WAIT/LAST-ACK | MIB: F5-BIGIP-SYSTEM-MIB The number of current TCP connections in CLOSE-WAIT/LAST-ACK. | SNMP_AGENT | - | bigip.tcp.close_wait |
| F5 BIG-IP: TCP connections, FIN-WAIT-1/CLOSING | MIB: F5-BIGIP-SYSTEM-MIB The number of current TCP connections in FIN-WAIT-1/CLOSING. | SNMP_AGENT | - | bigip.tcp.fin1_wait |
| F5 BIG-IP: TCP connections, FIN-WAIT-2 | MIB: F5-BIGIP-SYSTEM-MIB The number of current TCP connections in FIN-WAIT-2. | SNMP_AGENT | - | bigip.tcp.fin2_wait |
| F5 BIG-IP: Open TCP connections | MIB: F5-BIGIP-SYSTEM-MIB The number of current open TCP connections. | SNMP_AGENT | - | bigip.tcp.open |
| F5 BIG-IP: TCP connections, TIME-WAIT | MIB: F5-BIGIP-SYSTEM-MIB The number of current TCP connections in TIME-WAIT. | SNMP_AGENT | - | bigip.tcp.time_wait |
| F5 BIG-IP: Open UDP connections | MIB: F5-BIGIP-SYSTEM-MIB The number of current open UDP connections. | SNMP_AGENT | - | bigip.udp.open |
| F5 BIG-IP: Uptime | MIB: F5-BIGIP-SYSTEM-MIB The system up time in 1/100 seconds since boot. | SNMP_AGENT | 30s | bigip.uptime |
| F5 BIG-IP: SNMP agent availability | - | INTERNAL | - | zabbix[host,snmp,available] |
Triggers
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| F5 BIG-IP: Cluster not in sync | - | count(/F5 Big-IP SNMP/bigip.failover,10m,"ne","3")>8 and count(/F5 Big-IP SNMP/bigip.failover,10m,"ne","4")>6 | WARNING 📢 | F5 BIG-IP: Failover status |
| F5 BIG-IP: Chassis has been replaced | Chassis serial number has changed. Ack to close | last(/F5 Big-IP SNMP/bigip.serialnumber,#1)<>last(/F5 Big-IP SNMP/bigip.serialnumber,#2) and length(last(/F5 Big-IP SNMP/bigip.serialnumber))>0 | INFO 🔔 | F5 BIG-IP: Chassis serial number |
| F5 BIG-IP: Changes have been made on the device not sync | Changes have been made on the device not sync to the device group, requires user intervention | last(/F5 Big-IP SNMP/bigip.syncstatus)=2 | WARNING 📢 | F5 BIG-IP: Sync Status |
| F5 BIG-IP: The device is inconsistent with the device group | The device is inconsistent with the device group, requires user intervention | last(/F5 Big-IP SNMP/bigip.syncstatus)=4 | WARNING 📢 | F5 BIG-IP: Sync Status |
| F5 BIG-IP: has been restarted | Uptime is less than 10 minutes. | last(/F5 Big-IP SNMP/bigip.uptime)<10m | INFO 🔔 | F5 BIG-IP: Uptime |
| F5 BIG-IP: No SNMP data collection | SNMP is not available for polling. Please check device connectivity and SNMP settings. | max(/F5 Big-IP SNMP/zabbix[host,snmp,available],{$SNMP.TIMEOUT})=0 | WARNING 📢 | F5 BIG-IP: SNMP agent availability |
Discovery rule №1
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Blade temperature discovery | Containing information of blade temperature of the system | SNMP_AGENT | 1h | bigip.blade.temp.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| F5 BIG-IP: Sensor [{#SLOT.INDEX}:{#TEMP.INDEX}]: Temperature | MIB: F5-BIGIP-SYSTEM-MIB Location: {#TEMP.LOCATION} The blade temperature (in Celsius) of the indexed sensor on the system., This is only supported for the platform where the sensor data is available. | SNMP_AGENT | - | bigip.blade.temp.value[{#SLOT.INDEX},{#TEMP.INDEX}] |
Discovery rule №2
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Blade voltage discovery | A table containing information of blade voltage of the system. | SNMP_AGENT | 1h | bigip.blade.voltage.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| F5 BIG-IP: Voltage [{#VOLT.INDEX}]: Slot | MIB: F5-BIGIP-SYSTEM-MIB The chassis slot number, if applicable. | SNMP_AGENT | - | bigip.blade.voltage.slot[{#VOLT.INDEX}] |
| F5 BIG-IP: Voltage [{#VOLT.INDEX}]: Value | MIB: F5-BIGIP-SYSTEM-MIB The blade voltage (in V) of the indexed sensor on the system., This is only supported for the platform where the sensor data is available. | SNMP_AGENT | - | bigip.blade.voltage.value[{#VOLT.INDEX}] |
Discovery rule №3
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Certificate discovery | A table containing certificate configuration. | SNMP_AGENT | 1d | bigip.cert.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| F5 BIG-IP: Certificate [{#CERT.NAME}]: Expiration date | MIB: F5-BIGIP-SYSTEM-MIB The expiration date of the certificate in unix time. | SNMP_AGENT | 12h | bigip.cert.expiration.date[{#CERT.NAME}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| F5 BIG-IP: Certificate expires ({#CERT.NAME}) | Please check certificate | last(/F5 Big-IP SNMP/bigip.cert.expiration.date[{#CERT.NAME}]) - 86400 * {$BIGIP.CERT.MIN} < now() | WARNING 📢 | F5 BIG-IP: Certificate [{#CERT.NAME}]: Expiration date |
Discovery rule №4
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Chassis fan discovery | A table containing information of chassis fan status of the system | SNMP_AGENT | 1h | bigip.chassis.fan.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| F5 BIG-IP: FAN [{#FAN.INDEX}]: Speed | MIB: F5-BIGIP-SYSTEM-MIB The actual speed of the indexed chassis fan on the system. This is only supported for the platform where the actual fan speed data is available. '0' means fan speed is unavailable while the associated chassis status is good. | SNMP_AGENT | 5m | bigip.chassis.fan.speed[{#FAN.INDEX}] |
| F5 BIG-IP: FAN [{#FAN.INDEX}]: Status | MIB: F5-BIGIP-SYSTEM-MIB The status of the indexed chassis fan on the system., This is only supported for the platform where the sensor data is available. Possible values: 0 - bad, 1 - good, 2 - notpresent. | SNMP_AGENT | 5m | bigip.chassis.fan.status[{#FAN.INDEX}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| F5 BIG-IP: Fan[{#FAN.INDEX}] is in critical state | Please check the fan unit | last(/F5 Big-IP SNMP/bigip.chassis.fan.status[{#FAN.INDEX}])=0 | AVERAGE ⚠ | F5 BIG-IP: FAN [{#FAN.INDEX}]: Status |
| F5 BIG-IP: Fan[{#FAN.INDEX}] is not present | Please check the fan unit | last(/F5 Big-IP SNMP/bigip.chassis.fan.status[{#FAN.INDEX}])=2 | INFO 🔔 | F5 BIG-IP: FAN [{#FAN.INDEX}]: Status |
Discovery rule №5
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Chassis power supply discovery | A table containing information of chassis power supply status of the system. | SNMP_AGENT | 1h | bigip.chassis.power.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| F5 BIG-IP: Power supply [{#POWER.INDEX}]: Status | MIB: F5-BIGIP-SYSTEM-MIB The status of the indexed power supply on the system., This is only supported for the platform where the sensor data is available. Possible values: 0 - bad, 1 - good, 2 - notpresent. | SNMP_AGENT | 5m | bigip.chassis.power.status[{#POWER.INDEX}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| F5 BIG-IP: Power supply [{#POWER.INDEX}] is in critical state | Please check the power supply unit | last(/F5 Big-IP SNMP/bigip.chassis.power.status[{#POWER.INDEX}])=0 | HIGH ⛔ | F5 BIG-IP: Power supply [{#POWER.INDEX}]: Status |
| F5 BIG-IP: Power supply [{#POWER.INDEX}] is not present | Please check the power supply unit | last(/F5 Big-IP SNMP/bigip.chassis.power.status[{#POWER.INDEX}])=2 | INFO 🔔 | F5 BIG-IP: Power supply [{#POWER.INDEX}]: Status |
Discovery rule №6
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Chassis temperature discovery | A table containing information of chassis temperature of the system | SNMP_AGENT | 1h | bigip.chassis.temp.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| F5 BIG-IP: Sensor [{#TEMP.INDEX}]: Temperature | MIB: F5-BIGIP-SYSTEM-MIB The chassis temperature (in Celsius) of the indexed sensor on the system., This is only supported for the platform where the sensor data is available. | SNMP_AGENT | 5m | bigip.chassis.temp.value[{#TEMP.INDEX}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| F5 BIG-IP: Chassis temperature | - | last(/F5 Big-IP SNMP/bigip.chassis.temp.value[{#TEMP.INDEX}])>{$BIGIP.TEMP.HIGH} | HIGH ⛔ | F5 BIG-IP: Sensor [{#TEMP.INDEX}]: Temperature |
| F5 BIG-IP: Chassis temperature | - | last(/F5 Big-IP SNMP/bigip.chassis.temp.value[{#TEMP.INDEX}])>{$BIGIP.TEMP.WARN} | WARNING 📢 | F5 BIG-IP: Sensor [{#TEMP.INDEX}]: Temperature |
Discovery rule №7
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| CPU discovery | A table containing entries of system CPU usage information for a system. | SNMP_AGENT | 1h | bigip.cpu.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: Idle, avg 1m | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor doing nothing for the associated host in the last one minute. | SNMP_AGENT | 5m | bigip.cpu.idle.1m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: Idle, avg 5m | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor doing nothing for the associated host in the last five minutes. | SNMP_AGENT | 5m | bigip.cpu.idle.5m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: Idle, avg 5s | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor doing nothing for the associated host in the last five seconds. | SNMP_AGENT | 5m | bigip.cpu.idle.5s[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: IO wait, avg 1m | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor waiting for external I/O to complete for the associated host in the last one minute. | SNMP_AGENT | 5m | bigip.cpu.iowait.1m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: IO wait, avg 5m | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor waiting for external I/O to complete for the associated host in the last five minutes. | SNMP_AGENT | 5m | bigip.cpu.iowait.5m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: IO wait, avg 5s | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor waiting for external I/O to complete for the associated host in the last five seconds. | SNMP_AGENT | 5m | bigip.cpu.iowait.5s[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: IRQ, avg 1m | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor servicing hardware interrupts for the associated host in the last one minute. | SNMP_AGENT | 5m | bigip.cpu.irq.1m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: IRQ, avg 5m | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor servicing hardware interrupts for the associated host in the last five minutes. | SNMP_AGENT | 5m | bigip.cpu.irq.5m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: IRQ, avg 5s | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor servicing hardware interrupts for the associated host in the last five seconds. | SNMP_AGENT | 5m | bigip.cpu.irq.5s[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: Nice, avg 1m | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor running niced processes for the associated host in the last one minute. | SNMP_AGENT | 5m | bigip.cpu.nice.1m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: Nice, avg 5m | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor running niced processes for the associated host in the last five minutes. | SNMP_AGENT | 5m | bigip.cpu.nice.5m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: Nice, avg 5s | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor running niced processes for the associated host in the last five seconds. | SNMP_AGENT | 5m | bigip.cpu.nice.5s[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: Soft IRQ, avg 1m | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor servicing soft interrupts for the associated host in the last one minute. | SNMP_AGENT | 5m | bigip.cpu.spftirq.1m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: Soft IRQ, avg 5m | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor servicing soft interrupts for the associated host in the last five minutes. | SNMP_AGENT | 5m | bigip.cpu.spftirq.5m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: Soft IRQ, avg 5s | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor servicing soft interrupts for the associated host in the last five seconds. | SNMP_AGENT | 5m | bigip.cpu.spftirq.5s[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: Stolen, avg 1m | MIB: F5-BIGIP-SYSTEM-MIB The average time 'stolen' from the specified processor for the associated host in the last one minute. | SNMP_AGENT | 5m | bigip.cpu.stolen.1m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: Stolen, avg 1s) | MIB: F5-BIGIP-SYSTEM-MIB The average time 'stolen' from the specified processor for the associated host in the last five seconds. | SNMP_AGENT | 5m | bigip.cpu.stolen.1s[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: Stolen, avg 5m | MIB: F5-BIGIP-SYSTEM-MIB The average time 'stolen' from the specified processor for the associated host in the last five minutes. | SNMP_AGENT | 5m | bigip.cpu.stolen.5m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: System, avg 1m | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor servicing system calls for the associated host in the last one minute. | SNMP_AGENT | 5m | bigip.cpu.system.1m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: System, avg 5m | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor servicing system calls for the associated host in the last five minutes. | SNMP_AGENT | 5m | bigip.cpu.system.5m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: System, avg 5s | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor servicing system calls for the associated host in the last five seconds. | SNMP_AGENT | 5m | bigip.cpu.system.5s[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: Usage ratio, avg 1m | MIB: F5-BIGIP-SYSTEM-MIB This is average usage ratio of CPU for the associated host in the last one minute. It is calculated by (sum of deltas for user, niced, system)/(sum of deltas of user, niced, system, idle, irq, softirq, and iowait), where each delta is the difference for each stat over the last 5-second interval; user:sysMultiHostCpuUser1m; niced:sysMultiHostCpuNiced1m; stolen:sysMultiHostCpuStolen1m; system:sysMultiHostCpuSystem1m; idle:sysMultiHostCpuIdle1m; irq:sysMultiHostCpuIrq1m; iowait:sysMultiHostCpuIowait1m | SNMP_AGENT | 5m | bigip.cpu.usageratio.1m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: Usage ratio, avg 5m | MIB: F5-BIGIP-SYSTEM-MIB This is average usage ratio of CPU for the associated host in the last five minutes. It is calculated by (sum of deltas for user, niced, system)/(sum of deltas of user, niced, system, idle, irq, softirq, and iowait), where each delta is the difference for each stat over the last 5-second interval; user:sysMultiHostCpuUser5m; niced:sysMultiHostCpuNiced5m; stolen:sysMultiHostCpuStolen5m; system:sysMultiHostCpuSystem5m; idle:sysMultiHostCpuIdle5m; irq:sysMultiHostCpuIrq5m; iowait:sysMultiHostCpuIowait5m | SNMP_AGENT | 5m | bigip.cpu.usageratio.5m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: Usage ratio, avg 5s | MIB: F5-BIGIP-SYSTEM-MIB This is average usage ratio of CPU for the associated host in the last five seconds. It is calculated by (sum of deltas for user, niced, system)/(sum of deltas of user, niced, system, idle, irq, softirq, and iowait), where each delta is the difference for each stat over the last 5-second interval; user:sysMultiHostCpuUser5s; niced:sysMultiHostCpuNiced5s; stolen:sysMultiHostCpuStolen5s; system:sysMultiHostCpuSystem5s; idle:sysMultiHostCpuIdle5s; irq:sysMultiHostCpuIrq5s; iowait:sysMultiHostCpuIowait5s | SNMP_AGENT | 5m | bigip.cpu.usageratio.5s[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: User, avg 1m | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor in user context for the associated host in the last one minute. | SNMP_AGENT | 5m | bigip.cpu.user.1m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: User, avg 5m | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor in user context for the associated host in the last five minutes. | SNMP_AGENT | 5m | bigip.cpu.user.5m[{#HOST.ID},{#CPU.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: User, avg 5s | MIB: F5-BIGIP-SYSTEM-MIB The average time spent by the specified processor in user context for the associated host in the last five seconds. | SNMP_AGENT | 5m | bigip.cpu.user.5s[{#HOST.ID},{#CPU.ID}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| F5 BIG-IP: High CPU utilization | CPU utilization is too high. The system might be slow to respond. | last(/F5 Big-IP SNMP/bigip.cpu.usageratio.5m[{#HOST.ID},{#CPU.ID}])>{$BIGIP.CPU.UTIL.WARN.MAX} | WARNING 📢 | F5 BIG-IP: Host [{#HOST.ID}] CPU{#CPU.ID}: Usage ratio, avg 5m |
Discovery rule №8
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| CPU sensor discovery | A table containing information of CPU sensor status on the system. | SNMP_AGENT | 1h | bigip.cpu.sensor.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| F5 BIG-IP: Sensor [{#CPU.SENSOR.SLOT}:{#CPU.SENSOR.INDEX}]: FAN speed | MIB: F5-BIGIP-SYSTEM-MIB CPU: {#CPU.SENSOR.NAME} The fan speed (in RPM) of the indexed CPU on the system., This is only supported for the platform where the sensor data is available. | SNMP_AGENT | 5m | bigip.cpu.sensor.fan[{#CPU.SENSOR.SLOT},{#CPU.SENSOR.INDEX}] |
| F5 BIG-IP: Sensor [{#CPU.SENSOR.SLOT}:{#CPU.SENSOR.INDEX}]: Name | MIB: F5-BIGIP-SYSTEM-MIB Identifier for the CPU. | SNMP_AGENT | 1h | bigip.cpu.sensor.name[{#CPU.SENSOR.SLOT},{#CPU.SENSOR.INDEX}] |
| F5 BIG-IP: Sensor [{#CPU.SENSOR.SLOT}:{#CPU.SENSOR.INDEX}]: Temperature | MIB: F5-BIGIP-SYSTEM-MIB CPU: {#CPU.SENSOR.NAME} The temperature of the indexed CPU on the system. This is only supported for the platform where the sensor data is available. | SNMP_AGENT | 5m | bigip.cpu.sensor.temperature[{#CPU.SENSOR.SLOT},{#CPU.SENSOR.INDEX}] |
Discovery rule №9
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| File system discovery | A table containing entries of system disk usage information. | SNMP_AGENT | 1h | bigip.disktable.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| F5 BIG-IP: Mount point [{#PART.NAME}]: Block size | MIB: F5-BIGIP-SYSTEM-MIB The number of bytes in the specified partition. | SNMP_AGENT | 1h | bigip.disktable.blocksize[{#PART.NAME}] |
| F5 BIG-IP: Mount point [{#PART.NAME}]: Free blocks | MIB: F5-BIGIP-SYSTEM-MIB The number of free blocks in the specified partition. | SNMP_AGENT | 1h | bigip.disktable.freeblocks[{#PART.NAME}] |
| F5 BIG-IP: Mount point [{#PART.NAME}]: Free nodes | MIB: F5-BIGIP-SYSTEM-MIB The number of free file nodes in the specified partition. | SNMP_AGENT | 1h | bigip.disktable.freenodes[{#PART.NAME}] |
| F5 BIG-IP: Mount point [{#PART.NAME}]: Total blocks | MIB: F5-BIGIP-SYSTEM-MIB The number of total blocks in the specified partition. | SNMP_AGENT | 1h | bigip.disktable.totalblocks[{#PART.NAME}] |
| F5 BIG-IP: Mount point [{#PART.NAME}]: Total nodes | MIB: F5-BIGIP-SYSTEM-MIB The number of total file nodes in the specified partition. | SNMP_AGENT | 1h | bigip.disktable.totalnodes[{#PART.NAME}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| F5 BIG-IP: Low free space in file system [{#PART.NAME}] | The system is running out of free space. | last(/F5 Big-IP SNMP/bigip.disktable.freeblocks[{#PART.NAME}])/last(/F5 Big-IP SNMP/bigip.disktable.totalblocks[{#PART.NAME}])*100<{$BIGIP.FS.FREE.WARN.MIN:"{#PART.NAME}"} | WARNING 📢 |
Discovery rule №10
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Memory discovery | Containing system statistics information of the memory usage | SNMP_AGENT | 1h | bigip.memory.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| F5 BIG-IP: Host [{#HOST.ID}]: Total other non-TMM memory | MIB: F5-BIGIP-SYSTEM-MIB The total other non-TMM memory in bytes for the specified host. | SNMP_AGENT | 5m | bigip.memory.total.other[{#HOST.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}]: Total swap | MIB: F5-BIGIP-SYSTEM-MIB The total swap in bytes for the specified host. | SNMP_AGENT | 1d | bigip.memory.total.swap[{#HOST.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}]: Total memory | MIB: F5-BIGIP-SYSTEM-MIB The total host memory in bytes for the specified host. | SNMP_AGENT | 1d | bigip.memory.total[{#HOST.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}]: Used other non-TMM memory | MIB: F5-BIGIP-SYSTEM-MIB The other non-TMM memory in bytes currently in use for the specified host. | SNMP_AGENT | 5m | bigip.memory.used.other[{#HOST.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}]: Used swap | MIB: F5-BIGIP-SYSTEM-MIB The swap in bytes currently in use for the specified host. | SNMP_AGENT | 5m | bigip.memory.used.swap[{#HOST.ID}] |
| F5 BIG-IP: Host [{#HOST.ID}]: Used memory | MIB: F5-BIGIP-SYSTEM-MIB The host memory in bytes currently in use for the specified host. | SNMP_AGENT | 5m | bigip.memory.used[{#HOST.ID}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| F5 BIG-IP: High memory utilization in host [{#HOST.ID}] | The system is running out of free memory. | last(/F5 Big-IP SNMP/bigip.memory.used[{#HOST.ID}])/last(/F5 Big-IP SNMP/bigip.memory.total[{#HOST.ID}])*100>{$BIGIP.MEMORY.UTIL.WARN.MAX} | WARNING 📢 | |
| F5 BIG-IP: High swap utilization in host [{#HOST.ID}] | The system is running out of free swap memory. | last(/F5 Big-IP SNMP/bigip.memory.used.swap[{#HOST.ID}])/last(/F5 Big-IP SNMP/bigip.memory.total.swap[{#HOST.ID}])*100>{$BIGIP.SWAP.UTIL.WARN.MAX} | WARNING 📢 |
Discovery rule №11
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Module discovery | Resource allocation information about modules on the system | SNMP_AGENT | 1h | bigip.module.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| F5 BIG-IP: Module [{#MODULE.NAME}]: CPU ratio | MIB: F5-BIGIP-SYSTEM-MIB The ratio of CPU to allocate to this module. Only valid if level is 'custom' | SNMP_AGENT | - | bigip.module.cpu.ratio[{#MODULE.NAME}] |
| F5 BIG-IP: Module [{#MODULE.NAME}]: Disk ratio | MIB: F5-BIGIP-SYSTEM-MIB The ratio of available disk space to allocate to this module. Only valid if level is 'custom' | SNMP_AGENT | - | bigip.module.disk.ratio[{#MODULE.NAME}] |
| F5 BIG-IP: Module [{#MODULE.NAME}]: Memory ratio | MIB: F5-BIGIP-SYSTEM-MIB The ratio of available memory to allocate. Only valid if level is 'custom' | SNMP_AGENT | - | bigip.module.memory.ratio[{#MODULE.NAME}] |
| F5 BIG-IP: Module [{#MODULE.NAME}]: Provision level | MIB: F5-BIGIP-SYSTEM-MIB The provisioning level indicates how the systems resources are distributed amongst the modules Possible values: 1 - none, 2 - minimum, 3 - nominal, 4 - dedicated, 5 - custom. | SNMP_AGENT | - | bigip.module.provision.level[{#MODULE.NAME}] |
Discovery rule №12
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Network interface discovery | A table containing statistic information of the interfaces on the device. | SNMP_AGENT | 1h | bigip.net.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| F5 BIG-IP: Interface [{#IF.NAME}]: Collisions | MIB: F5-BIGIP-SYSTEM-MIB The number of collisions on the specified interface, incremented by the number of collisions experienced during transmissions of a frame | SNMP_AGENT | - | bigip.net.collisions[{#IF.NAME}] |
| F5 BIG-IP: Interface [{#IF.NAME}]: Incoming traffic, rate | MIB: F5-BIGIP-SYSTEM-MIB The rate of bytes received on this interface. | SNMP_AGENT | - | bigip.net.in.bytes.rate[{#IF.NAME}] |
| F5 BIG-IP: Interface [{#IF.NAME}]: Incoming packet drops | MIB: F5-BIGIP-SYSTEM-MIB The number of packets dropped on ingress for various reasons on the specified interface. | SNMP_AGENT | - | bigip.net.in.drops[{#IF.NAME}] |
| F5 BIG-IP: Interface [{#IF.NAME}]: Incoming packet error | MIB: F5-BIGIP-SYSTEM-MIB The number of received packets that are either undersized, oversized, or have FCS errors by the specified interface. | SNMP_AGENT | - | bigip.net.in.error[{#IF.NAME}] |
| F5 BIG-IP: Interface [{#IF.NAME}]: Incoming multicast packet, rate | MIB: F5-BIGIP-SYSTEM-MIB The rate of multicast packets received on this interface. | SNMP_AGENT | - | bigip.net.in.multicast.rate[{#IF.NAME}] |
| F5 BIG-IP: Interface [{#IF.NAME}]: Incoming packet, rate | MIB: F5-BIGIP-SYSTEM-MIB The rate of packets received on this interface. | SNMP_AGENT | - | bigip.net.in.pkts.rate[{#IF.NAME}] |
| F5 BIG-IP: Interface [{#IF.NAME}]: Incoming QnQ packet, rate | MIB: F5-BIGIP-SYSTEM-MIB The rate of double tagged packets received on the specified interface. | SNMP_AGENT | - | bigip.net.in.qq.rate[{#IF.NAME}] |
| F5 BIG-IP: Interface [{#IF.NAME}]: Outgoing traffic, rate | MIB: F5-BIGIP-SYSTEM-MIB The rate of bytes transmitted out of the specified interface. | SNMP_AGENT | - | bigip.net.out.bytes.rate[{#IF.NAME}] |
| F5 BIG-IP: Interface [{#IF.NAME}]: Outgoing packet drops | MIB: F5-BIGIP-SYSTEM-MIB The number of packets aged out or with excessive transmission delays due to multiple deferrals on the specified interface. | SNMP_AGENT | - | bigip.net.out.drops[{#IF.NAME}] |
| F5 BIG-IP: Interface [{#IF.NAME}]: Outgoing packet error | MIB: F5-BIGIP-SYSTEM-MIB The number of excessive collisions, incremented for each frame that experienced 16 collisions during transmission and was aborted on the specified interface. | SNMP_AGENT | - | bigip.net.out.error[{#IF.NAME}] |
| F5 BIG-IP: Interface [{#IF.NAME}]: Outgoing multicast packet, rate | MIB: F5-BIGIP-SYSTEM-MIB The rate of multicast packets transmitted out of the specified interface. | SNMP_AGENT | - | bigip.net.out.multicast.rate[{#IF.NAME}] |
| F5 BIG-IP: Interface [{#IF.NAME}]: Outgoing packet, rate | MIB: F5-BIGIP-SYSTEM-MIB The rate of packets transmitted out of the specified interface. | SNMP_AGENT | - | bigip.net.out.pkts.rate[{#IF.NAME}] |
| F5 BIG-IP: Interface [{#IF.NAME}]: Outgoing QnQ packet, rate | MIB: F5-BIGIP-SYSTEM-MIB The rate of double tagged packets transmitted out of the specified interface. | SNMP_AGENT | - | bigip.net.out.qq.rate[{#IF.NAME}] |
| F5 BIG-IP: Interface [{#IF.NAME}]: Pause state | MIB: F5-BIGIP-SYSTEM-MIB The pause state of the specified interface. none - no pause; txrx - pause all data flow; tx - pause outgoing data flow; rx - pause incoming data flow. | SNMP_AGENT | - | bigip.net.pause[{#IF.NAME}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| F5 BIG-IP: There are errors on the network interface | - | last(/F5 Big-IP SNMP/bigip.net.in.error[{#IF.NAME}])>last(/F5 Big-IP SNMP/bigip.net.in.error[{#IF.NAME}],#2) or last(/F5 Big-IP SNMP/bigip.net.out.error[{#IF.NAME}])>last(/F5 Big-IP SNMP/bigip.net.out.error[{#IF.NAME}],#2) | AVERAGE ⚠ |
Discovery rule №13
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Node discovery | A table containing statistic information of node addresses. | SNMP_AGENT | 1h | bigip.node.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| F5 BIG-IP: Node [{#NODE.NAME}]: Current connections | MIB: F5-BIGIP-LOCAL-MIB The current connections from server-side to the specified node address. | SNMP_AGENT | 5m | bigip.node.net.conn[{#NODE.NAME}] |
| F5 BIG-IP: Node [{#NODE.NAME}]: Incoming traffic, rate | MIB: F5-BIGIP-LOCAL-MIB The rate of bytes received by the specified node address from server-side. | SNMP_AGENT | 5m | bigip.node.net.in.bytes.rate[{#NODE.NAME}] |
| F5 BIG-IP: Node [{#NODE.NAME}]: Incoming packet, rate | MIB: F5-BIGIP-LOCAL-MIB The rate of packets received by the specified node address from server-side. | SNMP_AGENT | 5m | bigip.node.net.in.pkts.rate[{#NODE.NAME}] |
| F5 BIG-IP: Node [{#NODE.NAME}]: Outgoing traffic, rate | MIB: F5-BIGIP-LOCAL-MIB The rate of bytes sent to server-side from the specified node address. | SNMP_AGENT | 5m | bigip.node.net.out.bytes.rate[{#NODE.NAME}] |
| F5 BIG-IP: Node [{#NODE.NAME}]: Outgoing packet, rate | MIB: F5-BIGIP-LOCAL-MIB The rate of packets sent to server-side from the specified node address. | SNMP_AGENT | 5m | bigip.node.net.out.pkts.rate[{#NODE.NAME}] |
| F5 BIG-IP: Node [{#NODE.NAME}]: Current sessions | MIB: F5-BIGIP-LOCAL-MIB The number of current sessions going through the specified node address. | SNMP_AGENT | 5m | bigip.node.net.sessions[{#NODE.NAME}] |
| F5 BIG-IP: Node [{#NODE.NAME}]: Connections hit a rate limit | MIB: F5-BIGIP-LOCAL-MIB The last recorded value for the number of connections to the node address when connections hit a rate limit; this calculation is only maintained if rate limiting is configured for the node. | SNMP_AGENT | 5m | bigip.node.overlimit[{#NODE.NAME}] |
| F5 BIG-IP: Node [{#NODE.NAME}]: Duration of exceeding rate limit | MIB: F5-BIGIP-LOCAL-MIB Duration of time in seconds the specified node address has exceeded the configured connection rate limit. | SNMP_AGENT | 5m | bigip.node.overtime[{#NODE.NAME}] |
Discovery rule №14
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Pool discovery | A table containing statistic information of pools. | SNMP_AGENT | 1h | bigip.pool.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| F5 BIG-IP: Pool [{#POOL.NAME}]: Status available | MIB: F5-BIGIP-LOCAL-MIB none(0), green(1), tyellow(2), tred(3), tblue(4), tgrey(5) | SNMP_AGENT | 5m | bigip.pool.available[{#POOL.NAME}] |
| F5 BIG-IP: Pool [{#POOL.NAME}]: Status enabled | MIB: F5-BIGIP-LOCAL-MIB The activity status of the specified pool, as specified by the user. none(0), enabled(1), disabled(2), disabledbyparent(3) | SNMP_AGENT | 5m | bigip.pool.enabled[{#POOL.NAME}] |
| F5 BIG-IP: Pool [{#POOL.NAME}]: Current connections | MIB: F5-BIGIP-LOCAL-MIB The current connections from server-side to the specified pool. | SNMP_AGENT | 5m | bigip.pool.net.conn[{#POOL.NAME}] |
| F5 BIG-IP: Pool [{#POOL.NAME}]: Incoming traffic, rate | MIB: F5-BIGIP-LOCAL-MIB The rate of bytes received by the specified pool from server-side. | SNMP_AGENT | 5m | bigip.pool.net.in.bytes.rate[{#POOL.NAME}] |
| F5 BIG-IP: Pool [{#POOL.NAME}]: Incoming packet, rate | MIB: F5-BIGIP-LOCAL-MIB The rate of packets received by the specified pool from server-side. | SNMP_AGENT | 5m | bigip.pool.net.in.pkts.rate[{#POOL.NAME}] |
| F5 BIG-IP: Pool [{#POOL.NAME}]: Outgoing traffic, rate | MIB: F5-BIGIP-LOCAL-MIB The rate of bytes sent to server-side from the specified pool. | SNMP_AGENT | 5m | bigip.pool.net.out.bytes.rate[{#POOL.NAME}] |
| F5 BIG-IP: Pool [{#POOL.NAME}]: Outgoing packet, rate | MIB: F5-BIGIP-LOCAL-MIB The rate of packets sent to server-side from the specified pool. | SNMP_AGENT | 5m | bigip.pool.net.out.pkts.rate[{#POOL.NAME}] |
| F5 BIG-IP: Pool [{#POOL.NAME}]: Current sessions | MIB: F5-BIGIP-LOCAL-MIB The number of current sessions going through the specified pool. | SNMP_AGENT | 5m | bigip.pool.net.sessions[{#POOL.NAME}] |
| F5 BIG-IP: Pool [{#POOL.NAME}]: Age of the oldest queue entry | MIB: F5-BIGIP-LOCAL-MIB Age of the oldest queue entry, max. | SNMP_AGENT | 5m | bigip.pool.queue.age[{#POOL.NAME}] |
| F5 BIG-IP: Pool [{#POOL.NAME}]: Queue | MIB: F5-BIGIP-LOCAL-MIB Number of connections currently in queue, sum. | SNMP_AGENT | 5m | bigip.pool.queue[{#POOL.NAME}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| F5 BIG-IP: Pool {#POOL.NAME} is not available in some capacity: {ITEM.VALUE1} | - | count(/F5 Big-IP SNMP/bigip.pool.available[{#POOL.NAME}],120m,"ne","1")>20 | AVERAGE ⚠ | F5 BIG-IP: Pool [{#POOL.NAME}]: Status available |
| F5 BIG-IP: Pool {#POOL.NAME} is not enabled in some capacity: {ITEM.VALUE1} | - | count(/F5 Big-IP SNMP/bigip.pool.enabled[{#POOL.NAME}],120m,"ne","1")>4 | AVERAGE ⚠ | F5 BIG-IP: Pool [{#POOL.NAME}]: Status enabled |
Discovery rule №15
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Virtual server discovery | A table containing information of virtual servers. | SNMP_AGENT | 1h | bigip.virtual_server.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| F5 BIG-IP: Virtual server [{#VSERVER.NAME}]: Current connections | MIB: F5-BIGIP-LOCAL-MIB The current connections from client-side to the specified virtual server. | SNMP_AGENT | 5m | bigip.vserver.net.conn[{#VSERVER.NAME}] |
| F5 BIG-IP: Virtual server [{#VSERVER.NAME}]: Incoming traffic, rate | MIB: F5-BIGIP-LOCAL-MIB The rate of bytes received by the specified virtual server from client-side. | SNMP_AGENT | 5m | bigip.vserver.net.in.bytes.rate[{#VSERVER.NAME}] |
| F5 BIG-IP: Virtual server [{#VSERVER.NAME}]: Incoming packet, rate | MIB: F5-BIGIP-LOCAL-MIB The rate of packets received by the specified virtual server from client-side. | SNMP_AGENT | 5m | bigip.vserver.net.in.pkts.rate[{#VSERVER.NAME}] |
| F5 BIG-IP: Virtual server [{#VSERVER.NAME}]: Outgoing traffic, rate | MIB: F5-BIGIP-LOCAL-MIB The rate of bytes sent to client-side from the specified virtual server. | SNMP_AGENT | 5m | bigip.vserver.net.out.bytes.rate[{#VSERVER.NAME}] |
| F5 BIG-IP: Virtual server [{#VSERVER.NAME}]: Outgoing packet, rate | MIB: F5-BIGIP-LOCAL-MIB The rate of packets sent to client-side from the specified virtual server. | SNMP_AGENT | 5m | bigip.vserver.net.out.pkts.rate[{#VSERVER.NAME}] |
| F5 BIG-IP: Virtual server [{#VSERVER.NAME}]: Connections hit a rate limit | MIB: F5-BIGIP-LOCAL-MIB The last recorded value for the number of connections to the virtual server when connections hit a rate limit; this calculation is only maintained if rate limiting is configured for the service. | SNMP_AGENT | 5m | bigip.vserver.overlimit[{#VSERVER.NAME}] |
| F5 BIG-IP: Virtual server [{#VSERVER.NAME}]: Duration of exceeding rate limit | MIB: F5-BIGIP-LOCAL-MIB Duration of time in seconds the specified virtual server has exceeded the configured connection rate limit. | SNMP_AGENT | 5m | bigip.vserver.overtime[{#VSERVER.NAME}] |
| F5 BIG-IP: Virtual server [{#VSERVER.NAME}]: Usage ratio, avg 1m | MIB: F5-BIGIP-LOCAL-MIB The percentage of time Virtual Server was busy over the last 1 minute. | SNMP_AGENT | 5m | bigip.vserver.usage.1m[{#VSERVER.NAME}] |
| F5 BIG-IP: Virtual server [{#VSERVER.NAME}]: Usage ratio, avg 5m | MIB: F5-BIGIP-LOCAL-MIB The percentage of time Virtual Server was busy over the last 5 minutes. | SNMP_AGENT | 5m | bigip.vserver.usage.5m[{#VSERVER.NAME}] |
| F5 BIG-IP: Virtual server [{#VSERVER.NAME}]: Usage ratio, avg 5s | MIB: F5-BIGIP-LOCAL-MIB The percentage of time Virtual Server was busy over the last 5 seconds. | SNMP_AGENT | 5m | bigip.vserver.usage.5s[{#VSERVER.NAME}] |