Skip to content

Commit 86c831b

Browse files
committed
gcp vpc app - monitor details added
1 parent df354cd commit 86c831b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/integrations/google/cloud-vpc.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,19 @@ import AppUpdate from '../../reuse/apps/app-update.md';
246246

247247
import AppUninstall from '../../reuse/apps/app-uninstall.md';
248248

249-
<AppUninstall/>
249+
<AppUninstall/>
250+
251+
## Create monitors for GCP load balancer app
252+
253+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
254+
255+
<CreateMonitors/>
256+
257+
### GCP VPC alerts
258+
These alerts are VPC flow log based.
259+
260+
| Alert Name | Alert Description and Conditions | Default Alert Condition | Default Recover Condition |
261+
|:--|:--|:--|:--|
262+
| `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 |

0 commit comments

Comments
 (0)