Skip to content
forked from Monitorr/Monitorr

Webfront to live display the status of any webapp or service.

License

Notifications You must be signed in to change notification settings

rob1998/Monitorr

 
 

Repository files navigation

- Monitorr is a webfront to live display the status of any webapp or service

[MASTER]

Docker build [DOCKER]

GitHub (pre-)release [DEVELOP]

Features:

Latest major change: Custom CSS / Image upload function.

  • LIVE! (w/ option to pause live updating)
  • Self-hosted
  • Monitor any app on any domain (Curl as primary check, fsockopen as fallback)
  • Responsive mobile display
  • Integrated settings page w/ authentication (NEW)
  • Host system resources display (CPU, MEM, HD, PING, Uptime)
  • Server DTG data
  • Update Monitorr via web UI / branch switching w/ update notification
  • Minimal UI for iFrame displays (See WIKI)
  • User customizable system threshold colors

Features in development:

  • Option to choose which HD is used for system stats
  • Alerting

Screenshots:

Mobile:

Prerequisites:

  1. PHP (7.1+ recommended)
  2. PHP cURL
  3. PHP ZipArchive
  4. PHP PDO
  5. SQLite
  6. GIT (Recommended for Windows hosts (see wiki)

Libraries used in this project:

Quick Start:

  1. Clone/download repository to your webserver
  2. Make sure the user account that runs your webserver has RW access to the monitorr folder (eg. for linux it's usually www-data:www-data) - this is for updates to work properly.
  3. Browse to <localhost\domain>/monitorr/index.php
  4. Establish data directory, and user database.
  5. Configure Monitorr
  6. Chill

Feature Requests:

Feature Requests

Current feature requests:

Feature Requests

Connect:

About Us:

Credits:

About

Webfront to live display the status of any webapp or service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 60.9%
  • JavaScript 28.9%
  • CSS 8.7%
  • HTML 1.5%