Monitorr / logarr

“Logarr” is a self-hosted PHP web app that consolidates, formats, and displays log and text files for easy analysis and monitoring.

Home Page:https://github.com/Monitorr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logarr

- Logarr is a Self-hosted, single-page, log consolidation tool written in PHP

[MASTER]

Docker build [DOCKER]

GitHub (pre-)release [DEVELOP]

NOTICE (06 June 18): If updating to version 4.5 from ANY previous version, you will need to re-create your config.php file in the /assets/config/ directory after updating. You can do this by renaming your old config.php file, copying the file config.sample-06jun18.php to config.php, and then edit the newly created config.php file with your values. See the Wiki for more information.

Features:

Latest major change (06 June 18 - v4.5): Log rolling tool / Log download tool/ Max line limit

  • Fully self-hosted, no applications to install
  • Live display any .log, .txt, etc. file on the hosting webserver
  • Reverse display of logs / line numbering - most recent log entries are at the top
  • Application update via GUI
  • Consolidated search & highlight function (Updated)
  • Collapsible log tiles with scroll to top feature/auto collapse log display (Updated)
  • Log file size and path display
  • Error term auto-highlighting for quick reference (updated)
  • Localized server DTG display
  • Log auto-update enable/disable switch
  • Ridiculously easy to configure

Features in development:

  • Settings page
  • Custom CSS

Screenshot:

logarr

Prerequisites:

  1. PHP (7.1+ recommended)
  2. PHP ZipArchive

Quick Start:

  1. Clone/download repository to your webserver
  2. Browse to <localhost\domain>/logarr/index.php (config.php will be auto populated in /assets/config/config.php)
  3. Configure log paths: Edit the file \assets\config\config.php
  4. Edit permissions for LOG files so your webserver can display the data
  5. Browse to: <localhost\domain>/logarr/index.php
  6. Chill

Feature Requests:

Feature Requests

Current feature requests:

Feature Requests

Connect:

About Us:

Credits:

CSS

About

“Logarr” is a self-hosted PHP web app that consolidates, formats, and displays log and text files for easy analysis and monitoring.

https://github.com/Monitorr

License:MIT License


Languages

Language:JavaScript 44.5%Language:PHP 35.6%Language:CSS 19.9%