mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
new token. autoconfiguration_enabled. discovery tasks
Former-commit-id: d19c86696b73335b6977d11d5ea683131780097e
This commit is contained in:
parent
a1a429aa52
commit
5816320eff
@ -1408,6 +1408,7 @@ ALTER TABLE trecon_task ADD `snmp_enabled` int(2) unsigned default '0';
|
|||||||
ALTER TABLE trecon_task ADD `vlan_enabled` int(2) unsigned default '0';
|
ALTER TABLE trecon_task ADD `vlan_enabled` int(2) unsigned default '0';
|
||||||
ALTER TABLE trecon_task ADD `wmi_enabled` tinyint(1) unsigned DEFAULT '0';
|
ALTER TABLE trecon_task ADD `wmi_enabled` tinyint(1) unsigned DEFAULT '0';
|
||||||
ALTER TABLE trecon_task ADD `auth_strings` text;
|
ALTER TABLE trecon_task ADD `auth_strings` text;
|
||||||
|
ALTER TABLE trecon_task ADD `autoconfiguration_enabled` tinyint(1) unsigned default '0';
|
||||||
|
|
||||||
-- ---------------------------------------------------------------------
|
-- ---------------------------------------------------------------------
|
||||||
-- Table `twidget` AND Table `twidget_dashboard`
|
-- Table `twidget` AND Table `twidget_dashboard`
|
||||||
|
@ -784,6 +784,7 @@ CREATE TABLE IF NOT EXISTS `trecon_task` (
|
|||||||
`snmp_security_level` varchar(25) NOT NULL default '',
|
`snmp_security_level` varchar(25) NOT NULL default '',
|
||||||
`wmi_enabled` tinyint(1) unsigned DEFAULT '0',
|
`wmi_enabled` tinyint(1) unsigned DEFAULT '0',
|
||||||
`auth_strings` text,
|
`auth_strings` text,
|
||||||
|
`autoconfiguration_enabled` tinyint(1) unsigned default '0',
|
||||||
PRIMARY KEY (`id_rt`),
|
PRIMARY KEY (`id_rt`),
|
||||||
KEY `recon_task_daemon` (`id_recon_server`)
|
KEY `recon_task_daemon` (`id_recon_server`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user