diff -ur ndoutils-1.3.1.original/include/nagios-2x/objects.h ndoutils-1.3.1/include/nagios-2x/objects.h --- ndoutils-1.3.1.original/include/nagios-2x/objects.h 2006-09-11 12:56:24.000000000 +0100 +++ ndoutils-1.3.1/include/nagios-2x/objects.h 2006-09-11 23:42:46.891290314 +0100 @@ -273,6 +273,7 @@ char *host_notification_period; char *service_notification_period; int can_submit_commands; + int notification_level; struct contact_struct *next; struct contact_struct *nexthash; }contact;