To this end, I've added a contact in contacts.cfg:
Code: Select all
define contact{
contact_name viewer
alias Viewer
host_notifications_enabled 0
service_notifications_enabled 0
service_notification_period none
host_notification_period none
service_notification_options n
host_notification_options n
service_notification_commands notify-by-email
host_notification_commands host-notify-by-email
can_submit_commands 0
}Code: Select all
define contactgroup{
contactgroup_name viewergroup
alias Viewergroup
members viewer
}Code: Select all
define host{
use driebit
host_name host01.driebit.net
address 11.22.33.44
contact_groups admingroup,viewergroup
}However. When this user selects the hostgroup, and selects for instance "Disable notifications of all services in this hostgroup", the command is processed!
I haven't been able to find anything on this. Is it a bug, or a configuration error?