[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] curves went to zero but didn't have a report?
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] curves went to zero but didn't have a report?
- From: "Steve Holmes" <sholmes42 (at) mac.com>
- Date: Tue, 24 Jun 2008 11:03:36 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=61q2K5vOqCYVnpg3SGu6Bxn2mRNsC0Kj2p5fBvyHcis=; b=Xal9eFaO4h9YHktZ5/d7sqq33YW6F4YupUypGOsiFnlqh07saQ0kemAud5ZUdhV1fD /jPOaUO3BUoJMucjlb0vhiAgo332Cq8ysb28t2Mo6M0nHbnEANE9D31iMe3qkzUbs6sO MHC6fnxd9ZJM7tRx010XcfoMv5USWfcqIjnQ0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=XMOc87gSKnBBx+/0XhfPfxU5lPPqXXRL4bZquPI2aJTIPqU3Etg8ewm/xa9cFai1lo rAr9apxZ+3Jvo7mNmq3vKeb7KgdeF5Kw7kHO9t5RMDTiKFfEFtKHUEKK3KhMBehuSlkz sQS0F8Bcv1ZTj6NH/1EBxtRK0SbHBIIj0pEg4=
- References: <980B46CCEFAE3F4A836BBF54E4DBCB160A25F42A (at) SJEXVS01.ehi.ehealth.com> <58EF0861D3A1A04182720B3A5231C7C202E3F4F9 (at) usplm205.amer.corp.eds.com> <980B46CCEFAE3F4A836BBF54E4DBCB160A25F514 (at) SJEXVS01.ehi.ehealth.com>
[bottom]
2008/6/24 Andrew Chen <Andrew.Chen (at) ehealth-china.com>:
> Hi Hubbard,
>
> Thanks for your reply. I have checked the conn, it only stopped
> 10m(13:45~13:55). I want to know if the hobbit can check the server's CPU
> and Memory when they Zero. If I can recevie some email from hobbit. So I
> first know it. Can you give me some advice for hobbit setting? I am learning
> hobbitJ
> ------------------------------
>
> *From:* Hubbard, Greg L [mailto:greg.hubbard (at) eds.com]
> *Sent:* 2008年6月24日 21:26
> *To:* hobbit (at) hswn.dk
> *Subject:* RE: [hobbit] curves went to zero but didn't have a report?
>
>
>
> Looking at this graph, there is always some memory utilization and some CPU
> utilization (seen via load average). I think the real problem is that
> something went wrong with the agent on this machine, or it could no longer
> communicate with the Hobbit server during this time period. You should
> review the alert history for this node and then make sure that you configure
> alerts appropriately. I suspect that you will find that all of the
> agent-based tests went "purple" at about 1:30. The other thing to check is
> the "conn" column -- if the system was not reachable, then the purple alarms
> for the agent-based tests would have been suppressed in favor of the
> reachability alarm.
>
>
> ------------------------------
>
>
I think the answer to your question is: not without some programming. I.e.
you are looking for a parameter in hobbit-client.cfg similar to the PROCS
config with which you can specify both a minimum and a maximum allowable
number of processes, but in the memory case you want to be able to specify a
minimum as well as a maximum on memory usage (ditto for cpu).
To do this you would have to write your own script. Note, this says nothing
about whether the usage *really* is dropping to zero or not. I think Greg is
probably right about the agent.
Steve