使用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.
本文地址:http://www.bzve.cn/news/384f1699599.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。