'notification_interval': ( 'int', { 'mandantory': True } ),
'first_notification_delay': ( 'int', None ),
'notification_period': ( 'string', { 'mandantory': True } ),
- 'notification_options': ( 'set', { 'valid_values': set( [ 'd', 'u', 'r', 'f', 's' ] ) } ),
+ 'notification_options': ( 'set', { 'valid_values': set( [ 'd', 'u', 'r', 'f', 's', 'n' ] ) } ),
'notifications_enabled': ( 'bool', None ),
'stalking_options': ( 'set', { 'valid_values': set( [ 'o', 'd', 'u' ] ) } ),
'notes': ( 'string', None ),
'notification_interval': ( 'int', { 'mandantory': True } ),
'first_notification_delay': ( 'int', None ),
'notification_period': ( 'string', { 'mandantory': True } ),
- 'notification_options': ( 'set', { 'valid_values': set( [ 'w', 'u', 'c', 'r', 'f', 's', ] ) } ),
+ 'notification_options': ( 'set', { 'valid_values': set( [ 'w', 'u', 'c', 'r', 'f', 's', 'n' ] ) } ),
'notifications_enabled': ( 'bool', None ),
'contacts': ( 'array', { 'mandantory': True } ),
'contact_groups': ( 'array', { 'mandantory': True } ),