Hello,
For those who want to add another user/users to get email notifications (for example other member in your team).
This is very simple (btw, it all happens in contacts.cfg).
- You should define a new contact:
For example:
define contact{
contact_name new_user
alias New User
email [email protected]
}
- You should add the new contact in the relevant contact group (for example admins) -> members attribute.
For example:
define contactgroup{
contactgroup_name admins
alias Nagios Administrators
members old_user, new_user (here you need to add your users to get notifications)
}
If you have any questions pls let me know.
Thanks.