############################################################################### # # CONTACTS # ############################################################################### ############################################################################### # In this simple config file, a single contact will receive all alerts. # This assumes that you have an account (or email alias) called # "nagios-admin" on the local host. define contact{ contact_name nagios-admin alias Nagios Admin service_notification_period 24x7 host_notification_period 24x7 service_notification_options w,u,c,r host_notification_options d,u,r service_notification_commands notify-by-email host_notification_commands host-notify-by-email email noc@router.hu } ############################################################################### # linde contacts ############################################################################### define contact{ name linde-admins service_notification_period 24x7 host_notification_period 24x7 service_notification_options w,u,c,r host_notification_options d,u,r service_notification_commands notify-by-email host_notification_commands host-notify-by-email register 0 } define contact{ use linde-admins contact_name gabor-varga2 alias Varga Gábor email gabor.varga2@hu.linde-gas.com } define contact{ use linde-admins contact_name janos-dobos alias Dobos János email janos.dobos@hu.linde-gas.com } define contact{ use linde-admins contact_name arpad-antal alias Antal Árpád email arpad.antal@hu.linde-gas.com } ############################################################################### ############################################################################### # # CONTACT GROUPS # ############################################################################### # We only have one contact in this simple configuration file, so there is # no need to create more than one contact group. define contactgroup{ contactgroup_name admins alias Nagios Administrators members nagios-admin,gabor-varga2,janos-dobos,arpad-antal } ###############################################################################