Skip to content

sandeepone/gleez-mango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mango Reader

The Gleez Log component monitors your website, capturing system events in a log to be reviewed by an authorized individual at a later time. Mango Reader provide access to read all System Logs with using MongoDB DBMS if you use ability to record logs to the database.

Overview

MongoDB (from "hu|mongo|us") is an open source document-oriented database system developed and supported by 10gen. It is part of the NoSQL family of database systems. Instead of storing data in tables as is done in a "classical" relational database, MongoDB stores structured data as JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster.

Description

Mango Reader is a Gleez CMS module that provide access to read all system logs with using MongoDB DBMS. The log is simply a list of recorded events containing usage data, performance data, errors, warnings and operational information.

It is vital to check the log report on a regular basis as it is often the only way to tell what is going on.

Installation

Git way

$ git clone https://github.com/sergeyklay/gleez-mango

or in Gleez git dir

$ git submodule update --init --recursive

Direct zipball download

https://github.com/sergeyklay/gleez-mango/archive/master.zip

Features

  • View list of all logs
  • View single log
  • Delete any entry from system log
  • Drop system log collection

Future Plans

  • Implement Cache Viewer
  • Implement Session Viewer
  • Implement GUI for settings

Special thanks to

This module has appeared thanks to such wonderful projects as:


Installation | Changelog | Contributing | License Agreement

About

Shows logs (using MongoDB storage) of Gleez CMS with a beautiful interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages