diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ca6db28d12..d359bffe64 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2008-03-27 Ramon Novoa + + * pandoradb_data.sql: Added 'Compound only' alert type. + 2008-03-23 Sancho Lerena * pandoradb.sql: Upgraded SQL schema for Pandora FMS 2.0 diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 2681a23aa4..93ce2c5abb 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -2,6 +2,7 @@ -- Dumping data for table `talerta` -- +INSERT INTO `talerta` VALUES (0,'Compound only', '', 'This alert will not be executed individually'); INSERT INTO `talerta` VALUES (1,'eMail','echo _field3_ | sendmail -s _field2_ _field1_','Send email from Pandora Server. mail is a default command on all standard Unix systems, using:\r\n_field1_ as destination email address, and\r\n_field2_ as subject for message. \r\n_field3_ as text of message.'); INSERT INTO `talerta` VALUES (2,'LogFile','echo _timestamp_ pandora _field1_ _field2_ >> /var/log/pandora_alert.log','This is a default alert to write alerts in a standard ASCII plaintext log file in /var/log/pandora_alert.log\r\n'); INSERT INTO `talerta` VALUES (3,'Internal Audit','','This alert save alert in Pandora interal audit system. Fields are static and only _field1_ is used.'); @@ -12,7 +13,6 @@ INSERT INTO `talerta` VALUES (7,'Sound Alert','/usr/bin/play /usr/share/sounds/a INSERT INTO `talerta` VALUES (8,'Jabber Alert','echo _field3_ | sendxmpp -r _field1_ --chatroom _field2_','Send jabber alert to chat room in a predefined server (configure first .sendxmpprc file). Uses field3 as text message, field1 as useralias for source message, and field2 for chatroom name'); INSERT INTO `talerta` VALUES (9,'Synthetized Speech','flite -t _FIELD2_','Uses commandline voice synthetizer to \"speak\" text given as parameter 1 and 2'); - -- -- Dumping data for table `tconfig` --