mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
#14132: Fix documentation link
This commit is contained in:
parent
deadde8700
commit
115111df9e
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
An event rule is a mechanism for automatically taking an action (such as running a script or sending a webhook) in response to an event in NetBox. For example, you may want to notify a monitoring system whenever the status of a device is updated in NetBox. This can be done by creating an event for device objects and designating a webhook to be transmitted. When NetBox detects a change to a device, an HTTP request containing the details of the change and who made it be sent to the specified receiver.
|
An event rule is a mechanism for automatically taking an action (such as running a script or sending a webhook) in response to an event in NetBox. For example, you may want to notify a monitoring system whenever the status of a device is updated in NetBox. This can be done by creating an event for device objects and designating a webhook to be transmitted. When NetBox detects a change to a device, an HTTP request containing the details of the change and who made it be sent to the specified receiver.
|
||||||
|
|
||||||
See the [event rules documentation](../features/event-rules.md) for more information.
|
See the [event rules documentation](../../features/event-rules.md) for more information.
|
||||||
|
|
||||||
## Fields
|
## Fields
|
||||||
|
|
||||||
|
@ -83,11 +83,11 @@ nav:
|
|||||||
- Synchronized Data: 'features/synchronized-data.md'
|
- Synchronized Data: 'features/synchronized-data.md'
|
||||||
- Change Logging: 'features/change-logging.md'
|
- Change Logging: 'features/change-logging.md'
|
||||||
- Journaling: 'features/journaling.md'
|
- Journaling: 'features/journaling.md'
|
||||||
|
- Event Rules: 'features/event-rules.md'
|
||||||
- Background Jobs: 'features/background-jobs.md'
|
- Background Jobs: 'features/background-jobs.md'
|
||||||
- Auth & Permissions: 'features/authentication-permissions.md'
|
- Auth & Permissions: 'features/authentication-permissions.md'
|
||||||
- API & Integration: 'features/api-integration.md'
|
- API & Integration: 'features/api-integration.md'
|
||||||
- Customization: 'features/customization.md'
|
- Customization: 'features/customization.md'
|
||||||
- Event Rules: 'features/event-rules.md'
|
|
||||||
- Installation & Upgrade:
|
- Installation & Upgrade:
|
||||||
- Installing NetBox: 'installation/index.md'
|
- Installing NetBox: 'installation/index.md'
|
||||||
- 1. PostgreSQL: 'installation/1-postgresql.md'
|
- 1. PostgreSQL: 'installation/1-postgresql.md'
|
||||||
|
Loading…
Reference in New Issue
Block a user