From 38558483189e39fbba897036467f85206349e22e Mon Sep 17 00:00:00 2001 From: Guillaume COEUGNET Date: Fri, 1 Apr 2016 10:05:17 +0200 Subject: [PATCH] Add canopsis port parameter --- sql-schema/110.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sql-schema/110.sql b/sql-schema/110.sql index e72bcb1cf..17c86f63e 100644 --- a/sql-schema/110.sql +++ b/sql-schema/110.sql @@ -1,4 +1,5 @@ INSERT INTO config VALUES ('','alert.transports.canopsis.user','','','Canopsis User','alerting',0, 'transports', 0, 0, 0); INSERT INTO config VALUES ('','alert.transports.canopsis.passwd','','','Canopsis Password','alerting',0, 'transports', 0, 0, 0); INSERT INTO config VALUES ('','alert.transports.canopsis.host','','','Canopsis Hostname','alerting',0, 'transports', 0, 0, 0); +INSERT INTO config VALUES ('','alert.transports.canopsis.port','','','Canopsis Port number','alerting',0, 'transports', 0, 0, 0); INSERT INTO config VALUES ('','alert.transports.canopsis.vhost','','','Canopsis vHost','alerting',0, 'transports', 0, 0, 0);