Skip to content

Commit

Permalink
Merge pull request #5310 from xypron/FromHost_length
Browse files Browse the repository at this point in the history
plugins: FromHost must be 63 characters long
  • Loading branch information
rgerhards committed Feb 26, 2024
2 parents 4233464 + 1717be2 commit b30216a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/ommysql/createDB.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CREATE TABLE SystemEvents
DeviceReportedTime datetime NULL,
Facility smallint NULL,
Priority smallint NULL,
FromHost varchar(60) NULL,
FromHost varchar(63) NULL,
Message text,
NTSeverity int NULL,
Importance int NULL,
Expand Down
2 changes: 1 addition & 1 deletion plugins/ompgsql/createDB.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CREATE TABLE SystemEvents
DeviceReportedTime timestamp without time zone NULL,
Facility smallint NULL,
Priority smallint NULL,
FromHost varchar(60) NULL,
FromHost varchar(63) NULL,
Message text,
NTSeverity int NULL,
Importance int NULL,
Expand Down

0 comments on commit b30216a

Please sign in to comment.