Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES 2010-11-02 19:26:57 UTC (rev 5285)
+++ trunk/CHANGES 2010-11-02 19:33:27 UTC (rev 5286)
@@ -40,6 +40,7 @@
Added ability to get data from REST API using JSONP
New helper table in Runtime database, to speed up configdumpend process on large systems
Added links to Resolve service checks from host edit page and back again
+ Removed AQL notification method from default install
FIXES:
Fixed new creation of SNMP trap rule type service check redirecting to rules page on create/clone
Modified: trunk/opsview-core/import/initial_opsview.sql
===================================================================
--- trunk/opsview-core/import/initial_opsview.sql 2010-11-02 19:26:57 UTC (rev 5285)
+++ trunk/opsview-core/import/initial_opsview.sql 2010-11-02 19:33:27 UTC (rev 5286)
@@ -67,7 +67,6 @@
LOCK TABLES `notificationmethods` WRITE;
/*!40000 ALTER TABLE `notificationmethods` DISABLE KEYS */;
-INSERT INTO `notificationmethods` (`id`, `active`, `name`, `namespace`, `master`, `command`, `priority`, `uncommitted`, `contact_variables`) VALUES (1,1,'AQL','com.opsview.notificationmethods.aql',0,'submit_sms_aql',2,0,'PAGER');
INSERT INTO `notificationmethods` (`id`, `active`, `name`, `namespace`, `master`, `command`, `priority`, `uncommitted`, `contact_variables`) VALUES (2,0,'SMS Notification Module','com.opsview.notificationmethods.smsgateway',0,'submit_sms_script',2,0,'PAGER');
INSERT INTO `notificationmethods` (`id`, `active`, `name`, `namespace`, `master`, `command`, `priority`, `uncommitted`, `contact_variables`) VALUES (3,1,'Email','com.opsview.notificationmethods.email',0,'notify_by_email',1,0,'EMAIL');
INSERT INTO `notificationmethods` (`id`, `active`, `name`, `namespace`, `master`, `command`, `priority`, `uncommitted`, `contact_variables`) VALUES (4,1,'RSS','com.opsview.notificationmethods.rss',0,'notify_by_rss',1,0,'RSS_MAXIMUM_ITEMS,RSS_MAXIMUM_AGE,RSS_COLLAPSED');