Index: branches/RC/core/units/agents/agents_config.php =================================================================== diff -u -N -r11037 -r11277 --- branches/RC/core/units/agents/agents_config.php (.../agents_config.php) (revision 11037) +++ branches/RC/core/units/agents/agents_config.php (.../agents_config.php) (revision 11277) @@ -93,7 +93,7 @@ ), 'Event' => Array ( 'type' => 'string', 'max_len' => 255, - 'formatter' => 'kFormatter', 'regexp' => '/^[a-z-]*[.]{0,1}[a-z-]*:On[A-Za-z]*$/', + 'formatter' => 'kFormatter', 'regexp' => '/^[a-z-]*[.]{0,1}[a-z-]*:On[A-Za-z0-9]*$/', 'required' => 1, 'not_null' => 1, 'default' => '' ), 'RunInterval' => Array ('type' => 'int', 'required' => 1, 'not_null' => 1, 'default' => 0),