Re: [syswatch-users] Adding new log files
Brought to you by:
smirks
|
From: Smirks <sm...@sm...> - 2000-11-26 17:00:29
|
It is pretty simple actually.... In the syswatch.cf file simply add the paths to the files you want to monitor with spaces between them. For example, if I wanted to monitor the system messages and an apache logfile I'd have this: $logs = "/var/log/syslog /web/logs/www.access.log"; The output of this is @ http://www.smirks.org/cgi-bin/syswatch.cgi That should do the trick for ya. ;) Chris On Sun, 26 Nov 2000, hawkeye wrote: > I am curious what all needs to be modified in order to add new logs to be > viewed? I am wanting to display the: > /usr/local/apache/logs/access_log and the > /usr/local/apache/logs/error_log on the report > > All things that I have tried have failed in one way or the other. I am > sure that it will probably be something simple but I have yet to find it. > > Thanks in advance, > > David Price > > _______________________________________________ > syswatch-users mailing list > sys...@li... > http://lists.sourceforge.net/mailman/listinfo/syswatch-users > |