Difference between revisions of "Ubuntu"

Jump to navigation Jump to search
796 bytes added ,  23:44, 1 February 2012
(Added Syslog)
Line 547: Line 547:
## Restart the service
## Restart the service
##* <code> service rsyslog restart </code>
##* <code> service rsyslog restart </code>
# Install [http://loganalyzer.adiscon.com/ LogAnalyser]
## Download latest build from http://loganalyzer.adiscon.com/downloads
##* EG <code>wget http://download.adiscon.com/loganalyzer/loganalyzer-3.5.0.tar.gz</code>
## Uncompress
##* EG <code>tar xf loganalyzer-3.5.0.tar.gz</code>
## Move the contents or <code>/src</code> to webserver
##* EG <code> mkdir /var/www/syslog </code>
##* EG <code> mv /src/* /var/www/syslog/ </code>
## Move utility scripts to same folder
##* EG <code> mv /contrib/* /var/www/syslog/ </code>
## Make them both executable,
##* EG <code> chmod +x /var/www/syslog/*.sh </code>
## Run the config script
##* EG <code> /var/www/syslog/configure.sh </code>
## Browse to webpage
##* EG http://your-www-svr/syslog/index.php
## Go to the config setup
## '''UNFINISHED!!!'''


== Troubleshooting ==
== Troubleshooting ==

Navigation menu