Skip to content

Commit 657b1b8

Browse files
vars
1 parent b8ee839 commit 657b1b8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/content/docs/magic-network-monitoring/rules/static-threshold.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { Render } from "~/components";
1212
product="networking-services"
1313
params={{
1414
productName: "Magic Network Monitoring",
15-
autoAdvertiseURL: "/magic-network-monitoring/rules/auto-advertise/"
15+
autoAdvertiseURL: "/magic-network-monitoring/rules/#rule-auto-advertisement",
16+
ruleIpPrefixesURL: "/magic-network-monitoring/rules/#rule-ip-prefixes"
1617
}}
1718

1819
/>

src/content/partials/networking-services/mnm/rules/static-threshold.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
params:
33
- productName
44
- autoAdvertiseURL
5+
- ruleIpPrefixesURL
56
---
67

78
import { DashButton } from "~/components";
@@ -20,7 +21,7 @@ Customers that send NetFlow and/or sFlow data to Cloudflare can configure static
2021
| **Rule threshold** | The number of bits per second or packets per second for the rule alert. When this value is exceeded for the rule duration, an alert notification is sent. Minimum of `1` and no maximum. |
2122
| **Rule duration** | The amount of time in minutes the rule threshold must exceed to send an alert notification. Choose from the following values: `1`, `5`, `10`, `15`, `20`, `30`, `45`, or `60` minutes. |
2223
| **Auto-advertisement** | If you are a [Magic Transit On Demand](/magic-transit/on-demand) customer, you can enable this feature to automatically enable Magic Transit if the rule alert is triggered. {props.productName} supports Magic Transit's supernet capability. To learn more refer to <a href={props.autoAdvertiseURL}>Auto-Advertisement section</a>. |
23-
| **Rule IP prefix** | The IP prefix associated with the rule for monitoring traffic volume. Must be a CIDR range such as `160.168.0.1/24`. Max is 5,000 unique CIDR entries. To learn more and see an example, view the [Rule IP prefixes](/magic-network-monitoring/rules/#rule-ip-prefixes) section. |
24+
| **Rule IP prefix** | The IP prefix associated with the rule for monitoring traffic volume. Must be a CIDR range such as `160.168.0.1/24`. Max is 5,000 unique CIDR entries. To learn more and see an example, view the <a href={props.ruleIpPrefixesURL}>Rule IP prefixes</a> section. |
2425

2526
## API documentation
2627

0 commit comments

Comments
 (0)