Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| mgm_id | numeric | 0 | null |
|
|
The id of the Uyuni instance that contains this data |
||||
| system_id | numeric | 0 | null |
|
|
The id of the system |
||||
| packages_out_of_date | int8 | 19 | √ | null |
|
|
The number of outdated packages installed on this system |
|||
| errata_out_of_date | int8 | 19 | √ | null |
|
|
The number of outdated patches associated to this system |
|||
| extra_pkg_count | int8 | 19 | √ | null |
|
|
The number of packages which do not exist in a channel assigned to this system |
|||
| status | varchar | 20 | √ | null |
|
|
The status of this system: unentitled, awol, kickstarting, reboot needed, updates scheduled, actions scheduled, up2date, critical or updates |
|||
| synced_date | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
The timestamp of when this data was last refreshed. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| systemoutdated_pk | Primary key | Asc/Asc | mgm_id + system_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| vn_systemoutdated_status | (((status)::text <> ''::text)) |

