![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MOnitoring Software for Unix servers | jair | UNIX for Advanced & Expert Users | 1 | 01-16-2008 05:29 PM |
| Symark Software Named to Software Magazine’s Software 500 for ... - Business Wire (pr | iBot | UNIX and Linux RSS News | 0 | 10-29-2007 06:40 AM |
| network monitoring software | legato | UNIX for Dummies Questions & Answers | 1 | 05-09-2005 06:15 AM |
| monitoring software | ppass | SUN Solaris | 6 | 04-05-2005 11:44 PM |
| DNS monitoring, how to | littleghost | IP Networking | 0 | 05-29-2004 08:52 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Monitoring Software??
Hi everybody,
I am currently setting up a web site for customers to place orders. Having placed the order the file will be downloaded onto the Unix server (SCO UNIX v 5.0.4). At this point I need to be able to monitor the system for the file being resident and if it is then perform an action on it, possibly set a script off running passing the filename as a parameter. The monitor should be looking for the file every few seconds so I require something which does not hog the machine. Anybody out there who can point me in the right direction. Regards cookiejar |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Re: Monitoring Software??
Assuming that you are a developer, you should be able to easily write such a script either using a shell or perl or C. Check for the presence of a file every n seconds (or whatever time interval) in a directory, and when one found, run another script, etc. etc.
Quote:
__________________
FreeBSD: The best free Unix on this planet IMHO!! FreeBSD Forums www.freebsdforums.org |
|
#3
|
||||
|
||||
|
PHP is emerging as the web scripting language of choice...... that is the direction I would consider .....
|
||||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|