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);