From a644407f47177999009fdab5f0ddd758941c3d02 Mon Sep 17 00:00:00 2001 From: santimunin Date: Thu, 24 May 2012 19:19:50 +0000 Subject: [PATCH] 2012-05-24 Santiago Munin * pandoradb_data.sql: Fixed a double insert with the same ID value (it was making fail the installation). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6345 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/pandoradb_data.sql | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 92f889d492..d5aa048db2 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2012-05-24 Santiago Munin + + * pandoradb_data.sql: Fixed a double insert with the same ID value (it was making fail the installation). + 2012-05-24 Miguel de Dios * extensions/update_manager/lib/functions.ajax.php: some fixes, and diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 5632c88912..7be3682f86 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -402,7 +402,7 @@ INSERT INTO `tgis_map_layer` VALUES (1,'Group All',1,0,1,0); -- example alert template -INSERT INTO `talert_commands` VALUES (10,'Remote agent control','/usr/share/pandora_server/udp_client.pl _address_ 41122 "_field1_"','This command is used to send commands to the Pandora FMS agents with the UDP server enabled. The UDP server is used to order agents (Windows and UNIX) to "refresh" the agent execution: that means, to force the agent to execute and send data to s',0); +INSERT INTO `talert_commands` VALUES (11,'Remote agent control','/usr/share/pandora_server/udp_client.pl _address_ 41122 "_field1_"','This command is used to send commands to the Pandora FMS agents with the UDP server enabled. The UDP server is used to order agents (Windows and UNIX) to "refresh" the agent execution: that means, to force the agent to execute and send data to s',0); INSERT INTO `talert_actions` VALUES (1,'Mail to XXX',1,'yourmail@domain.es','[PANDORA] Alert from agent _agent_ on module _module_','',0,0);