Monitorr

"Monitorr” is a self-hosted PHP web app that monitors the status of local and remote network services, websites, and applications.

MIT License

Stars
647
Committers
12

Bot releases are hidden (Show)

Monitorr - Develop: v0.12.5d

Published by seanvree over 6 years ago

Updates:

NOTE: If you are upgrading from any version prior to 0.12.5. You MUST add a port to all of your monitorred URLs (i.e. https://mydomain.com:443/application). Please See WIKI for further explanation.

  1. Added ping check fallback method (Curl as primary check, sockopen as fallback)
  2. Removed Curl SSL cert hostname match requirement
  3. Minor CSS updates
Monitorr - Master: v0.12.4m

Published by seanvree almost 7 years ago

changed offline service link behavior. See https://github.com/Monitorr/Monitorr/issues/88

a. OFFLINE service link will now be disabled EXCEPT for the service title which the cursor will show "not-allowed". The decision to make the service title still "clickable" is in the case of a webserver misconfig in which the service UI might still be UP but Monitorr is reporting it as down.

Monitorr - Develop: v0.12.3d

Published by seanvree almost 7 years ago

changed offline service link behavior. See https://github.com/Monitorr/Monitorr/issues/88

a. OFFLINE service link will now be disabled EXCEPT for the service title which the cursor will show "not-allowed". The decision to make the service title still "clickable" is in the case of a webserver misconfig in which the service UI might still be UP but Monitorr is reporting it as down.

Monitorr - Develop: v0.12.2d

Published by seanvree almost 7 years ago

  • changed offline service link behavior. See https://github.com/Monitorr/Monitorr/issues/88
    a. OFFLINE service link will now be disabled EXCEPT for the service title which the cursor will show "not-allowed". The decision to make the service title still "clickable" is in the case of a webserver misconfig in which the service UI might still be UP but Monitorr is reporting it as down.
Monitorr - Develop: v0.12.1d

Published by seanvree almost 7 years ago

Monitorr - Master: v0.12.0m

Published by seanvree almost 7 years ago

** After updating always ensure to clear browser cache **

Monitorr - Develop: v0.11.9d

Published by seanvree almost 7 years ago

Monitorr - Develop: v0.11.7d

Published by seanvree almost 7 years ago

  • Fixed spacing when tile service title text is two lines
Monitorr - Develop: v0.11.6d

Published by seanvree almost 7 years ago

  • changed services tile spacing
Monitorr - Develop: v0.11.5d

Published by seanvree almost 7 years ago

  • Changed BODY tag to fix scroll bars for IE
  • Changed classes to alter margin values
  • Changed margin values for min site
Monitorr - Develop: v0.11.4d

Published by seanvree almost 7 years ago

  • Added auto-refresh toggle switches
  • CSS code clean-up

** After updating always ensure to clear browser cache **

Monitorr - Develop: v0.11.3d

Published by seanvree almost 7 years ago

  • Added auto-refresh toggle switches
  • CSS code clean-up

After updating always ensure to clear browser cache

Monitorr - Master: v0.11.1m

Published by seanvree almost 7 years ago

merge error from dev to master due to typo in config file.

Monitorr - Master: v0.11.0m

Published by seanvree almost 7 years ago

  • Auto-generate /assets/config.php on first load
  • added index.min.php for plug-in iframe display (See WIKI)
  • Added new hover effects for service titles
  • Dark Scroll bars
  • code clean-up
Monitorr - Develop: v0.11.0d

Published by seanvree almost 7 years ago

  • Added new hover effects for service titles
  • Added new index.min.php page for iFrame plug-in displays
  • Dark Scroll bars
  • code clean-up
Monitorr - Develop: v0.10.8d

Published by seanvree almost 7 years ago

  • Added new hover effects for service titles
  • Added new index.min.php page for iFrame plug-in displays
  • code clean-up
Monitorr - Develop: v0.10.7d

Published by seanvree almost 7 years ago

Added function to auto-populate config.php upon first visit to index.php

Re-ordered scripts in index.php for faster load time.

Minor code clean-up in index.php

Monitorr - Develop: v0.10.6d

Published by jonathanfinley almost 7 years ago

Fixing Update Branch.

Monitorr - Develop: v0.10.5d

Published by jonathanfinley almost 7 years ago

Monitorr - Master: v0.10.4m

Published by jonathanfinley almost 7 years ago

Small update:

  • Added a HTTP error code 405 for Green Light. This corrects issues with applications that use that code instead of 401.