大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
序:本文没有太过的篇幅,但是掌握了这些技巧,可以使你配置起nagios的配置文件时会省时省力很多。
我们注重客户提出的每个要求,我们充分考虑每一个细节,我们积极的做好网站制作、做网站服务,我们努力开拓更好的视野,通过不懈的努力,创新互联赢得了业内的良好声誉,这一切,也不断的激励着我们更好的服务客户。 主要业务:网站建设,网站制作,网站设计,小程序设计,网站开发,技术开发实力,DIV+CSS,PHP及ASP,ASP.Net,SQL数据库的技术开发工程师。
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_namehostgroup1,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 } |