Giter Club home page Giter Club logo

docker-phpservermonitor's Introduction

PHPServerMonitor in Docker (Last version 3.1.1)

Last update : 08/09/2016 . Created repository with version 3.1.1

Please open issues on github

PHPServerMonitor

PHPServerMonitor is a script that checks whether your websites and servers are up and running. It comes with a web based user interface where you can manage your services and websites, and you can manage users for each server with a mobile number and email address.

Docker

Docker allows you to package an application with all of its dependencies into a standardized unit for software development.

More information :

Information

This is the unofficial (updated when I can !) repository for PHPServerMonitor

I will update the repository every time there is a new version of PHPServerMonitor available

Supported tags and respective Dockerfile links

Example

docker run --name phpservermonitor -p 80:80 -d quentinv/phpservermonitor:latest
  • latest : Last version of PHPServerMonitor

Tags

For now, the only available tag is "latest"

latest

Docker Compose

I created a docker-compose.yml with twi containers : PhpServerMonitor and MySQL

Docker Compose files

latest

Database configuration

If you used my docker-compose.yml file you have to :

1 - Go on phpmyadmin : http://ip_of_your_server:81 (If you don't want to use phpmyadmin for security reasons you can just delete the container in my docker-compose.yml file and create your database with the command line from the container MySQL.) 2 - Create a database : monitor (you can use another name) 3 - Go on PhpServerMonitor : http://ip_of_your_server

install

  • Database Host: mysql_container_name
  • Database Name: monitor
  • Database User: root
  • Data Password: your_password
  • Table Previx: psm_

docker-phpservermonitor's People

Contributors

quentinvarquet avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.