使用nagios核心的升级过程?

问题描述

我想问一下我要不要使用Nagios核心的升级过程

我有这样的 cfg 文件

define service {
      host_name                       Test
      service_description             Check SSH
      check_command                   check_ssh
      max_check_attempts              2
      check_interval                  2
      retry_interval                  2
      check_period                    24x7
      check_freshness                 1
      notification_interval           20
      notification_period             24x7
      notifications_enabled           1
      register                        1
      notification_options            w,u,c,r,f,s
      contact_groups                  Test
}

define serviceescalation{
    host_name                       Test
    service_description             Check SSH
    first_notification              3
    last_notification               5
    notification_interval           20
    contact_groups                  Test
    }

我的问题是,如果我错了,有人可以纠正我吗,这意味着我每 20 分钟就会收到一次通知?我无法理解定义服务升级中的数字 3 和 5?

一个问题,如果在 5 个通知后我希望将问题报告给运营团队怎么办?我该如何配置?

最后一个问题,为什么当我使用升级收到电子邮件时,我是从电子邮件中收到的

nagios@nagios

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)