大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
快下班了,领导发来需求,需要监控国外3台服务器,丢包发邮件给领导;我们现有nagios 都是发邮件给运维(我自己),这个nagios映像可以做,赶紧查资料,最终还是在写博客之前搞定了,这里当作笔记记录下。
创新互联建站于2013年创立,是专业互联网技术服务公司,拥有项目网站设计制作、成都做网站网站策划,项目实施与项目整合能力。我们以让每一个梦想脱颖而出为使命,1280元六安做网站,已为上家服务,为六安各地企业和个人服务,联系电话:028-86922220
下面是定义了2组contacts.cfg联系人,一组常规服务,邮件通知运维,另外一组邮件通知领导;
define contact{ contact_name wgzx.dxt ; Short name of user # use generic-contact ; Inherit default values from generic-contact template (defined above) alias Nagios Admin service_notification_period 24x7 host_notification_period 24x7 service_notification_options w,u,c,r host_notification_options u,d,r service_notification_commands notify-service-by-email host_notification_commands notify-host-by-email email 自己邮箱 } define contact{ contact_name guowai-contact ; Short name of user service_notification_period 24x7 host_notification_period 24x7 service_notification_options w,u,c,r host_notification_options u,d,r service_notification_commands notify-service-by-email host_notification_commands notify-host-by-email email 领导邮箱 } define contactgroup{ contactgroup_name admins alias Nagios Administrators members wgzx.dxt } define contactgroup{ contactgroup_name guowai alias guowai members guowai-contact }