Skip to content

Commit 9ade4e2

Browse files
committed
Changes in alert and recovery condition of monitors
1 parent 0b21053 commit 9ade4e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/google/cloud-vpc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,5 +260,5 @@ These alerts are VPC flow log based.
260260
| Alert Name | Alert Description and Conditions | Default Alert Condition | Default Recover Condition |
261261
|:--|:--|:--|:--|
262262
| `Google Cloud VPC - Access from Highly Malicious Sources Alert` | This alert gets triggered when an VPC is accessed from highly malicious IP addresses. | Count >= 1 | Count < 1 |
263-
| `Google Cloud VPC - Latency Alert` | This alert is triggered when latency of flow logs goes above threshold value (default is 1000 ms) | Value >= 1000 | Value < 1000 |
264-
| `Google Cloud VPC - Total traffic Alert` | This alert is triggered when the total traffic (in MB) for a subnetwork is greater then the threshold value (Default is 2GB) | Value >= 2000 | Value < 2000 |
263+
| `Google Cloud VPC - Latency Alert` | This alert is triggered when latency of any subnetwork goes above threshold value (default is 1000 ms) | Count >= 1 | Count < 1 |
264+
| `Google Cloud VPC - Total traffic Alert` | This alert is triggered when the total traffic (in MB) for a subnetwork is greater then the threshold value (Default is 2GB) | Count >= 1 | Value < 1 |

0 commit comments

Comments
 (0)