phpservermon

PHP Server Monitor

  • 所有者: phpservermon/phpservermon
  • 平台:
  • 許可證: GNU General Public License v3.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

PHP Server Monitor

.. image:: https://badges.gitter.im/Join%20Chat.svg
:alt: Join the chat at https://gitter.im/erickrf/nlpnet
:target: https://gitter.im/phpservermon/phpservermon

Version 3.4.5

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, Pushover, Telegram 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 and Telegram 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 cURL package
  • PHP PDO mysql driver
  • PHP-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

.. and browse to http://localhost:8080/psm/.

Documentation

The documentation is available in the docs folder or http://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 http://www.gnu.org/licenses/.

Docker

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

主要指標

概覽
名稱與所有者phpservermon/phpservermon
主編程語言JavaScript
編程語言HTML (語言數: 7)
平台
許可證GNU General Public License v3.0
所有者活动
創建於2014-01-07 19:40:54
推送於2025-04-23 15:48:07
最后一次提交
發布數25
最新版本名稱v3.5.2 (發布於 2020-08-12 13:14:08)
第一版名稱v2.0.0 (發布於 2014-01-07 20:26:33)
用户参与
星數2.2k
關注者數131
派生數686
提交數1k
已啟用問題?
問題數836
打開的問題數10
拉請求數287
打開的拉請求數2
關閉的拉請求數176
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?