shoulu 发表于 2013-6-6 09:07:56

Nagios中check_load命令解釋

示例指令:
check_load!5.0,4.0,3.0!10.0,6.0,4.0 -r
解释:
当一分钟超过5个进程等待;5分钟超过4个进程等待;15分钟超过3进程等待则提升至Waining状态
当一分钟超过10个进程等待;5分钟超过6个进程等待;15分钟超过4进程等待则提升至Critical状态
-r表示--percpu:Divide the load averages by the number of CPUs (when possible)
以下是man结果:


check_load v1.4.16-84-g1fd50 (nagios-plugins 1.4.16)
Copyright (c) 1999 Felipe Gustavo de Almeida <galmeida@linux.ime.usp.br>
Copyright (c) 1999-2007 Nagios Plugin Development Team
<nagiosplug-devel@lists.sourceforge.net>
This plugin tests the current system load average.
Usage:
check_load [-r] -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15
Options:
-h, --help
Print detailed help screen
-V, --version
Print version information
-w, --warning=WLOAD1,WLOAD5,WLOAD15
Exit with WARNING status if load average exceeds WLOADn
-c, --critical=CLOAD1,CLOAD5,CLOAD15
Exit with CRITICAL status if load average exceed CLOADn
the load average format is the same used by "uptime" and "w"
-r, --percpu
Divide the load averages by the number of CPUs (when possible)
Send email to nagios-users@lists.sourceforge.net if you have questions
regarding use of this software. To submit patches or suggest improvements,
send email to nagiosplug-devel@lists.sourceforge.net


-★出爺;3 发表于 2013-6-6 09:16:32

俺从不写措字,但俺写通假字!

leonheart 发表于 2013-6-6 09:30:17

我本非随便的人,但如果你想随便,那我就随你的便好啦!

快乐的老鼠 发表于 2013-6-6 10:33:49

不在放荡中变坏,就在沉默中变态!

posir 发表于 2013-6-6 11:49:52

不在课堂上沉睡,就在酒桌上埋醉。

whitek 发表于 2013-6-6 11:50:34

关羽五绺长髯,风度翩翩,手提青龙偃月刀,江湖人送绰号——刀郎。

50010623 发表于 2013-6-6 12:02:27

饭在锅里,我在床上*^_^*
页: [1]
查看完整版本: Nagios中check_load命令解釋