Stormshield is a European cybersecurity company, a subsidiary of Airbus, that provides digital security solutions to protect networks, workstations, servers, and sensitive data for businesses, governments, and critical infrastructure, offering products for network security, endpoint protection, data security, and industrial environments.
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/net/stormshield_sns?at=release/7.4
This template is designed for the effortless deployment of Stormshield SNS monitoring by Zabbix via SNMP and doesn't require any external scripts.
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 |
|---|---|---|
| {$SNS.CPU.UTIL.CRIT} | Threshold of CPU utilization for Critical trigger in %. |
95 |
| {$SNS.CPU.UTIL.WARN} | Threshold of CPU utilization for Warning trigger in %. |
85 |
| {$SNS.DISK.FREE.CRIT} | Threshold of free disk space for Critical trigger in %. |
10 |
| {$SNS.DISK.FREE.WARN} | Threshold of free disk space for Warning trigger in %. |
20 |
| {$SNS.ICMP.LOSS.WARN} | Threshold of ICMP packet loss for Warning trigger in %. |
20 |
| {$SNS.ICMP.RESPONSE.TIME.WARN} | Threshold of average ICMP response time for Warning trigger in seconds. |
0.15 |
| {$SNS.MEMORY.UTIL.MAX} | Threshold for memory utilization trigger in %. |
90 |
| {$SNS.NET.IF.IFNAME.MATCHES} | Sets regex string of network interface names to allow in discovery. |
.* |
| {$SNS.NET.IF.IFNAME.NOT_MATCHES} | Sets regex string of network interface names to ignore in discovery. |
^(sslvpn|ipsec) |
| {$SNS.STORAGE.TYPE.MATCHES} | Sets regex string of storage types to allow in discovery. |
.1.3.6.1.2.1.25.2.1.4 |
| {$SNS.STORAGE.TYPE.NOT_MATCHES} | Sets regex string of storage types to ignore in discovery. |
CHANGE_IF_NEEDED |
| {$SNS.STORAGE.DESCR.MATCHES} | Sets regex string of storage descriptions to allow in discovery. |
^(/data|/log)$ |
| {$SNS.STORAGE.DESCR.NOT_MATCHES} | Sets regex string of storage descriptions to ignore in discovery. |
CHANGE_IF_NEEDED |
| {$SNS.SNMP.TIMEOUT} | Time interval for SNMP availability trigger. |
5m |
| {$SNS.SNMP.INTERVAL} | Time interval for SNMP agent items. |
1m |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| SNMP walk HA members | Used for discovering HA members from the Stormshield MIB. |
SNMP agent | sns.ha.members.walk |
| SNMP walk health | Used for discovering health status from the Stormshield MIB. |
SNMP agent | sns.health.walk |
| SNMP walk autoupdate | Used for discovering updates from the Stormshield MIB. |
SNMP agent | sns.update.auto.walk |
| SNMP walk CPU temperature | Used for discovering CPU temperature from the Stormshield MIB. |
SNMP agent | sns.cpu.temp.walk |
| SNMP walk CPU usage | Used for discovering CPU usage from the HOST-RESOURCES-MIB. |
SNMP agent | sns.cpu.usage.walk |
| SNMP walk network interfaces | Used for discovering network interfaces from the Stormshield MIB. |
SNMP agent | sns.net.if.walk |
| SNMP walk disk | Used for discovering disks from the Stormshield MIB. |
SNMP agent | sns.disk.walk |
| SNMP walk fan | Used for discovering fans from the Stormshield MIB. |
SNMP agent | sns.fan.walk |
| SNMP walk power supply | Used for discovering the power supply from the Stormshield MIB. |
SNMP agent | sns.psu.walk |
| SNMP walk storage | Used for discovering storage from the HOST-RESOURCES-MIB. |
SNMP agent | sns.storage.walk |
| SNMP walk memory | Used for discovering system memory utilization from the STORMSHIELD-SYSTEM-MONITOR-MIB. |
SNMP agent | sns.memory.util.walk |
| ASQ TCP connection count | MIB: STORMSHIELD-ASQ-STATS-MIB ASQ stateful TCP connection count. |
SNMP agent | asq.alarm.stateful.tcp[snsASQStatsStatefulTcpConn.0] |
| ASQ UDP connection count | MIB: STORMSHIELD-ASQ-STATS-MIB ASQ stateful UDP connection count. |
SNMP agent | asq.alarm.stateful.udp[snsASQStatsStatefulUdpConn.0] |
| ASQ major alarm count | MIB: STORMSHIELD-ASQ-STATS-MIB ASQ major alarm count. |
SNMP agent | asq.alarm.stateful[snsASQStatsStatefulMajorAlarm.0] |
| ASQ minor alarm count | MIB: STORMSHIELD-ASQ-STATS-MIB ASQ minor alarm count. |
SNMP agent | asq.alarm.stateful[snsASQStatsStatefulMinorAlarm.0] |
| HA: Faulty HA links | MIB: STORMSHIELD-HA-MIB Number of faulty HA links. |
SNMP agent | ha.links.faulty[snsNbFaultyHALinks.0] |
| HA: Active firewalls | MIB: STORMSHIELD-HA-MIB Number of active firewalls. |
SNMP agent | ha.node.active[snsNbActiveNode.0] |
| HA: Firewalls in the cluster | MIB: STORMSHIELD-HA-MIB Number of firewalls in the HA cluster. |
SNMP agent | ha.node.count[snsNbNode.0] |
| HA: Firewalls not replying | MIB: STORMSHIELD-HA-MIB Number of firewalls registered in the HA cluster but not replying. |
SNMP agent | ha.node.dead[snsNbDeadNode.0] |
| HA: Synchronization status | MIB: STORMSHIELD-HA-MIB Firewall configuration synchronization status: 1: Synced, 0: Not synced, -1: Unknown/Error. |
SNMP agent | ha.sync.status[snsHASyncStatus.0] |
| VPN: Number of dead VPN tunnels | MIB: STORMSHIELD-IPSEC-STATS-MIB Number of dead security associations. |
SNMP agent | vpn.tunnel.dead[snsIPSECStatsSADDead.0] |
| VPN: Number of dying VPN tunnels | MIB: STORMSHIELD-IPSEC-STATS-MIB Number of security associations at end of life. |
SNMP agent | vpn.tunnel.dying[snsIPSECStatsSADDying.0] |
| VPN: Number of mature VPN tunnels | MIB: STORMSHIELD-IPSEC-STATS-MIB Number of established security associations. |
SNMP agent | vpn.tunnel.mature[snsIPSECStatsSADMature.0] |
| VPN: Incoming policies | MIB: STORMSHIELD-IPSEC-STATS-MIB Number of incoming security policies. |
SNMP agent | ipsec.policies.in[snsIPSECStatsSPDIn.0] |
| VPN: Outgoing policies | MIB: STORMSHIELD-IPSEC-STATS-MIB Number of outgoing security policies. |
SNMP agent | ipsec.policies.out[snsIPSECStatsSPDOut.0] |
| Buffer memory | MIB: UCD-SNMP-MIB Buffer memory in bytes. |
SNMP agent | host.memory.buffer[memBuffer.0] Preprocessing
|
| Cached memory | MIB: UCD-SNMP-MIB Cached memory in bytes. |
SNMP agent | host.memory.cached[memCached.0] Preprocessing
|
| Free memory | MIB: UCD-SNMP-MIB Free memory in bytes. |
SNMP agent | host.memory.free[memAvailReal.0] Preprocessing
|
| Total memory | MIB: UCD-SNMP-MIB Total physical memory (RAM) installed in bytes. |
SNMP agent | host.memory.total[memTotalReal.0] Preprocessing
|
| Available memory | Available memory in bytes (Available = Free + Cached + Buffer). |
Calculated | host.memory.available |
| Used memory | Used memory in bytes. |
Calculated | host.memory.used |
| Memory utilization | Memory utilization in %. |
Calculated | host.memory.utilization |
| Active IPsec policy name | MIB: STORMSHIELD-POLICY-MIB Active IPsec policy name. |
SNMP agent | policy.ipsec[snsPolicySlotNameIPsec] Preprocessing
|
| Active filtering policy name | MIB: STORMSHIELD-POLICY-MIB Active filtering policy name. |
SNMP agent | policy.filter[snsPolicySlotName] Preprocessing
|
| Model | MIB: STORMSHIELD-PROPERTY-MIB Firewall model. |
SNMP agent | property.hardware.model[snsModel.0] Preprocessing
|
| System name | MIB: STORMSHIELD-PROPERTY-MIB Stormshield Firewall system name. |
SNMP agent | property.hardware.name[snsSystemName.0] |
| System node name | MIB: STORMSHIELD-PROPERTY-MIB Stormshield Firewall system node name. |
SNMP agent | property.hardware.node_name[snsSystemNodeName.0] Preprocessing
|
| Serial number | MIB: STORMSHIELD-PROPERTY-MIB Stormshield Firewall serial number. |
SNMP agent | property.hardware.serial[snsSerialNumber.0] |
| Version | MIB: STORMSHIELD-PROPERTY-MIB Stormshield Firewall version. |
SNMP agent | property.hardware.version[snsVersion.0] Preprocessing
|
| Date | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Stormshield Firewall current date (%Y-%m-%d %T). |
SNMP agent | system.date[snsDate.0] |
| Uptime | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Stormshield Firewall uptime. |
SNMP agent | system.hardware.uptime[snsUptime.0] Preprocessing
|
| SNMP agent availability | Availability of SNMP checks on the host. The value of this item corresponds to the availability icons in the host list. Possible values: 0 - not available 1 - available 2 - unknown. |
Zabbix internal | zabbix[host,snmp,available] |
| SNMP traps (fallback) | Used for collecting all SNMP traps unmatched by other |
SNMP trap | snmptrap.fallback |
| ICMP ping | Host accessibility by ICMP. 0 - ICMP ping failed. 1 - ICMP ping successful. |
Simple check | icmpping |
| ICMP loss | Percentage of lost packets. |
Simple check | icmppingloss |
| ICMP response time | ICMP ping response time (in seconds). |
Simple check | icmppingsec |
| Protected host memory utilization | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Protected host memory utilization percentage. Warning: This OID might not be functional for SNS versions lower than 5.0. |
Dependent item | system.memory.host[snsMemHost.0] Preprocessing
|
| Fragment memory utilization | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Fragment memory utilization percentage. Warning: This OID might not be functional for SNS versions lower than 5.0. |
Dependent item | system.memory.frag[snsMemFrag.0] Preprocessing
|
| ICMP memory utilization | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB ICMP memory utilization percentage. Warning: This OID might not be functional for SNS versions lower than 5.0. |
Dependent item | system.memory.icmp[snsMemIcmp.0] Preprocessing
|
| ASQ connection memory utilization | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Utilization percentage of ASQ connection memory. Warning: This OID might not be functional for SNS versions lower than 5.0. |
Dependent item | system.memory.conn[snsMemConn.0] Preprocessing
|
| Etherstate connection memory utilization | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Utilization percentage of etherstate connection memory. Warning: This OID might not be functional for SNS versions lower than 5.0. |
Dependent item | system.memory.ether[snsMemEther.0] Preprocessing
|
| Data tracking memory utilization | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Utilization percentage of data tracking memory. Warning: This OID might not be functional for SNS versions lower than 5.0. |
Dependent item | system.memory.data_track[snsMemDataTrack.0] Preprocessing
|
| System memory utilization | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Current memory utilization percentage. Warning: This OID might not be functional for SNS versions lower than 5.0. |
Dependent item | system.memory.system[snsMemSystem.0] Preprocessing
|
| User memory utilization | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB User-space memory utilization percentage. Warning: This OID might not be functional for SNS versions lower than 5.0. |
Dependent item | system.memory.user[snsMemUser.0] Preprocessing
|
| Socket memory utilization | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Socket memory utilization percentage. Warning: This OID might not be functional for SNS versions lower than 5.0. |
Dependent item | system.memory.mbuf[snsMemMbuf.0] Preprocessing
|
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| SNS: Faulty HA link | There is at least one faulty HA link. |
last(/Stormshield SNS by SNMP/ha.links.faulty[snsNbFaultyHALinks.0],#1)>0 |
Average | |
| SNS: HA synchronization error | The cluster HA is not synchronized properly. |
last(/Stormshield SNS by SNMP/ha.sync.status[snsHASyncStatus.0],#1)<0 |
Average | |
| SNS: High memory utilization | The system is running out of free memory. |
min(/Stormshield SNS by SNMP/host.memory.utilization,5m)>{$SNS.MEMORY.UTIL.MAX} |
Average | |
| SNS: System name has changed | The name of the system has changed. Acknowledge to close the problem manually. |
last(/Stormshield SNS by SNMP/property.hardware.name[snsSystemName.0],#1)<>last(/Stormshield SNS by SNMP/property.hardware.name[snsSystemName.0],#2) and length(last(/Stormshield SNS by SNMP/property.hardware.name[snsSystemName.0]))>0 |
Info | Manual close: Yes |
| SNS: Device has been replaced | Device serial number has changed. Acknowledge to close the problem manually. |
last(/Stormshield SNS by SNMP/property.hardware.serial[snsSerialNumber.0],#1)<>last(/Stormshield SNS by SNMP/property.hardware.serial[snsSerialNumber.0],#2) and length(last(/Stormshield SNS by SNMP/property.hardware.serial[snsSerialNumber.0]))>0 |
Info | Manual close: Yes |
| SNS: Device has been restarted | Uptime is less than 10 minutes. |
last(/Stormshield SNS by SNMP/system.hardware.uptime[snsUptime.0])<10m |
Info | |
| SNS: No SNMP data collection | SNMP is not available for polling. Please check device connectivity and SNMP settings. |
max(/Stormshield SNS by SNMP/zabbix[host,snmp,available],{$SNS.SNMP.TIMEOUT})=0 |
Warning | Depends on:
|
| SNS: Unavailable by ICMP ping | Last three attempts returned timeout. Please check device connectivity. |
max(/Stormshield SNS by SNMP/icmpping,#3)=0 |
High | |
| SNS: High ICMP ping loss | ICMP ping loss detected. |
min(/Stormshield SNS by SNMP/icmppingloss,5m)>{$SNS.ICMP.LOSS.WARN} and min(/Stormshield SNS by SNMP/icmppingloss,5m)<100 |
Warning | Depends on:
|
| SNS: High ICMP ping response time | Average ICMP response time is too high. |
avg(/Stormshield SNS by SNMP/icmppingsec,5m)>{$SNS.ICMP.RESPONSE.TIME.WARN} |
Warning | Depends on:
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Autoupdate discovery | Used for discovering updates from the Stormshield MIB. |
Dependent item | update.auto.discovery Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Autoupdate [{#UPDATE_NAME}]: Last update date | MIB: STORMSHIELD-AUTOUPDATE-MIB Date of the last update of a subsystem. |
Dependent item | system.update.last[snsAutoupdateLast.{#SNMPINDEX}] Preprocessing
|
| Autoupdate [{#UPDATE_NAME}]: Update state | MIB: STORMSHIELD-AUTOUPDATE-MIB State of the update of a subsystem. |
Dependent item | system.update.state[snsAutoupdateState.{#SNMPINDEX}] Preprocessing
|
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| SNS: Autoupdate [{#UPDATE_NAME}]: Not up to date | The autoupdate is not up to date (never started or started more than a year ago). |
(last(/Stormshield SNS by SNMP/system.update.state[snsAutoupdateState.{#SNMPINDEX}])=4) or (last(/Stormshield SNS by SNMP/system.update.state[snsAutoupdateState.{#SNMPINDEX}])=5) |
Info |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| CPU temperature discovery | Used for discovering the CPU temperature from the Stormshield MIB. |
Dependent item | cpu.temperature.discovery Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| CPU [{#CPU_ID}]: Temperature | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Temperature in degrees Celsius. |
Dependent item | system.cpu.temperature[snsCpuTemp.{#SNMPINDEX}] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| CPU usage discovery | Used for discovering the CPU usage from the Stormshield MIB. |
Dependent item | cpu.usage.discovery Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| CPU [{#SNMPINDEX}]: Usage | MIB: HOST-RESOURCES-MIB The average percentage of time that this processor was not idle over the last minute. Implementations may approximate this one minute smoothing period if necessary. Note that cpu 196608 = cpu 0, 196609 = 1, ... |
Dependent item | system.cpu.usage[hrProcessorLoad.{#SNMPINDEX}] Preprocessing
|
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| SNS: CPU [{#SNMPINDEX}]: CPU utilization too high | The CPU utilization is too high. The system might be slow to respond. |
min(/Stormshield SNS by SNMP/system.cpu.usage[hrProcessorLoad.{#SNMPINDEX}],5m)>{$SNS.CPU.UTIL.CRIT} |
High | |
| SNS: CPU [{#SNMPINDEX}]: High CPU utilization | The CPU utilization is high. The system might be slow to respond. |
min(/Stormshield SNS by SNMP/system.cpu.usage[hrProcessorLoad.{#SNMPINDEX}],5m)>{$SNS.CPU.UTIL.WARN} |
Warning | Depends on:
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Disk discovery | Used for discovering disks from the Stormshield MIB. |
Dependent item | disk.discovery Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Disk [{#DISK_ID}]: Disk name | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Name of the disk. |
Dependent item | system.disk.name[snsDiskEntryDiskName.{#SNMPINDEX}] Preprocessing
|
| Disk [{#DISK_ID}]: Member of a RAID array | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Indicates whether the disk is part of a RAID array. |
Dependent item | system.disk.RAID[snsDiskEntryIsRaid.{#SNMPINDEX}] Preprocessing
|
| Disk [{#DISK_ID}]: RAID status | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB RAID status. |
Dependent item | system.disk.status[snsDiskEntryRaidStatus.{#SNMPINDEX}] Preprocessing
|
| Disk [{#DISK_ID}]: SMART info test result | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Result of the SMART diagnostic tests. |
Dependent item | system.disk.result[snsDiskEntrySmartResult.{#SNMPINDEX}] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Fan discovery | Used for discovering the fan from the Stormshield MIB. |
Dependent item | fan.discovery Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Fan [{#FAN_ID}]: Fan name | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Name of the fan. |
Dependent item | system.fan.name[snsFanName.{#SNMPINDEX}] Preprocessing
|
| Fan [{#FAN_ID}]: Fan status | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Status of the fan. |
Dependent item | system.fan.status[snsFanStatus.{#SNMPINDEX}] Preprocessing
|
| Fan [{#FAN_ID}]: Fan speed | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Speed of the fan. |
Dependent item | system.fan.speed[snsFanRpm.{#SNMPINDEX}] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| HA members discovery | Used for discovering HA members from the Stormshield MIB. |
Dependent item | ha.members.discovery Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| HA members [{#HA_ID}]: Firewall active/passive | MIB: STORMSHIELD-HA-MIB Indicates whether the firewall is active. |
Dependent item | ha.active[snsHAActive.{#SNMPINDEX}] Preprocessing
|
| HA members [{#HA_ID}]: HA licence | MIB: STORMSHIELD-HA-MIB HA licence. |
Dependent item | ha.license[snsHALicence.{#SNMPINDEX}] Preprocessing
|
| HA members [{#HA_ID}]: Firewall model | MIB: STORMSHIELD-HA-MIB Firewall model. |
Dependent item | ha.model[snsModel.{#SNMPINDEX}] Preprocessing
|
| HA members [{#HA_ID}]: Is online | MIB: STORMSHIELD-HA-MIB Firewall is online. |
Dependent item | ha.online[snsOnline.{#SNMPINDEX}] Preprocessing
|
| HA members [{#HA_ID}]: HA priority | MIB: STORMSHIELD-HA-MIB HA priority. |
Dependent item | ha.priority[snsHAPriority.{#SNMPINDEX}] Preprocessing
|
| HA members [{#HA_ID}]: HA quality | MIB: STORMSHIELD-HA-MIB HA quality. |
Dependent item | ha.quality[snsHAQuality.{#SNMPINDEX}] Preprocessing
|
| HA members [{#HA_ID}]: Firewall serial | MIB: STORMSHIELD-HA-MIB Firewall serial number. |
Dependent item | ha.serial[snsFwSerial.{#SNMPINDEX}] Preprocessing
|
| HA members [{#HA_ID}]: Firewall status | MIB: STORMSHIELD-HA-MIB HA status forced: -2: Unknown forced status -1: No peer found 0: No forced status 1: Forced active 2: Forced passive |
Dependent item | ha.status[snsHAStatusForced.{#SNMPINDEX}] Preprocessing
|
| HA members [{#HA_ID}]: Firewall uptime | MIB: STORMSHIELD-HA-MIB Firewall uptime. |
Dependent item | ha.uptime[snsHAUptime.{#SNMPINDEX}] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Health status discovery | Used for discovering the health status from the Stormshield MIB. |
Dependent item | health.discovery Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Health status firewall [{#HEALTH_ID}]: Certificates | MIB: STORMSHIELD-HEALTH-MONITOR-MIB Current health status of Stormshield Firewall. |
Dependent item | health.certificates.status[snsCertHealth.{#SNMPINDEX}] Preprocessing
|
| Health status firewall [{#HEALTH_ID}]: CPU | MIB: STORMSHIELD-HEALTH-MONITOR-MIB Current health status of Stormshield Firewall CPU: - - - |
Dependent item | health.cpu.status[snsCpuHealth.{#SNMPINDEX}] Preprocessing
|
| Health status firewall [{#HEALTH_ID}]: CPU temperature | MIB: STORMSHIELD-HEALTH-MONITOR-MIB Current health status of Stormshield Firewall CPU temperature: - - - |
Dependent item | health.cpu.temperature[snsCpuTempHealth.{#SNMPINDEX}] Preprocessing
|
| Health status firewall [{#HEALTH_ID}]: CRLs | MIB: STORMSHIELD-HEALTH-MONITOR-MIB Current health status of Stormshield firewall CRLs. |
Dependent item | health.crl.status[snsCRLHealth.{#SNMPINDEX}] Preprocessing
|
| Health status firewall [{#HEALTH_ID}]: Disk | MIB: STORMSHIELD-HEALTH-MONITOR-MIB Current health status of Stormshield Firewall disk: - - - |
Dependent item | health.disk.status[snsDiskHealth.{#SNMPINDEX}] Preprocessing
|
| Health status firewall [{#HEALTH_ID}]: Fans | MIB: STORMSHIELD-HEALTH-MONITOR-MIB Current health status of Stormshield Firewall fans: - - - |
Dependent item | health.fan.status[snsFanHealth.{#SNMPINDEX}] Preprocessing
|
| Health status firewall [{#HEALTH_ID}]: HA link | MIB: STORMSHIELD-HEALTH-MONITOR-MIB Current health status of Stormshield Firewall HA link: - - - |
Dependent item | health.ha.link.status[snsHaLinkHealth.{#SNMPINDEX}] Preprocessing
|
| Health status firewall [{#HEALTH_ID}]: HA mode | MIB: STORMSHIELD-HEALTH-MONITOR-MIB Current status of Stormshield Firewall HA mode: - - - |
Dependent item | health.ha.mode.status[snsHaModeHealth.{#SNMPINDEX}] Preprocessing
|
| Health status firewall [{#HEALTH_ID}]: Memory | MIB: STORMSHIELD-HEALTH-MONITOR-MIB Current health status of Stormshield Firewall memory: - - - |
Dependent item | health.memory.status[snsMemHealth.{#SNMPINDEX}] Preprocessing
|
| Health status firewall [{#HEALTH_ID}]: Admin password | MIB: STORMSHIELD-HEALTH-MONITOR-MIB Current health status of Stormshield Firewall Admin Password: - - - |
Dependent item | health.password.status[snsPasswdHealth.{#SNMPINDEX}] Preprocessing
|
| Health status firewall [{#HEALTH_ID}]: Power supply | MIB: STORMSHIELD-HEALTH-MONITOR-MIB Current health status of Stormshield Firewall power supply: - - - |
Dependent item | health.power.status[snsPowerSupplyHealth.{#SNMPINDEX}] Preprocessing
|
| Health status firewall [{#HEALTH_ID}]: RAID | MIB: STORMSHIELD-HEALTH-MONITOR-MIB Current health status of Stormshield Firewall RAID: - - - |
Dependent item | health.raid.status[snsRaidHealth.{#SNMPINDEX}] Preprocessing
|
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| SNS: Health status firewall [{#HEALTH_ID}]: CPU is overheating | The CPU is not working correctly and has raised an alarm. |
last(/Stormshield SNS by SNMP/health.cpu.temperature[snsCpuTempHealth.{#SNMPINDEX}])=5 |
High | |
| SNS: Health status firewall [{#HEALTH_ID}]: The disk is not working correctly | The disks are not working correctly and have raised an alarm. |
last(/Stormshield SNS by SNMP/health.disk.status[snsDiskHealth.{#SNMPINDEX}])=5 |
High | |
| SNS: Health status firewall [{#HEALTH_ID}]: The fan is not working correctly | The fans are not working correctly and have raised an alarm. |
last(/Stormshield SNS by SNMP/health.fan.status[snsFanHealth.{#SNMPINDEX}])=5 |
Average | |
| SNS: Health status firewall [{#HEALTH_ID}]: HA link is down | The HA link is not working (is down). |
last(/Stormshield SNS by SNMP/health.ha.link.status[snsHaLinkHealth.{#SNMPINDEX}])=5 |
High | |
| SNS: Health status firewall [{#HEALTH_ID}]: Admin password is not secured | The admin password is the default password; please change it. |
last(/Stormshield SNS by SNMP/health.password.status[snsPasswdHealth.{#SNMPINDEX}])=5 |
High | |
| SNS: Health status firewall [{#HEALTH_ID}]: The power supply is not working correctly | The power supply is not working correctly and has raised an alarm. |
last(/Stormshield SNS by SNMP/health.power.status[snsPowerSupplyHealth.{#SNMPINDEX}])=5 |
High | |
| SNS: Health status firewall [{#HEALTH_ID}]: The RAID is not working correctly | The RAID is not working in optimal mode and has raised an alarm. |
last(/Stormshield SNS by SNMP/health.raid.status[snsRaidHealth.{#SNMPINDEX}])=5 |
Average |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Network interface discovery | Used for discovering network interfaces from the Stormshield MIB. |
Dependent item | network.discovery Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Interface [{#IF_NAME}]: System interface name | MIB: STORMSHIELD-IF-MIB System interface name. |
Dependent item | net.if.name[snsifName.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: Interface protected | MIB: STORMSHIELD-IF-MIB Indicates whether the interface is protected. |
Dependent item | net.if.protected[snsifProtected.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: Accepted packets | MIB: STORMSHIELD-IF-MIB Number of accepted packets. |
Dependent item | net.if.accepted[snsifPktAccepted.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: Blocked packets | MIB: STORMSHIELD-IF-MIB Number of packets that have been blocked. |
Dependent item | net.if.blocked[snsifPktBlocked.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: TCP connection established | MIB: STORMSHIELD-IF-MIB TCP connection established. |
Dependent item | net.if.established[snsifTcpConn.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: UDP connection established | MIB: STORMSHIELD-IF-MIB UDP connection established. |
Dependent item | net.if.established[snsifUdpConn.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: Incoming current throughput | MIB: STORMSHIELD-IF-MIB Current incoming throughput in B/s. |
Dependent item | net.if.in[snsifInCurThroughput.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: Outgoing current throughput | MIB: STORMSHIELD-IF-MIB Current outgoing throughput in B/s. |
Dependent item | net.if.out[snsifOutCurThroughput.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: Incoming data bytes | MIB: STORMSHIELD-IF-MIB Incoming data bytes. |
Dependent item | net.if.in[snsifInTotalBytes.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: Outgoing data bytes | MIB: STORMSHIELD-IF-MIB Outgoing data bytes. |
Dependent item | net.if.out[snsifOutTotalBytes.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: Incoming TCP data bytes | MIB: STORMSHIELD-IF-MIB Incoming TCP data bytes. |
Dependent item | net.if.in[snsifInTcpBytes.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: Outgoing TCP data bytes | MIB: STORMSHIELD-IF-MIB Outgoing TCP data bytes. |
Dependent item | net.if.out[snsifOutTcpBytes.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: Incoming UDP data bytes | MIB: STORMSHIELD-IF-MIB Incoming UDP data bytes. |
Dependent item | net.if.in[snsifInUdpBytes.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: Outgoing UDP data bytes | MIB: STORMSHIELD-IF-MIB Outgoing UDP data bytes. |
Dependent item | net.if.out[snsifOutUdpBytes.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: Max input flow rate | MIB: STORMSHIELD-IF-MIB Maximum incoming throughput in B/s. |
Dependent item | net.if.in.max[snsifInMaxThroughput.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: Max output flow rate | MIB: STORMSHIELD-IF-MIB Maximum outgoing throughput in B/s. |
Dependent item | net.if.max_out[snsifOutMaxThroughput.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: Current TCP connection count | MIB: STORMSHIELD-IF-MIB Current TCP connection count. |
Dependent item | net.if.TCP_count[snsifTcpConnCount.{#SNMPINDEX}] Preprocessing
|
| Interface [{#IF_NAME}]: Current UDP connection count | MIB: STORMSHIELD-IF-MIB Current UDP connection count. |
Dependent item | net.if.UDP_count[snsifUdpConnCount.{#SNMPINDEX}] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Power supply discovery | Used for discovering power supplies from the Stormshield MIB. |
Dependent item | psu.discovery Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| PSU [{#POWER_ID}]: Power status | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Indicates whether the power supply is powered by electricity. |
Dependent item | system.psu.power[snsPowerSupplyPowered.{#SNMPINDEX}] Preprocessing
|
| PSU [{#POWER_ID}]: Status | MIB: STORMSHIELD-SYSTEM-MONITOR-MIB Indicates the status of the power supply. |
Dependent item | system.psu.status[snsPowerSupplyStatus.{#SNMPINDEX}] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Storage discovery | Used for discovering storage from the Stormshield MIB. |
Dependent item | storage.discovery Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Storage [{#STORAGE_DESCR}]: Storage size | MIB: HOST-RESOURCES-MIB Total memory in the data file in bytes. |
Dependent item | host.storage.size[hrStorageSizedata.{#SNMPINDEX}] Preprocessing
|
| Storage [{#STORAGE_DESCR}]: Used storage | MIB: HOST-RESOURCES-MIB Used memory in the data file in bytes. |
Dependent item | host.storage.used[hrStorageUseddata.{#SNMPINDEX}] Preprocessing
|
| Storage [{#STORAGE_DESCR}]: Utilization | Memory utilization in %. |
Calculated | host.storage.utilization[.{#SNMPINDEX}] |
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| SNS: Storage [{#STORAGE_DESCR}]: Utilization is high | The data file is running out of free memory. |
min(/Stormshield SNS by SNMP/host.storage.utilization[.{#SNMPINDEX}],5m)>{$SNS.MEMORY.UTIL.MAX} |
Average |
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