Hi Erik,<br><br>Thank for your answer, do you mean I can use check_load command to monitor CPU of my server? I'll try to use "<a href="http://check_memory.pl">check_memory.pl</a>" or "<a href="http://check_mem.pl">check_mem.pl</a>" to monitor Memory as you recommended. Again, thank you so much.<br>
<br><font face="Times New Roman" size="3"><span style="font-size: 12pt;">Regards,<br>
Duong Nguyen </span></font><br><br><div class="gmail_quote">On Fri, Apr 9, 2010 at 1:36 PM, Erik Wasser <span dir="ltr"><<a href="mailto:erik.wasser@iquer.net">erik.wasser@iquer.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Friday 09 April 2010 07:46:45 Dương Nguyễn wrote:<br>
<br>
> Thank for your answer, bug I'm using nagios to monitor a Linux server ( in<br>
> particular is Ubuntu 8.04 ). I saw that I can monitor Disk Usage of my<br>
> server by "check_disk" command, so how can I monitor CPU and Memory of my<br>
> server?<br>
<br>
</div>On the client you have to configure /etc/nagios/nrpe.cfg with something like<br>
this:<br>
<br>
command[check_load]=/usr/lib64/nagios/plugins/check_load -w 3,3,3 -c 10,10,10<br>
<br>
If you install the nrpe (this is the client) you will also got a basic<br>
configuration with the configuration file. Feel free to have a look at it.<br>
<br>
For the memory test you can choose between the plugins "<a href="http://check_memory.pl" target="_blank">check_memory.pl</a>" or<br>
"<a href="http://check_mem.pl" target="_blank">check_mem.pl</a>". Feel free to choose.<br>
<font color="#888888"><br>
--<br>
So long... Erik<br>
</font><div><div></div><div class="h5"><br>
------------------------------------------------------------------------------<br>
Download Intel&#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
_______________________________________________<br>
Nagiosplug-help mailing list<br>
<a href="mailto:Nagiosplug-help@lists.sourceforge.net">Nagiosplug-help@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagiosplug-help" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagiosplug-help</a><br>
::: Please include plugins version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</div></div></blockquote></div><br>