I add a new contact / contactgroup to objects/contacts.cfg and modify two of the hosts to send email to the new contact.
Here is the host config:
## Default
define host{
use cust ; Inherit default values from a template
host_name ptce2 ; The name we're giving to this server
alias ptce2 ; A longer name for the server
address ptce2.domain ; IP address of Remote Linux host
contact_groups fit,admins
}
Unfortunately the mails are only sending to admins contact_groups.
I also check maillog and I see only the nagiosadmin email.
I also check the config files via the web (System/Configuratuon) and it looks O.K.
Thanks advance for the help
Adrian