Nagios-3.0.1

I am getting no default contacts or contactgroups define! I have my contacts.cfg setup correctly:
define contact{
contact_name admins
use generic-contact
service_notification_period 24x7
host_notification_period 24x7
service_notification_options w,u,c,r
service_notification_commands notify-service-by-email
host_notification_commands notify-host-by-email
host_notification_options d,u,r
email
}

define contactgroup{
contactgroup_name admins
alias nagiosadmin
members admins
}

Anyone have any suggestions

Hi,

could you make sure that you have this line in your nagios.cfg file? :
cfg_file=**/path/to/your/file/**contacts.cfg