Merge branch 'ent-1193-Comprobar-codigo-de-estado-HTTP' into 'develop'
Ent 1193 comprobar codigo de estado http See merge request artica/pandorafms!3198
This commit is contained in:
commit
e791d1b9b2
|
@ -1,5 +1,6 @@
|
|||
START TRANSACTION;
|
||||
|
||||
INSERT INTO `ttipo_modulo` VALUES (38,'web_server_status_code_string',9,'Remote HTTP module to check server status code','mod_web_data.png');
|
||||
ALTER TABLE trecon_task add column `rcmd_enabled` TINYINT(1) UNSIGNED DEFAULT 0 AFTER `wmi_enabled`;
|
||||
|
||||
COMMIT;
|
||||
|
|
|
@ -1866,7 +1866,8 @@ INSERT INTO `ttipo_modulo` VALUES
|
|||
(34,'remote_cmd', 10, 'Remote execution, numeric data', 'mod_remote_cmd.png'),
|
||||
(35,'remote_cmd_proc', 10, 'Remote execution, boolean data', 'mod_remote_cmd_proc.png'),
|
||||
(36,'remote_cmd_string', 10, 'Remote execution, alphanumeric data', 'mod_remote_cmd_string.png'),
|
||||
(37,'remote_cmd_inc', 10, 'Remote execution, incremental data', 'mod_remote_cmd_inc.png');
|
||||
(37,'remote_cmd_inc', 10, 'Remote execution, incremental data', 'mod_remote_cmd_inc.png'),
|
||||
(38,'web_server_status_code_string',9,'Remote HTTP module to check server status code','mod_web_data.png');
|
||||
|
||||
-- ---------------------------------------------------------------------
|
||||
-- Table `tdashboard`
|
||||
|
|
|
@ -300,6 +300,7 @@ INSERT INTO `ttipo_modulo` VALUES
|
|||
(35,'remote_cmd_proc', 10, 'Remote execution, boolean data', 'mod_remote_cmd_proc.png'),
|
||||
(36,'remote_cmd_string', 10, 'Remote execution, alphanumeric data', 'mod_remote_cmd_string.png'),
|
||||
(37,'remote_cmd_inc', 10, 'Remote execution, incremental data', 'mod_remote_cmd_inc.png'),
|
||||
(38,'web_server_status_code_string',9,'Remote HTTP module to check server status code','mod_web_data.png'),
|
||||
(100,'keep_alive',-1,'KeepAlive','mod_keepalive.png');
|
||||
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue