Added custom field Hostname
This commit is contained in:
parent
7bd058683b
commit
063e74a981
@ -9,6 +9,7 @@ CREATE TABLE SystemEvents
|
|||||||
Facility smallint NULL,
|
Facility smallint NULL,
|
||||||
Priority smallint NULL,
|
Priority smallint NULL,
|
||||||
FromHost varchar(60) NULL,
|
FromHost varchar(60) NULL,
|
||||||
|
Hostname varchar(60) NULL,
|
||||||
Message text,
|
Message text,
|
||||||
NTSeverity int NULL,
|
NTSeverity int NULL,
|
||||||
Importance int NULL,
|
Importance int NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user