Can you be a little more descriptive about what it is you are trying to do - logs from what / where.. ?
Purple
hi Purple,
you have idea on linux syslogd and how it is functioning, like my application monitor all logs from different applications(no t from log file) running in same or diff machines.
Changed thread title to better describe the problem.
hi pbmods,
you have idea on linux syslogd and how it is functioning, like my application monitor all logs from different applications(no t from log file) running in same or diff machines.
take a look at fopen() at php.net - you will find info there on how to read a file..
you could also take a look at glob() which provides os level info on files ie size, change date etc..
If you have started this project and are having problems with an area of coding, post the code and ask the forum questions relating to the problem. There are many members willing to help...
If you are asking if PHP is the way to do this, personally I would say no, given the limitations imposed running under a webserver environment and your requirement to monitor other machines, I would suggest looking elsewhere.
Purple
Last edited by Purple; Jun 11 '07, 03:22 PM.
Reason: changing response
Comment