您好,登錄后才能下訂單哦!
序:本文沒有太過的篇幅,但是掌握了這些技巧,可以使你配置起nagios的配置文件時會省時省力很多。
Nagios 一些小技巧
define service {
host_name nagios-server,rsync-89 ;注意以逗號分開
service_description check-host-alive
check_period 24x7
max_check_attempts 3
normal_check_interval 1
retry_check_interval 1
contact_groups ktm
notification_interval 10
notification_period 24x7
notification_options w,u,c,r
check_command check-host-alive
}
|
defin service {
hostgroup_name hostgroup1,hostgroup2
...........
}
|
defin service {
host_name *
...........
}
|
defin service {
host_name *,!host1,!host2
...........
}
|
define service {
host_name rsync-89
service_description check-host-alive
check_period 24x7
max_check_attempts 3
normal_check_interval 1
retry_check_interval 1
contact_groups ktm
notification_interval 10
notification_period 24x7
notification_options w,u,c,r
check_command check-host-alive
name host1
}
define service {
host_name nagios-server
use host1
}
|
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。