|
这是我定义的机主对像
define host{
use linux-server
host_name MailServer
alias Some Remote Host
address 221.130.187.86
check_command check-host-alive
max_check_attempts 5
normal_check_interval 3
retry_check_interval 2
check_period 24x7
notification_interval 10
notification_period 24x7
notification_options d,u,r
contact_groups admins
}
define service{
use generic-service
host_name MailServer
service_description SMTP
check_command check_smtp |
|