Skip to content

Commit b8ee839

Browse files
vars
1 parent 3af6e43 commit b8ee839

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ import { Render } from "~/components";
1010
<Render
1111
file="mnm/rules/static-threshold"
1212
product="networking-services"
13+
params={{
14+
productName: "Magic Network Monitoring",
15+
autoAdvertiseURL: "/magic-network-monitoring/rules/auto-advertise/"
16+
}}
1317

1418
/>

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
{}
2+
params:
3+
- productName
4+
- autoAdvertiseURL
35
---
46

57
import { DashButton } from "~/components";
@@ -17,7 +19,7 @@ Customers that send NetFlow and/or sFlow data to Cloudflare can configure static
1719
| **Rule threshold type** | Can be defined in either bits per second or packets per second. |
1820
| **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. |
1921
| **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. |
20-
| **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. Magic Network Monitoring supports Magic Transit's supernet capability. To learn more refer to [Auto-Advertisement section](/magic-network-monitoring/rules/#rule-auto-advertisement). |
22+
| **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>. |
2123
| **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. |
2224

2325
## API documentation

0 commit comments

Comments
 (0)