2015年3月1日
1 3 月, 2015
2015年3月1日
Nagios notification_options 参数含义
host_notification_options:
d = notify on DOWN host states,
u = notify on UNREACHABLE host states[……]
2015年3月1日
nagios 中 check_load 的含义
例如check_load -w 15,10,5 -c 30,25,20这个命令的意义如下
当1分钟多于15个进程等待,5分钟多于10个,15分钟多于5个则为warning状态
当1分钟多于30个进[……]