Title: [opsview] [12202] Updated test db so that can show notification_level_stop is saved correctly
Revision
12202
Author
tvoon
Date
2013-04-30 12:54:50 +0100 (Tue, 30 Apr 2013)

Log Message

Updated test db so that can show notification_level_stop is saved correctly

Modified Paths

Modified: trunk/opsview-core/t/var/configs/Master Monitoring Server/contacts.cfg
===================================================================
--- trunk/opsview-core/t/var/configs/Master Monitoring Server/contacts.cfg	2013-04-30 11:53:19 UTC (rev 12201)
+++ trunk/opsview-core/t/var/configs/Master Monitoring Server/contacts.cfg	2013-04-30 11:54:50 UTC (rev 12202)
@@ -27,6 +27,7 @@
 	service_notification_period	24x7
 	host_notification_period	24x7
 	notification_level_start		1
+	notification_level_stop		4
 	contactgroups	hostgroup2_servicegroup1,hostgroup4_servicegroup1,hostgroup4_servicegroup2,hostgroup5_servicegroup1,k7_allhosts,k8_allservicechecks
 	host_notification_options	n
 	service_notification_options	n
@@ -187,6 +188,7 @@
 	service_notification_period	24x7
 	host_notification_period	24x7
 	notification_level_start		1
+	notification_level_stop		7
 	contactgroups	hostgroup2_servicegroup1,hostgroup4_servicegroup1,hostgroup4_servicegroup2,hostgroup5_servicegroup1
 	_RSS_COLLAPSED	1
 	_RSS_MAXIMUM_AGE	1440

Modified: trunk/opsview-core/t/var/configs/Master Monitoring Server/objects.cache
===================================================================
--- trunk/opsview-core/t/var/configs/Master Monitoring Server/objects.cache	2013-04-30 11:53:19 UTC (rev 12201)
+++ trunk/opsview-core/t/var/configs/Master Monitoring Server/objects.cache	2013-04-30 11:54:50 UTC (rev 12202)
@@ -712,7 +712,7 @@
 	service_notifications_enabled	1
 	can_submit_commands	1
 	notification_level_start	1
-	notification_level_stop	0
+	notification_level_stop	4
 	retain_status_information	1
 	retain_nonstatus_information	1
 	}
@@ -982,7 +982,7 @@
 	service_notifications_enabled	1
 	can_submit_commands	0
 	notification_level_start	1
-	notification_level_stop	0
+	notification_level_stop	7
 	retain_status_information	1
 	retain_nonstatus_information	1
 	_RSS_COLLAPSED	1

Modified: trunk/opsview-core/t/var/opsview.test.db
===================================================================
--- trunk/opsview-core/t/var/opsview.test.db	2013-04-30 11:53:19 UTC (rev 12201)
+++ trunk/opsview-core/t/var/opsview.test.db	2013-04-30 11:54:50 UTC (rev 12202)
@@ -1556,7 +1556,7 @@
 INSERT INTO `notificationprofiles` VALUES (3,'Default',3,'u,d,r,f','w,c,r,u,f',1,1,1,0,1,1,0,0);
 INSERT INTO `notificationprofiles` VALUES (4,'Default',4,'u,d,r,f','w,c,r,u,f',1,0,1,0,1,2,0,0);
 INSERT INTO `notificationprofiles` VALUES (6,'Default',6,'u,d,r','w,c,r,u',1,1,1,0,1,1,0,0);
-INSERT INTO `notificationprofiles` VALUES (7,'Default',7,'u,d,r','w,c,r,u',1,1,1,0,1,1,0,0);
+INSERT INTO `notificationprofiles` VALUES (7,'Default',7,'u,d,r','w,c,r,u',1,1,1,0,1,1,0,7);
 INSERT INTO `notificationprofiles` VALUES (8,'Default',8,'u','w',1,0,0,0,1,1,0,0);
 INSERT INTO `notificationprofiles` VALUES (9,'Default',9,'u','w',1,0,0,0,1,1,0,0);
 INSERT INTO `notificationprofiles` VALUES (10,'Default',10,'u,d,r,f','w,c,r,u,f',1,0,0,1,1,2,0,0);
@@ -2598,8 +2598,8 @@
 
 LOCK TABLES `sharednotificationprofiles` WRITE;
 /*!40000 ALTER TABLE `sharednotificationprofiles` DISABLE KEYS */;
-INSERT INTO `sharednotificationprofiles` VALUES (1,'Admin role profile 1','u,d,r,f','w,c,r,u,f',1,1,1,1,1,10,0,0);
-INSERT INTO `sharednotificationprofiles` VALUES (2,'Admin role profile 2','u,d,r,f','w,c,r,u,f',1,1,1,1,1,10,0,0);
+INSERT INTO `sharednotificationprofiles` VALUES (1,'Admin role profile 1','u,d,r,f','w,c,r,u,f',1,1,1,1,1,10,0,4);
+INSERT INTO `sharednotificationprofiles` VALUES (2,'Admin role profile 2','u,d,r,f','w,c,r,u,f',1,1,1,1,1,10,0,5);
 INSERT INTO `sharednotificationprofiles` VALUES (3,'demorole profile 1','u,d,r,f','w,c,r,u,f',1,1,1,1,1,17,0,0);
 INSERT INTO `sharednotificationprofiles` VALUES (4,'demorole profile 2','u,d,r,f','w,c,r,u,f',1,1,1,1,1,17,0,0);
 INSERT INTO `sharednotificationprofiles` VALUES (5,'View some change some profile 1','u,d,r,f','w,c,r,u,f',1,1,1,1,1,12,0,0);

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to