Import of JFFNMS v0.8.2
[jffnms.git] / docs / upgrade / pgsql / jffnms-0.8.1-to-0.8.2.pgsql.diff.isdn
blob1ea14f3a2c2b081131193afb8d3d715ac27d0391
1 DELETE FROM syslog_types where id = 59;
2 INSERT INTO syslog_types (id,  match_text,  interface,  username,  state,  info,  type,  pos) VALUES (59, '%ISDN-6-CONNECT: Interface (\\S+) is now (\\S+) (.+)$', '1', '', '2', '3', 72, 1);
4 DELETE FROM syslog_types where id = 60;
5 INSERT INTO syslog_types (id,  match_text,  interface,  username,  state,  info,  type,  pos) VALUES (60, '%ISDN-6-DISCONNECT: Interface (\\S+) (\\S+) (.+)$', '1', '', '2', '3', 72, 1);
7 DELETE FROM types where id = 72;
8 INSERT INTO types (id,  description,  severity,  text,  generate_alarm,  alarm_up,  alarm_duration,  show_default,  show_host) VALUES (72, 'ISDN', 14, '<interface> <state> <info>', 1, 1, 0, 1, 1);