-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature' into feature-ui
- Loading branch information
Showing
176 changed files
with
16,216 additions
and
11,780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# Rack Types | ||
|
||
A rack type defines the physical characteristics of a particular model of [rack](./rack.md). | ||
|
||
## Fields | ||
|
||
### Manufacturer | ||
|
||
The [manufacturer](./manufacturer.md) which produces this type of rack. | ||
|
||
### Name | ||
|
||
The unique name of the rack type. | ||
|
||
### Form Factor | ||
|
||
A rack can be designated as one of the following form factors: | ||
|
||
* 2-post frame | ||
* 4-post frame | ||
* 4-post cabinet | ||
* Wall-mounted frame | ||
* Wall-mounted cabinet | ||
|
||
### Width | ||
|
||
The canonical distance between the two vertical rails on a face. (This is typically 19 inches, however other standard widths exist.) | ||
|
||
### Height | ||
|
||
The height of the rack, measured in units. | ||
|
||
### Starting Unit | ||
|
||
The number of the numerically lowest unit in the rack. This value defaults to one, but may be higher in certain situations. For example, you may want to model only a select range of units within a shared physical rack (e.g. U13 through U24). | ||
|
||
### Outer Dimensions | ||
|
||
The external width and depth of the rack can be tracked to aid in floorplan calculations. These measurements must be designated in either millimeters or inches. | ||
|
||
### Mounting Depth | ||
|
||
The maximum depth of a mounted device that the rack can accommodate, in millimeters. For four-post frames or cabinets, this is the horizontal distance between the front and rear vertical rails. (Note that this measurement does _not_ include space between the rails and the cabinet doors.) | ||
|
||
### Weight | ||
|
||
The numeric weight of the rack, including a unit designation (e.g. 10 kilograms or 20 pounds). | ||
|
||
### Maximum Weight | ||
|
||
The maximum total weight capacity for all installed devices, inclusive of the rack itself. | ||
|
||
### Descending Units | ||
|
||
If selected, the rack's elevation will display unit 1 at the top of the rack. (Most racks use ascending numbering, with unit 1 assigned to the bottommost position.) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Notification | ||
|
||
A notification alerts a user that a specific action has taken place in NetBox, such as an object being modified or a background job completing. A notification may be generated via a user's [subscription](./subscription.md) to a particular object, or by an event rule targeting a [notification group](./notificationgroup.md) of which the user is a member. | ||
|
||
## Fields | ||
|
||
### User | ||
|
||
The recipient of the notification. | ||
|
||
### Object | ||
|
||
The object to which the notification relates. | ||
|
||
### Event Type | ||
|
||
The type of event indicated by the notification. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Notification Group | ||
|
||
A set of NetBox users and/or groups of users identified as recipients for certain [notifications](./notification.md). | ||
|
||
## Fields | ||
|
||
### Name | ||
|
||
The name of the notification group. | ||
|
||
### Users | ||
|
||
One or more users directly designated as members of the notification group. | ||
|
||
### Groups | ||
|
||
All users of any selected groups are considered as members of the notification group. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Subscription | ||
|
||
A record indicating that a user is to be notified of any changes to a particular NetBox object. A notification maps exactly one user to exactly one object. | ||
|
||
When an object to which a user is subscribed changes, a [notification](./notification.md) is generated for the user. | ||
|
||
## Fields | ||
|
||
### User | ||
|
||
The subscribed user. | ||
|
||
### Object | ||
|
||
The object to which the user is subscribed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.