From 13abb99d05b53bc0935a02292065c0049359385c Mon Sep 17 00:00:00 2001 From: Mark Unwin Date: Mon, 20 May 2024 10:23:22 +1000 Subject: [PATCH] Update default schema for discoveries::require_port when we create our default discoveries. --- other/open-audit.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/open-audit.sql b/other/open-audit.sql index ca3ec67c0..dd7e133b3 100644 --- a/other/open-audit.sql +++ b/other/open-audit.sql @@ -1355,8 +1355,8 @@ CREATE TABLE `discoveries` ( LOCK TABLES `discoveries` WRITE; /*!40000 ALTER TABLE `discoveries` DISABLE KEYS */; -INSERT INTO `discoveries` VALUES (1,'Default Discovery',1,'','subnet','','','y','y','y','','',NULL,NULL,'',0,'','','','n','2000-01-01 00:00:00','2000-01-01 00:00:00','00:00:00','',0,0,0,0,0,0,'','system',NOW()); -INSERT INTO `discoveries` VALUES (2,'Discovery for Default NMIS Integration',1,'','integration','','','y','y','y','','',NULL,NULL,'http://127.0.0.1/open-audit/index.php/input/discoveries',0,'{\"id\":1,\"ping\":\"\",\"service_version\":\"\",\"open|filtered\":\"\",\"filtered\":\"\",\"timeout\":\"\",\"timing\":\"\",\"nmap_tcp_ports\":\"\",\"nmap_udp_ports\":\"\",\"tcp_ports\":\"\",\"udp_ports\":\"\",\"exclude_tcp_ports\":\"\",\"exclude_udp_ports\":\"\",\"exclude_ip\":\"\",\"ssh_ports\":\"\",\"script_timeout\":\"\",\"snmp_timeout\":\"\",\"ssh_timeout\":\"\",\"wmi_timeout\":\"\"}','{\"match_dbus\":\"\",\"match_fqdn\":\"\",\"match_dns_fqdn\":\"\",\"match_dns_hostname\":\"\",\"match_hostname\":\"\",\"match_hostname_dbus\":\"\",\"match_hostname_serial\":\"\",\"match_hostname_uuid\":\"\",\"match_ip\":\"\",\"match_ip_no_data\":\"\",\"match_mac\":\"\",\"match_mac_vmware\":\"\",\"match_serial\":\"\",\"match_serial_type\":\"\",\"match_sysname\":\"\",\"match_sysname_serial\":\"\",\"match_uuid\":\"\"}','','n','2000-01-01 00:00:00','2000-01-01 00:00:00','00:00:00','complete',0,0,0,0,0,0,'','system',NOW()); +INSERT INTO `discoveries` VALUES (1,'Default Discovery',1,'','subnet','','','y','y','y','','','n',NULL,NULL,'',0,'','','','n','2000-01-01 00:00:00','2000-01-01 00:00:00','00:00:00','',0,0,0,0,0,0,'','system',NOW()); +INSERT INTO `discoveries` VALUES (2,'Discovery for Default NMIS Integration',1,'','integration','','','y','y','y','','','n',NULL,NULL,'http://127.0.0.1/open-audit/index.php/input/discoveries',0,'{\"id\":1,\"ping\":\"\",\"service_version\":\"\",\"open|filtered\":\"\",\"filtered\":\"\",\"timeout\":\"\",\"timing\":\"\",\"nmap_tcp_ports\":\"\",\"nmap_udp_ports\":\"\",\"tcp_ports\":\"\",\"udp_ports\":\"\",\"exclude_tcp_ports\":\"\",\"exclude_udp_ports\":\"\",\"exclude_ip\":\"\",\"ssh_ports\":\"\",\"script_timeout\":\"\",\"snmp_timeout\":\"\",\"ssh_timeout\":\"\",\"wmi_timeout\":\"\"}','{\"match_dbus\":\"\",\"match_fqdn\":\"\",\"match_dns_fqdn\":\"\",\"match_dns_hostname\":\"\",\"match_hostname\":\"\",\"match_hostname_dbus\":\"\",\"match_hostname_serial\":\"\",\"match_hostname_uuid\":\"\",\"match_ip\":\"\",\"match_ip_no_data\":\"\",\"match_mac\":\"\",\"match_mac_vmware\":\"\",\"match_serial\":\"\",\"match_serial_type\":\"\",\"match_sysname\":\"\",\"match_sysname_serial\":\"\",\"match_uuid\":\"\"}','','n','2000-01-01 00:00:00','2000-01-01 00:00:00','00:00:00','complete',0,0,0,0,0,0,'','system',NOW()); /*!40000 ALTER TABLE `discoveries` ENABLE KEYS */; UNLOCK TABLES;