DX Unified Infrastructure Management

  • 1.  Have your linux logs available on http://localhost:8000/

    Posted Jan 02, 2013 11:42 AM

    python -m SimpleHTTPServer
    Serve current directory tree at http://$HOSTNAME:8000/

    http://localhost:8000/

    So if you go to /var/log/ and run python -m SimpleHTTPServer

    you would be able to see your logs in web and yu can download txt file easier from any pc that is in the same network



  • 2.  RE: Have your linux logs available on http://localhost:8000/

    Posted Feb 06, 2013 02:37 PM
    Thank you Kemal for this informative tip!

    Mary


  • 3.  RE: Have your linux logs available on http://localhost:8000/

    Posted Feb 07, 2013 11:11 AM
    Hi,

    This one is very useul. Only concern is if there is HTTP service already running on the server, will it break that HTTP service?

    Thanks,


  • 4.  RE: Have your linux logs available on http://localhost:8000/

    Posted Apr 30, 2013 10:38 AM
    no , it creates its own website , sub site ..
    i think its only available with in domain or local subnet