The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
unix - c program sending error from DB to email
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
unix - c program sending error from DB to email
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
04-28-2005
bhargav
Registered User
Join Date: Sep 2004
Location: USA
Posts: 511
Here is some thing to start with ...
Loop this for every 5 minutes.
Or setup cron to run every 5 minutes ...
Code:
grep "error string" logfile if test $? -eq 0 then flag=1 fi
bhargav
View Public Profile
Find all posts by bhargav
Find bhargav's past nominations received
Find bhargav's present nominations given