![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| use prtg to monitor sun server CPU | csross | UNIX Desktop for Dummies Questions & Answers | 2 | 07-04-2007 01:06 PM |
| load monitor script | locabuilt | UNIX for Advanced & Expert Users | 7 | 01-19-2007 10:37 AM |
| Hep with script to monitor directory | cmf00186 | UNIX for Dummies Questions & Answers | 2 | 10-25-2006 11:42 AM |
| script to monitor process running on server and posting a mail if any process is dead | pradeepmacha | Shell Programming and Scripting | 11 | 07-12-2005 12:49 AM |
| X-server and UNIX: monitor refresh rate | sablot | UNIX Desktop for Dummies Questions & Answers | 0 | 09-11-2004 12:17 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
server monitor script...
hi all
i have a script which will write a log file depending upon output of TOP command ( i am on HP-UX ) and some rules to analyze processes if process falls under that rule then log entry in file. i am ready with this part i have perl script which does this for me but i have 3 HP servers and i have to run script on all of them & to monitor i have to go on each server and open log file i dont want this can i create a log file on any one server and write logs to this one file only so that i dont have to go on each server. then by looking at this file i can send messages to user ( mail ) or take some other action. thanx |
| Forum Sponsor | ||
|
|
|
|||
|
Sure- NFS export a log directory from one of your servers (the master). Export it r/w to the other servers. On the other servers, NFS mount the directory. Write the data into a file in the imported directory, like normal.
On the master, log in and enjoy. |
|||
| Google The UNIX and Linux Forums |