系统运维

使用Nagios监控Windows客户端

时间:2010-12-5 17:23:32  作者:应用开发   来源:系统运维  查看:  评论:0
内容摘要:复制defineservice{ host_nameWeb-Server service_descriptionCheck-Memory

使用Nagios监控Windows客户端
复制  define service {     host_name Web-Server     service_description Check-Memory     check_period 24x7     max_check_attempts 4     normal_check_interval 3     retry_check_interval 2     contact_groups sagroup     notification_interval 10     notification_period 24x7     notification_options w,使用u,c,r     check_command check_nt!MEMUSE!-w 80 -c 90     }     define service {     host_name Web-Server     service_description Check-Disk-C     check_period 24x7     max_check_attempts 4     normal_check_interval 3     retry_check_interval 2     contact_groups sagroup     notification_interval 10     notification_period 24x7     notification_options w,u,c,r     check_command check_nt!USEDDISKSPACE!-l c -w 80 -c 90     }     define service {     host_name Web-Server     service_description Check-Disk-D     check_period 24x7     max_check_attempts 4     normal_check_interval 3     retry_check_interval 2     contact_groups sagroup     notification_interval 10     notification_period 24x7     notification_options w,u,c,r     check_command check_nt!USEDDISKSPACE!-l d -w 80 -c 90     }   1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.24.25.26.27.28.29.30.31.32.33.34.35.36.37.38.39.40.41.42.43.44.45.46.47.48.49.50.51.52.53.54.55.56.57.58.59.60.61.62.63.64.65.66.67.68.69.70.71.72.73.74.75.76.77.78.
copyright © 2025 powered by 编程之道  滇ICP备2023006006号-34sitemap