Re: secure UNIX log server

From: Bernd Eckenfels (ecki-news2002-05@lina.inka.de)
Date: 05/30/02


From: Bernd Eckenfels <ecki-news2002-05@lina.inka.de>
Date: 30 May 2002 16:35:03 GMT

quentyn@fotango.com wrote:
> have a script that listens on a port

or run nightly by cron and send a mail:

--
#!/bin/sh
df
mailq
free
syslog-summary
netstat -i
sar
ps -fax
---

and you are fine. I dont asume that you do more to monitor your systems manually. There are quite a few more sophisticated system health check tools out there.

Greetings Bernd