Skip to content

Commit

Permalink
Update default schema for discoveries::require_port when we create ou…
Browse files Browse the repository at this point in the history
…r default discoveries.
  • Loading branch information
mark-unwin committed May 20, 2024
1 parent adfac3b commit 13abb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions other/open-audit.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 13abb99

Please sign in to comment.