--- zabbix-1.6.8/frontends/php/include/triggers.inc.php.orig	2009-12-07 13:49:45.000000000 +0100
+++ zabbix-1.6.8/frontends/php/include/triggers.inc.php	2009-12-09 11:28:29.000000000 +0100
@@ -453,10 +453,12 @@
  *
  * Comments:
  *	  description - host-name:trigger-description. Example( "unix server:low free disk space")
+ * Fixed by NOB:
+ *		Example (template-name: OS: Linux: Ping) did not work
  */
 
 	function get_trigger_by_description($desc){
-		list($host_name, $trigger_description) = explode(':',$desc);
+		list($host_name, $trigger_description) = explode(':',$desc,2);
 
 		$sql = 'SELECT t.* '.
 				' FROM triggers t, items i, functions f, hosts h '.
