Re: Cron job to check available disk vs nagios?
"Chun Tian (binghe)" <[email protected]>
| Newsgroups | gmane.lisp.common-lisp-net.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, Erik (and others) I've done a basic monitor program (RT ticket #24), checking all disk spaces every 5 minutes and send alert mails if * there's a disk which has over 90% full, and * no alert mail (for this disk) was sent during last check. It's a pure lisp solution based on CCL, cl-net-snmp and cl-smtp. Let's test it for several days and see if it works on next disk full event. --binghe 在 2011-5-22,01:52, Erik Huelsmann 写道: > Hi, > > While working on turning back on all the cron jobs that we are running > on cl-net, I found there's a cron job to check available disk space. > > Shouldn't we be using other software, like nagios, to monitor the > services? Maybe we can write plugins/task scripts to do any of the > cl-net specific tasks, but having a framework like that sounds better. > > Bye, > > Erik. _______________________________________________ clo-devel mailing list [email protected] http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel