Re: Tool to monitor system downtimes?

2007-04-02 Thread anoop aryal
On Thursday 29 March 2007 07:50, Ron Johnson wrote: On 03/29/07 02:52, Joerg Lange wrote: On 3/28/07, Ron Johnson [EMAIL PROTECTED] wrote: Parse this single line file: /proc/loadavg. Thats what I already do in the perl program I wrote, in order to get the latest load (first number is

Re: Tool to monitor system downtimes?

2007-03-29 Thread Joerg Lange
On 3/28/07, Ron Johnson [EMAIL PROTECTED] wrote: Parse this single line file: /proc/loadavg. Thats what I already do in the perl program I wrote, in order to get the latest load (first number is the average per 1 minute)... Is there anything else you want to tell me, something that I missed?

Re: Tool to monitor system downtimes?

2007-03-29 Thread Hugo Vanwoerkom
Franck Joncourt wrote: On Wed, Mar 28, 2007 at 02:37:30PM -0600, Hugo Vanwoerkom wrote: Joerg Lange wrote: Hi all, is there a simple tool to monitor high system loads and outages in debian? For me, it would be completely sufficient if there would be a tool that samples every minute or every

Re: Tool to monitor system downtimes?

2007-03-29 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/29/07 02:52, Joerg Lange wrote: On 3/28/07, Ron Johnson [EMAIL PROTECTED] wrote: Parse this single line file: /proc/loadavg. Thats what I already do in the perl program I wrote, in order to get the latest load (first number is the average

Tool to monitor system downtimes?

2007-03-28 Thread Joerg Lange
Hi all, is there a simple tool to monitor high system loads and outages in debian? For me, it would be completely sufficient if there would be a tool that samples every minute or every few minutes (e.g. in a cron job) the system load and reports any issues to the user in a simple way like this:

Re: Tool to monitor system downtimes?

2007-03-28 Thread Roberto C . Sánchez
On Wed, Mar 28, 2007 at 04:31:16PM +0200, Joerg Lange wrote: Hi all, is there a simple tool to monitor high system loads and outages in debian? Perhaps something SNMP-based? Regards, -Roberto -- Roberto C. Sánchez http://people.connexer.com/~roberto http://www.connexer.com

Re: Tool to monitor system downtimes?

2007-03-28 Thread Joerg Lange
On 3/28/07, Roberto C. Sánchez [EMAIL PROTECTED] wrote: Perhaps something SNMP-based? Hmm I have briefly looked at that now, but it seems to be quite an overkill for what I want to archieve, or am I wrong? For system traffic monitoring I use vnstat at the moment, which is a very small and

Re: Tool to monitor system downtimes?

2007-03-28 Thread Hugo Vanwoerkom
Joerg Lange wrote: Hi all, is there a simple tool to monitor high system loads and outages in debian? For me, it would be completely sufficient if there would be a tool that samples every minute or every few minutes (e.g. in a cron job) the system load and reports any issues to the user in a

Re: Tool to monitor system downtimes?

2007-03-28 Thread Franck Joncourt
On Wed, Mar 28, 2007 at 02:37:30PM -0600, Hugo Vanwoerkom wrote: Joerg Lange wrote: Hi all, is there a simple tool to monitor high system loads and outages in debian? For me, it would be completely sufficient if there would be a tool that samples every minute or every few minutes (e.g. in

Re: Tool to monitor system downtimes?

2007-03-28 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/28/07 09:31, Joerg Lange wrote: Hi all, is there a simple tool to monitor high system loads and outages in debian? For me, it would be completely sufficient if there would be a tool that samples every minute or every few minutes (e.g. in