Coder Social home page Coder Social logo

cs-joy / phpservermon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from phpservermon/phpservermon

0.0 1.0 0.0 10.27 MB

PHP Server Monitor

Home Page: http://www.phpservermonitor.org

License: GNU General Public License v3.0

HTML 10.22% JavaScript 36.97% PHP 52.33% Makefile 0.11% Shell 0.14% SCSS 0.23%

phpservermon's Introduction

PHP Server Monitor

Join the chat at https://gitter.im/erickrf/nlpnet

huntr

Version 3.6.0.beta2

PHP Server Monitor 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.

Features:

  • Monitor services and websites (see below).
  • Email, SMS, Discord, Pushover, Telegram and Jabber notifications.
  • View history graphs of uptime and latency.
  • User authentication with 2 levels (administrator and regular user).
  • Logs of connection errors, outgoing emails and text messages.
  • Easy cronjob implementation to automatically check your servers.

There are two different ways to monitor a server:

  • Service

    A connection will be made to the entered ip or domain, on the given port. This way you can check if certain services on your machine are still running. To check your IMAP service for example, enter port 143.

  • Website

    You can enter a link to a website, it will then use cURL to open the website and check the HTTP status code. If the HTTP status code is in the 4xx/5xx, it means an error occurred and the website is not accessible to the public. You can also set a regular expression to match for content on the page itself. If the regular expression returns no matches, the website is considered down. In both cases the script will return a "status offline", and will start sending out notifications.

Each server has its own settings regarding notification. You can choose for email, text message (SMS), Pushover.net, Telegram and Jabber notifications. The following SMS gateways are currently available:

Please note: for these gateways you will need an account with sufficient credits.

Download

The latest version can be downloaded from https://github.com/phpservermon/phpservermon/releases.

Requirements

  • Web server
  • MySQL database
  • For PHP5: 5.5.9+
  • For PHP7: 7.0.8+
  • PHP Extensions (modules)
    • ext-curl
    • ext-ctype
    • ext-filter
    • ext-hash
    • ext-json
    • ext-libxml
    • ext-openssl
    • ext-pdo
    • ext-pcre
    • ext-sockets
    • ext-xml

Install

Please see docs/install.rst. In a nutshell: unzip, upload, run install.php, enjoy.

If you have downloaded the source from GitHub (and not a pre-built package), the dependencies are not included. To be able to run an installation from the repo, you need to run the following command to install the dependencies:

php composer.phar install

If you are familiar with Vagrant (https://www.vagrantup.com):

vagrant up

Documentation

The documentation is available in the docs folder or https://docs.phpservermonitor.org.

License

PHP Server Monitor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

PHP Server Monitor is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with PHP Server Monitor. If not, see https://www.gnu.org/licenses/.

Docker

PHPServerMonitor is now available on Docker : https://github.com/phpservermon/docker-phpservermonitor

phpservermon's People

Contributors

timz99 avatar sadortun avatar tomhatzer avatar dependabot[bot] avatar veopvm avatar victormacko avatar pvasileff avatar vus520 avatar laupe avatar mateuszmalek avatar xsuchy09 avatar mtelgkamp avatar wienfuchs avatar imsoftware avatar ldrrp avatar nerdalertdk avatar madeinnordeste avatar marc-farre avatar andlil avatar jasoncheng7115 avatar redsparr0w avatar andygaskell avatar aestu avatar swiffer avatar invartam avatar acrylic-style avatar scheibling avatar criwe avatar sudarshann avatar roman-beylin avatar

Watchers

 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.