From 1140a4345a03c30032757a9977949a39511c0feb Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Mon, 4 May 2020 12:20:50 +0200 Subject: [PATCH] added new module type --- pandora_console/extras/mr/38.sql | 5 +++++ .../extras/pandoradb_migrate_6.0_to_7.0.mysql.sql | 3 ++- pandora_console/pandoradb_data.sql | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 pandora_console/extras/mr/38.sql diff --git a/pandora_console/extras/mr/38.sql b/pandora_console/extras/mr/38.sql new file mode 100644 index 0000000000..d238c8e465 --- /dev/null +++ b/pandora_console/extras/mr/38.sql @@ -0,0 +1,5 @@ +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'); + +COMMIT; \ No newline at end of file diff --git a/pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql b/pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql index abfbdb4f96..895ba45a8a 100644 --- a/pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql +++ b/pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql @@ -1865,7 +1865,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` diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 29c7b6b6c6..e974d3052f 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -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'); --