Skip to content

Commit 815a952

Browse files
authored
Merge pull request #101757 from vhorne/fw-health-state
update for fw health state gh issue 43792
2 parents bca9a48 + 7cd59a5 commit 815a952

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/firewall/logs-and-metrics.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: firewall
55
author: vhorne
66
ms.service: firewall
77
ms.topic: article
8-
ms.date: 11/19/2019
8+
ms.date: 01/22/2020
99
ms.author: victorh
1010
---
1111

@@ -98,17 +98,19 @@ The following metrics are available for Azure Firewall:
9898

9999
Unit: bytes
100100

101-
- **Firewall health state** - Indicates the health of the firewall.
101+
- **Firewall health state** - Indicates the health of the firewall based on SNAT port availability.
102102

103103
Unit: percent
104104

105105
This metric has two dimensions:
106-
- **Status**: Possible values are *Healthy*, *Degraded*, *Unhealthy*.
107-
- **Reason**: Indicates the reason for the corresponding status of the firewall. For example, it can indicate *SNAT ports* if the firewall status is Degraded or Unhealthy.
108-
106+
- Status: Possible values are *Healthy*, *Degraded*, *Unhealthy*.
107+
- Reason: Indicates the reason for the corresponding status of the firewall.
109108

109+
If SNAT ports are used > 95%, they are considered exhausted and the health is 50% with status=**Degraded** and reason=**SNAT port**. The firewall keeps processing traffic and existing connections are not affected. However, new connections may not be established intermittently.
110110

111+
If SNAT ports are used < 95%, then firewall is considered healthy and health is shown as 100%.
111112

113+
If no SNAT ports usage is reported, health is shown as 0%.
112114

113115
- **SNAT port utilization** - The percentage of SNAT ports that have been utilized by the firewall.
114116

0 commit comments

Comments
 (0)