PHP Server Monitor

Overview

PHP Server Monitor

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

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

Comments
  • Feature ldapauth

    Feature ldapauth

    Background

    Resolves #206

    Approach

    Parameters specific to PHP Server Monitor have been hard-coded.

    Logic

    • Will pass username and password to module (PsmLDAPauth) (Currently in dev branch, but will be released into master as v01.00.00).
    • Module will check with directory (using submodule phpLDAPauth).
    • If authenticated, it will check for the username in the PSM DB (using submodule phpDBauth).
    • If username exists in DB, it will do nothing
    • If username does not exist in DB, it will add the username to the DB as a new user, and apply the default role
    • Will fall back to native auth in case of any failure (authentication, authorisation, bug, library issues).

    Changes

    Modified the user service to delegate LDAP authentication to a separate module (which includes underlying submodules to interface with directory and DB)

    Added new tab in the configuration page for associated configuration. Added subroutines to save and retrieve LDAP configuration to and from the core DB respectively.

    Added text in en-US language.

    Known limitations

    • Available only in English, no localisation
    • No testing functionality in the configuration interface.

    Screenshots

    Draft configuration page

    image image

    Module information

    Repository

    https://gitlab.com/viharm/PsmLDAPauth

    Issues

    https://gitlab.com/viharm/PsmLDAPauth/issues

    License

    PsmLDAPauth Uses same license as core (GPL v3). Submodules use compatible licenses (BSD 3-clause).

    Status: in progress Type: Feature 
    opened by viharm 111
  • Option to make status page public

    Option to make status page public

    Several users have expressed the wish to make the status page available to the public so it can be embedded on a website. This would require a toggle in the configuration to enable the public page, and maybe even per-server settings to determine which servers to make public.

    enhancement help wanted Status: in progress 
    opened by dopeh 40
  • Servers always green?!

    Servers always green?!

    Hi and thanks for this great tool :)

    I have installed it and setup cron job, everything is great, but servers are always green.

    It updates the "last checked", and when I block the traffic to that particular host, the "last checked" just rises in time, in ex. last checked 24mins ago, but no alert is being triggered.

    I have setup timeout for 10s and warning threshold to 1, string is empty.

    What have I done wrong? :-)

    Br. Martin

    good first issue 
    opened by twister5800 34
  • [BUG] SSL Cert check does not work v3.4.6-beta.3

    [BUG] SSL Cert check does not work v3.4.6-beta.3

    Added a website that i know the cert needs to be renewed (Lets), and no matter how much i put the time on the config of the site it gets detected or throws a warning.

    If i put the https:// does not give warning if i put the http:// marks the sites as warning even if the cert is valid for the time assigned on the config. sites has redirection to https with 302

    • Version v3.4.6-beta.3.
    • PHP 7.3.17 (FPM)
    • Centos 7 Using NGINX
    Type: bug 
    opened by sicutdeux 28
  • SMS: 4 gateways added and others rewritten

    SMS: 4 gateways added and others rewritten

    opened by wardpieters 26
  • Implement more complex HTTP POST... requests with custom body

    Implement more complex HTTP POST... requests with custom body

    I have a JSON Webservice where I am expecting a specific result when I send a specific answer.

    Positive case: HTTP 400 { "code": 123 }

    Negative case: HTTP 400 { "code": 75 }

    A workaround could be to allow a shellscript to make the check.

    opened by SciLor 25
  • Upgrading tutorial

    Upgrading tutorial

    Hello,

    This is not issue. I just wonder. I am using 3.2.0 and I would like to upgrade to 3.2.2 is there any tutorial for upgrade progress? I guess DB will be change too. If you can give me information about upgrade, I will be appreciate.

    Type: bug good first issue prio: URGENT 
    opened by mkaand 22
  • [BUG] ping doesn’t monitor correctly

    [BUG] ping doesn’t monitor correctly

    Describe the bug The ping test uses the first line outputted to mark the test as positive. I tested it with test.com, which has the following result:

    Last positive output:
    PING test.com (69.172.200.235) 56(84) bytes of data.
    

    Via terminal:

     ping test.com
    PING test.com (69.172.200.235) 56(84) bytes of data.
    ^C
    --- test.com ping statistics ---
    6 packets transmitted, 0 received, 100% packet loss, time 122ms
    

    As you can see, there is a 100% package loss but the test in phpservermon describes the server as online.

    Additionally, the latency is always 0.

    To Reproduce Steps to reproduce the behavior:

    1. Create a server with domain test.com and type set to ping.
    2. Check the details page of this test.

    Expected behavior The ping statistics are monitored properly with the correct latency and online/offline flag. Version (please complete the following information):

    • Version 3.5.0
    • PHP 7.3
    Type: bug help wanted 
    opened by MatzeKitt 21
  • ping hostname (not ip)

    ping hostname (not ip)

    Hello, i install phpservermon and work great! :)

    i have an issue with a server. i try to setup a monitoring (ping) ahostname server , not ip.

    when i click on Save i receive The IP address is not valid

    how can i solve this problem?

    thank you

    Alessandro

    opened by ale82x 20
  • Feature Request: Latest server response

    Feature Request: Latest server response

    I would like to suggest a feature in the backend to view the latest server output. In best case it should be 2 buttons: "latest positive server output" and "latest error server output". This would help a lot to find out why an alert was triggert - and it would even be more helpful for the setup, if you have redirects etc. The output log should contain the raw response, including headers.

    enhancement help wanted good first issue 
    opened by geri777 18
  • Server side graph rendering takes to much cpu

    Server side graph rendering takes to much cpu

    After 12 days of uptime of phpservermon 3.3.0 I cannot show the stats for the websites anymore. I am checking 4 sites, each by 5 seconds. At the start, everything worked fine, then page with statistic started to loading longer, and longer and now I am getting Error 500

    According to sql I am on id 642691 in psm_servers_uptime

    cat /var/log/php7.0-fpm.log [29-Aug-2018 16:55:37] WARNING: [pool www] server reached pm.max_children setting (5), consider raising it

    Is there any reason, why should I change setting "pm.max_children" or is there possible issue (limit) of the application itself?

    The monitoring is still working, the warning emails are sent, and I can check the data in the sql, but its not user friendly.

    opened by Weafyr 17
  • [Feature Request] Local SMS Gateway Support

    [Feature Request] Local SMS Gateway Support

    Is your feature request related to a problem? Please describe. There is no set feature to send an SMS via a gateway on the local network.

    Describe the solution you'd like One or more local SMS gateway solutions added to the dropdown. At the minimum free solutions such as Gammu, PlaySMS, and SMS Server Tools should be supported though there are a myriad of commercial options as well. Beyond the three current fields, username, password, and senders number, they should also include the URL field.

    Describe alternatives you've considered Copy and reconfigure one of the existing SMS gateway PHP files to support the local gateway of choice, currently Gammu.

    Additional context A local SMS gateway is useful in the a security context as it bypasses sending the SMS to an Internet/cloud based service. Many government entities and industries can only use a very small subset of cloud based services and having a local gateway works around the issue.

    Type: Feature 
    opened by cwoelkers 0
  • Bump symfony/http-foundation from 3.4.47 to 5.4.17

    Bump symfony/http-foundation from 3.4.47 to 5.4.17

    Bumps symfony/http-foundation from 3.4.47 to 5.4.17.

    Release notes

    Sourced from symfony/http-foundation's releases.

    v5.4.17

    Changelog (https://github.com/symfony/http-foundation/compare/v5.4.16...v5.4.17)

    • bug #48635 Use relative timestamps with MemcachedSessionHandler (tvlooy)
    • bug #48628 Fix dumping array cookies (nicolas-grekas)
    • bug #48421 IPv4-mapped IPv6 addresses incorrectly rejected (bonroyage)

    v5.4.16

    Changelog (https://github.com/symfony/http-foundation/compare/v5.4.15...v5.4.16)

    • bug #48112 Compare cookie with null value as empty string in ResponseCookieValueSame (fancyweb)
    • bug #48050 Check IPv6 is valid before comparing it (PhilETaylor)

    v5.4.15

    Changelog (https://github.com/symfony/http-foundation/compare/v5.4.14...v5.4.15)

    • no significant changes

    v5.4.14

    Changelog (https://github.com/symfony/http-foundation/compare/v5.4.13...v5.4.14)

    • bug #47746 Fix BinaryFileResponse content type detection logic (X-Coder264)

    v5.4.13

    Changelog (https://github.com/symfony/http-foundation/compare/v5.4.12...v5.4.13)

    • bug #47516 Prevent BinaryFileResponse::prepare from adding content type if no content is sent (naitsirch)
    • bug #47530 Always return strings from accept headers (ausi)
    • bug #47434 move flushing outside of Response::closeOutputBuffers (nicolas-grekas)

    v5.4.12

    Changelog (https://github.com/symfony/http-foundation/compare/v5.4.11...v5.4.12)

    • bug #47283 Prevent accepted rate limits with no remaining token to be preferred over denied ones (MatTheCat)
    • bug #47273 Do not send Set-Cookie header twice for deleted session cookie (X-Coder264)
    • bug #47130 Fix invalid ID not regenerated with native PHP file sessions (BrokenSourceCode)

    v5.4.11

    Changelog (https://github.com/symfony/http-foundation/compare/v5.4.10...v5.4.11)

    • bug #46931 Flush backend output buffer after closing. (bradjones1)
    • bug #42033 Fix deleteFileAfterSend on client abortion (nerg4l)
    • bug #46790 Prevent PHP Warning: Session ID is too long or contains illegal characters (BrokenSourceCode)
    • bug #46808 Fix TypeError on null $_SESSION in NativeSessionStorage::save() (chalasr)

    v5.4.10

    Changelog (https://github.com/symfony/http-foundation/compare/v5.4.9...v5.4.10)

    • bug #46678 Update "[Session] Overwrite invalid session id" to only validate when files session storage is used (alexpott)
    • bug #46676 Extend type guessing on enum fields (Gigino Chianese)

    ... (truncated)

    Changelog

    Sourced from symfony/http-foundation's changelog.

    CHANGELOG

    6.2

    • The HTTP cache store uses the xxh128 algorithm
    • Deprecate calling JsonResponse::setCallback(), Response::setExpires/setLastModified/setEtag(), MockArraySessionStorage/NativeSessionStorage::setMetadataBag(), NativeSessionStorage::setSaveHandler() without arguments
    • Add request matchers under the Symfony\Component\HttpFoundation\RequestMatcher namespace
    • Deprecate RequestMatcher in favor of ChainRequestMatcher
    • Deprecate Symfony\Component\HttpFoundation\ExpressionRequestMatcher in favor of Symfony\Component\HttpFoundation\RequestMatcher\ExpressionRequestMatcher

    6.1

    • Add stale while revalidate and stale if error cache header
    • Allow dynamic session "ttl" when using a remote storage
    • Deprecate Request::getContentType(), use Request::getContentTypeFormat() instead

    6.0

    • Remove the NamespacedAttributeBag class
    • Removed Response::create(), JsonResponse::create(), RedirectResponse::create(), StreamedResponse::create() and BinaryFileResponse::create() methods (use __construct() instead)
    • Not passing a Closure together with FILTER_CALLBACK to ParameterBag::filter() throws an \InvalidArgumentException; wrap your filter in a closure instead
    • Not passing a Closure together with FILTER_CALLBACK to InputBag::filter() throws an \InvalidArgumentException; wrap your filter in a closure instead
    • Removed the Request::HEADER_X_FORWARDED_ALL constant, use either Request::HEADER_X_FORWARDED_FOR | Request::HEADER_X_FORWARDED_HOST | Request::HEADER_X_FORWARDED_PORT | Request::HEADER_X_FORWARDED_PROTO or Request::HEADER_X_FORWARDED_AWS_ELB or Request::HEADER_X_FORWARDED_TRAEFIKconstants instead
    • Rename RequestStack::getMasterRequest() to getMainRequest()
    • Not passing FILTER_REQUIRE_ARRAY or FILTER_FORCE_ARRAY flags to InputBag::filter() when filtering an array will throw BadRequestException
    • Removed the Request::HEADER_X_FORWARDED_ALL constant
    • Retrieving non-scalar values using InputBag::get() will throw BadRequestException (use InputBad::all() instead to retrieve an array)
    • Passing non-scalar default value as the second argument InputBag::get() will throw \InvalidArgumentException
    • Passing non-scalar, non-array value as the second argument InputBag::set() will throw \InvalidArgumentException
    • Passing null as $requestIp to IpUtils::__checkIp(), IpUtils::__checkIp4() or IpUtils::__checkIp6() is not supported anymore.

    5.4

    • Deprecate passing null as $requestIp to IpUtils::__checkIp(), IpUtils::__checkIp4() or IpUtils::__checkIp6(), pass an empty string instead.
    • Add the litespeed_finish_request method to work with Litespeed
    • Deprecate upload_progress.* and url_rewriter.tags session options
    • Allow setting session options via DSN

    5.3

    • Add the SessionFactory, NativeSessionStorageFactory, PhpBridgeSessionStorageFactory and MockFileSessionStorageFactory classes
    • Calling Request::getSession() when there is no available session throws a SessionNotFoundException

    ... (truncated)

    Commits
    • b64a0e2 Use relative timestamps
    • eec2141 [HttpFoundation] Fix dumping array cookies
    • 1120e76 bug #48421 [HttpFoundation] IPv4-mapped IPv6 addresses incorrectly rejected (...
    • d7ea993 [HttpFoundation] IPv4-mapped IPv6 addresses incorrectly rejected
    • 94dc879 chore: fix typo 'do' verb
    • 5032c58 Merge branch '4.4' into 5.4
    • 191413c [HttpFoundation] Compare cookie with null value as empty string in ResponseCo...
    • 2f6cfae Merge branch '4.4' into 5.4
    • 773aca6 [HttpFoundation] Check IPv6 is valid before comparing it
    • 75bd663 Merge branch '4.4' into 5.4
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump twig/twig from 1.44.4 to 2.15.4

    Bump twig/twig from 1.44.4 to 2.15.4

    Bumps twig/twig from 1.44.4 to 2.15.4.

    Changelog

    Sourced from twig/twig's changelog.

    2.15.4 (2022-12-27)

    • Fix optimizing closures callbacks
    • Add a better exception when getting an undefined constant via constant
    • Fix if nodes when outside of a block and with an empty body

    2.15.3 (2022-09-28)

    • Fix a security issue on filesystem loader (possibility to load a template outside a configured directory)

    2.15.2 (2022-08-12)

    • Allow inherited magic method to still run with calling class
    • Fix CallExpression::reflectCallable() throwing TypeError
    • Fix typo in naming (currency_code)

    2.15.1 (2022-05-17)

    • Fix optimizing non-public named closures

    2.15.0 (2022-05-15)

    • Add support for named closures

    2.14.13 (2022-04-06)

    • Enable bytecode invalidation when auto_reload is enabled

    2.14.12 (2022-03-25)

    • Fix custom escapers when using multiple Twig environments
    • Do not reuse internally generated variable names during parsing

    2.14.11 (2022-02-04)

    • Fix a security issue when in a sandbox: the sort filter must require a Closure for the arrow parameter
    • Fix deprecation notice on round
    • Fix call to deprecated convertToHtml method

    2.14.10 (2022-01-03)

    • Allow more null arguments when Twig expects a string (for better 8.1 support)

    2.14.9 (2022-01-03)

    • Allow null when Twig expects a string (for better 8.1 support)
    • Add support for PHP 7.1 back
    • Make some performance optimizations
    • Allow Symfony translation contract v3+

    ... (truncated)

    Commits
    • 3e05900 Prepare the 2.15.4 release
    • de55785 Update CHANGELOG
    • 7cbabe4 bug #3738 do not clean up whitespace text nodes inside if tags (xabbuh)
    • c8ec092 do not clean up whitespace text nodes inside if tags
    • 6cd1473 Bump version of actions/cache
    • 3b6a2a6 chore: Included githubactions in the dependabot config
    • 61f5599 Fix tests
    • 6c2bb9f bug #3769 Updates CoreExtension::twig_constant to check for definition first ...
    • 56b3122 Updates CoreExtension::twig_constant to check for definition first to avoid h...
    • dec3069 Do more Github actions updates
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • [BUG] Wrong Offline Time and Offline Time Duration in the email Notification text (related to Warning threshold)

    [BUG] Wrong Offline Time and Offline Time Duration in the email Notification text (related to Warning threshold)

    Describe the bug Wrong Offline Time and Offline Time Duration in the email Notification text (related to Warning threshold)

    To Reproduce Steps to reproduce the behavior:

    1. Set Cron to check every 5 min
    2. Set Warning threshold to 20 min
    3. Set Offline Server at 00:00
    4. Set Online Server at 00:30
    • At 00:20 you'll get an Email Notification to email about the server being offline from 00:20 (not from 00:00)
    • At 00:30 you'll get an Email Notification to email about the server being online from 00:30 and offline Duration is 10 min (not 30 min)

    The threshold works fine with the status of the server and with notification time to email, but the error on email messages

    Expected behavior I think I must get real information about Offline time and Offline Duration in Notification text.

    Screenshots

    Cron time is every 5 min, Warning threshold is 6, thus Notification will trigger if the server is Offline for 30 min

    image

    Notification text (Custom text format, but variables not changed)

    image

    The actual offline time is 6:22 (not 6:47 as in the notification text)

    image

    The offline time is 6:52 thus the actual offline time duration is 30 min and not 4 min (as in the notification text)

    image

    Version (please complete the following information):

    image

    Additional context

    maybe related to #59 Fix

    Type: bug 
    opened by baur 0
  • Bump phpmailer/phpmailer from 6.5.0 to 6.7.1

    Bump phpmailer/phpmailer from 6.5.0 to 6.7.1

    Bumps phpmailer/phpmailer from 6.5.0 to 6.7.1.

    Release notes

    Sourced from phpmailer/phpmailer's releases.

    PHPMailer 6.7.1

    • Add official support for PHP 8.2 (on release day!)
    • Add PHP 8.3 to test suite with "experimental" status
    • Add ext-openssl to composer suggest list
    • Bump development dependencies

    PHPMailer 6.7

    • Break out boundary definitions into a method (note that boundary format has also changed slightly)
    • Remove MIME preamble to match popular client behaviour, may help with DKIM too
    • Fix handling of trailing whitespace in simple DKIM canonicalisation
    • Fix some possible POP3 auth issues, including a TCP hang (thanks to @​czirkoszoltan)
    • Add Azure XOAUTH2 example and docs (thanks to @​greew)
    • Preserve errors during disconnect
    • Avoid some PHP 8.1 type issues
    • Update CI to run on Ubuntu 22.04

    PHPMailer 6.6.5

    This is a maintenance release

    • Don't try to issue RSET if there has been a connection error
    • Reject attempts to add folders as attachments
    • Don't suppress earlier error messages on close()
    • Handle Host === null better
    • Update Danish and Polish translations
    • Change recommendation for Microsoft OAuth package to thenetworg/oauth2-azure
    • Bump some GitHub action versions

    Happy Hacktoberfest!

    PHPMailer 6.6.4

    This is a maintenance release.

    • Update Greek translation
    • Add text/csv MIME type
    • Fix DKIM when sending to anonymous group via mail()
    • Improve docs around auth following gmail & MS deprecations
    • Update GitHub action deps
    • Add OpenSSF Scorecard security health metrics

    PHPMailer 6.6.3

    This is a maintenance release.

    • Add an HTML form to the OAuth setup script
    • Minor CS improvements
    • Add Mongolian translation
    • Remove bogus "ch" translation

    The removal of the translation file is effectively a BC break, however, I don't expect it to affect anyone except that small group of users that request error messages in the Chamorro language, but are happy getting them in Chinese instead 😆.

    PHPMailer 6.6.2

    ... (truncated)

    Changelog

    Sourced from phpmailer/phpmailer's changelog.

    Version 6.7.1 (December 8th, 2022)

    • Add official support for PHP 8.2
    • Add PHP 8.3 to test suite with "experimental" status
    • Add ext-openssl to composer suggest list
    • Bump development dependencies

    Version 6.7 (December 5th, 2022)

    • Break out boundary definitions into a method (note that boundary format has also changed slightly)
    • Remove MIME preamble to match popular client behaviour, may help with DKIM too
    • Fix handling of trailing whitespace in simple DKIM canonicalisation
    • Fix some possible POP3 auth issues, including a TCP hang (thanks to @​czirkoszoltan)
    • Add Azure XOAUTH2 example and docs (thanks to @​greew)
    • Preserve errors during disconnect
    • Avoid some PHP 8.1 type issues
    • Update CI to run on Ubuntu 22.04

    Version 6.6.5 (October 7th, 2022)

    • Don't try to issue RSET if there has been a connection error
    • Reject attempts to add folders as attachments
    • Don't suppress earlier error messages on close()
    • Handle Host === null better
    • Update Danish and Polish translations
    • Change recommendation for Microsoft OAuth package to thenetworg/oauth2-azure
    • Bump some GitHub action versions

    Version 6.6.4 (August 22nd, 2022)

    • Update Greek translation
    • Add text/csv MIME type
    • Fix DKIM when sending to anonymous group via mail()
    • Improve docs around auth following gmail & MS deprecations
    • Update GitHub action deps
    • Add OpenSSF Scorecard security health metrics

    Version 6.6.3 (June 20th, 2022)

    • Add an HTML form to the OAuth setup script
    • Minor CS improvements
    • Add Mongolian translation
    • Remove bogus "ch" translation

    Version 6.6.2 (June 14th, 2022)

    • Fix docs deployment GitHub action
    • Updates to parallel-lint and console highlighter, thanks to @​jrfnl

    Version 6.6.1 (June 14th, 2022) (unreleased)

    • Don't clear errors on RSET, so they can still be obtained when using keepalive
    • Bump some GitHub action versions
    • Fix some tests
    • 🇺🇦 Slava Ukraini!

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • [Question] Ping Monitor not working in 3.5.2

    [Question] Ping Monitor not working in 3.5.2

    Hello

    I'm using php server monitor 3.5.2. The ping monitor is a feature i would really want to work. So far its not working for me.

    I configured a ping monitor but the latency stays at 0s. Can anyone help me for this issue.

    Sersive version Details

    • PHPSERVERMON Version [e.g. 3.5.2]
    • PHP [e.g. 7.3]
    • mysql Ver 15.1 Distrib 5.5.68-MariaDB
    Type: Question 
    opened by subhamcts 0
Releases(v3.5.2)
  • archive/master(Dec 3, 2019)

  • v3.4.4(Sep 26, 2019)

  • v3.4.3(Sep 25, 2019)

    Changelog:

    • b399327c: Fixed week/month/year graph.
    • 4ebe934b: Added timeout to services.
    • 8342a979: Changed auto-refresh_help to uniform name.
    • 5d668b78: Fixed auto-refresh.
    • #777: Fix pushover_status checkbox population from config.
    Source code(tar.gz)
    Source code(zip)
  • v3.4.2(Sep 25, 2019)

  • v3.4.1(Sep 19, 2019)

    Changelog:

    • #733: Added catalan ca_ES.lang.php.
    • 6c1763e: Updated table style.
    • #770: Changed last_output column to TEXT and restricted to 5000 characters.
    Source code(tar.gz)
    Source code(zip)
  • v3.4.0(Sep 19, 2019)

    Changelog:

    • #741: Truncate server output.
    • accd556: Fixed typo in es_ES.lang.php.
    • #747: Added XML to requirements.
    • #740: Update es_ES.lang.php.
    • #752: Update fr_FR.lang.php.
    • 86c0a58: Added server_id as id (fixes #738).
    • be9e3f7: Composer update.
    • 8cc8a0d: Updated wget to curl.
    • #662: Updated Japanese Translations.
    • #697: Adding verbosity for cURL.
    • #695: Allow HTTP/2 status responses.
    • #703: Update es_ES.lang.php.
    • 5b0fba6: Add button when there are no servers.
    • 5511cd5: Added faq for #719.
    • fcd12d9: Updated bootstrap to 4.3.1.
    • 6ca3615: Added missing field to email config.
    • 3e1b912: Updated Bootstrap-select to v1.13.10.
    • cba09ed: Manifest, Sw.js - Fixed path to files.
    • f70dacb: Added sw.js and manifest.
    • 59be9f2: Added beter support for use without Javascript.
    • 9915a11: Improved accessibility.
    • 0025af2: Updated Bootstrap-select to v1.13.9.
    • fea3289: Added missing offline duration.
    • 560dc8a: Makefile - Adding an input to choose macOS as the current OS.
    • 5e5281d: Fixing #665.
    • 9cdafc9: Updated useragent to Github URL.
    • cf2f6b0: Changed database column to TEXT.
    • 6c14709: Updated default template (fixing #685).
    • 5424976: Fixed PHPMailer 6.0.5 Vulnerability (resolving #680).
    • 2c6ef08: Added noopener and updated download link to Github releases.
    • #656: Downgraded symfony/filesystem to ~3.4 (PHP 5.5.9 compatible) and added 7.0.8 as minimal PHP7 version.
    • #620: Added updater.sh shell script.
    • #653: Fixes wrong default type in upgrade/install query.
    • #642: Added post field as addition to #631.
    • #644: Fixed urlencoding in Nexmo message
    • #639: Added combined notifications.
    • #626: Added redirect check.
    • #627: Latest server output, error and output during a failure will be saved and are shown on the server page.
    • #631: Added option to specify the request method.
    • #628: Added the option to mark specific HTTP status codes as online.
    • #640: Removed () after last offline value when the last offline duration is unknown.
    • #637: Added php extensions to composer required list, spelling fixes in changelog and composer update.
    • #635: Changed server order on ?&mod=user&action=edit&id=x.
    • #634: Changed ' to " in sql query, both were used.
    • #629: Fix bug that made it impossible to check rdp:// and fixed port update.
    • b49659f: Added question to notification faq about not receiving notifications.
    • ef28908: Indentation fix.
    • #605: Added Norwegian language.
    • f6173d4: Added license to composer.json file.
    Source code(tar.gz)
    Source code(zip)
  • v3.3.2(Nov 22, 2018)

  • v3.3.1(Aug 10, 2018)

    NOTICE: Requires PHP 5.5.9+.

    Changelog:

    • #403: Removed default mysql port settings from files and left empty values.
    • 5e61d89: Defined $encrypted_password.
    • ce8182e: Updated composer.lock.
    • 51ef755: Removed last_offline_duration = "" bug.
    • 6534749: Added last offline duration to all translations.
    • e4bade3: Updated PHPMailer namespace.
    • d2dda8a: Removed duplicate from Russian translation.
    • #613: Updated Russian translation.
    • f21f3db: Typo fix, removed unused code & updated documentation.
    • 476c59e: Update required PHP version to 5.5.9.
    • 1c984b3: Update documentation, added some small changes.
    • eac8ebc: Fixed sms error check.
    • e2c424e: Spacing, indentation and braces.
    • a05d36d: Fixed typos & removed unused code.
    • 3023c83: Changed die() to trigger_error().
    • a96e1e5: Removed eval(), redone get & load language functions.
    • b0ea7eb: Added forgotten translation.
    • 92e8312: Removed unused code.
    • fc84c06: Added cronjob over web to documentation. Changed HTML error to 403.
    • 93b324f: Security update symfony/http-foundation.
    • dd56e29: Update composer.phar to new version.
    • b98a4af: Typo fix.
    Source code(tar.gz)
    Source code(zip)
    phpservermon-3.3.1.tar.gz(1.78 MB)
    phpservermon-3.3.1.zip(2.85 MB)
  • v3.3.0(May 30, 2018)

    Known bug:

    Some dependencies don't support PHP5.

    Changelog:

    • 57f4c36: Added support voor the following SMS gateways: Plivo, SolutionsInfini, Callr and GAtewayAPI.
    • c3751e7: Moved Clickatell api key to password field.
    • #590: Rollback Twig version update to work with PHP5.
    • #589: Enlarge select pattern_online width.
    • 3c55a35: Allow ping by hostname.
    • #579: Added support for "site online when pattern not found"
    • #587: Added __MACOSX/ to .gitignore.
    • a496874, 62254a5 and 57f4c36: Rewritten global and gateway specific SMS gateway functions.
    • 8ca259d: Updated list of available SMS gateways.
    • d64f27f: Add CM Telecom bulk SMS gateway.
    • 0580e75: Added last offline and the duration of the last outage.
    • 3a005f2: Fixing #580 removed results block.
    • 79742fe: Fixed error: Failed to parse address "8.8.8.8".
    • fc4ffd6: Added Twilio and Telegram to notification list and changed URL to download the latest release.
    • #571: Update several dependencies.
    • #569: Added support for Twilio SMS gateway.
    • a80452d: Added Telegram and Pushover to inline documentation
    • 526c252: Added noopener to external link.
    • 64b4d60: Added activation process for Telegram notifications.
    • 67632ab: Added Telegram notifications to the documentation.
    • 7059ac6: Defined latency for new added servers
    • 11a021e: Fixed indentation fail #515.
    • #550: Fix urlencode bug when sending SMS using FreeMobileSMS.
    • #541: Fix method declaration error in PHP7.2.
    • #515: Run archive and cleanup per server to reduce memory use.
    • #516: Fixed #500 ping latency.
    • 2471767: Fixed preinstalled server query.
    Source code(tar.gz)
    Source code(zip)
    phpservermon-3.3.0.tar.gz(1.78 MB)
    phpservermon-3.3.0.zip(2.85 MB)
  • v3.2.2(Mar 27, 2018)

  • v3.2.1(Mar 27, 2018)

  • v3.2.0(Apr 15, 2017)

    • #170: Implement Nexmo SMS.
    • #161: Added Swedish translation.
    • #185: Added Estonian translation.
    • #210: Added Finnish translation.
    • #201: Added Persian translation.
    • #195: Updated Spanish translation.
    • #169: Increased server ip char limit to 500.
    • #164: Added support for FreeVoipDeal SMS gateway http://www.freevoipdeal.com.
    • #181: Added blank index files to prevent directory listing.
    • #237: Adding CSRF protection.
    • #287: Default language - English
    • #286: Add popular ports drop down
    • #269: Added Slovenian language
    • #96: Authentication for website checks
    Source code(tar.gz)
    Source code(zip)
    phpservermon-3.2.0.tar.gz(1.40 MB)
    phpservermon-3.2.0.zip(2.30 MB)
  • v3.1.1(Nov 6, 2014)

    • #130: Added Czech translation.
    • #138: Added Polish translation.
    • #148: Added Turkish translation.
    • #124: Updated Bulgarian translation.
    • #132: Updated German translation.
    • #134: Updated French translation.
    • #144: Updated Brazilian translation.
    • #146: Updated Russian translation.
    • #147: Updated Spanish translation.
    • #128: Added SSL/TLS option for SMTP config.
    • #131: Allow URL and timeout to be passed as argument to the cronjob.
    • #135: Uptime percentage above 100%.
    • #151: Links in install results were stripped automatically from template.
    Source code(tar.gz)
    Source code(zip)
  • v3.1.0(Aug 7, 2014)

    Features:

    • #52: Uptime percentage per server for the last week.
    • #101: Pushover.net support.
    • #54: Improved phone/tablet compatibility.
    • #75: Test mode for email and SMS settings.
    • #86: Different design styles on status page (list, table).
    • #82: Added Danish translation.
    • #103: Added Russian translation.
    • #109: Custom time-out per server.
    • #119: Log and archive retention period.
    • #110: Support for SMSGlobal SMS gateway https://www.smsglobal.com/.
    • #82: Support for Danish SMS provider Smsit http://www.smsit.dk/

    Bugs:

    • #50: Validation on servers page.
    • #62: Replace javascript confirm dialogs with Bootstrap modal dialogs.
    • #66: Unable to add users with MySQL in strict mode.
    • #83: Invalid redirect after switching languages and logging in.
    • #105: Fixing check for websites with unverified SSL certificates.
    • #107: Fixing update job for Synology DSM Task Scheduler.
    • #108: URLs on Windows contained both back- and forward slashes.
    • #111: Generated urls for non-default ports included the port twice.
    • #28: Permission denied page.
    • #53: User selection on server edit page.
    • #115: Warning on server page when notifications are disabled.
    • #117: Template service has been replaced by Twig.
    • Composer added for dependencies.
    Source code(tar.gz)
    Source code(zip)
  • v3.0.1(Apr 12, 2014)

    • #56: Minimum PHP version is PHP 5.3.7 (not PHP 5.3.0).
    • #58: Server order on users page now matches the order on servers page.
    • #59: Warning threshold ignored for notification trigger.
    • #57: Added Chinese translation.
    • #60: Added Italian translation.
    • #61: Added Spanish translation.
    • Sphinx is now used for documentation http://sphinx.pocoo.org/.
    Source code(tar.gz)
    Source code(zip)
  • v3.0.0(Apr 6, 2014)

    • New module structure (not backwards compatible).
    • Added user login system with 2 user levels (administrator and regular user).
    • Added warning threshold option (set number of failed checks before server goes offline).
    • Added SMTP support.
    • Adding Bulgarian language file (thanks to Plamen Vasilev).
    • Added history tracking of server uptime.
    • Added history graphs of server uptime and latency (thanks to Jérôme Cabanis).
    • Added user profile page.
    • Status page is now default homepage.
    • Updated translations.
    • Date and time formats are taken from language file and localized per language (thanks to Jérôme Cabanis).
    • When checking a website, the updater will now follow 302 Location headers.
    • String/pattern search on websites did not work for websites with compression turned on.
    • The monitor now uses a custom user agent so it can be identified in access logs (Mozilla/5.0 (compatible; phpservermon/version; +http://www.phpservermonitor.org)).
    • Improved mobile compatibility.
    • Template directory restructured to correspond with module structure.
    • Switched from mysql_* to PDO.
    • Updated PHPMailer package to v5.2.6.
    • Fixed several XSS vulnerabilities.
    • Project website updated to http://www.phpservermonitor.org
    Source code(tar.gz)
    Source code(zip)
  • v2.1.0(Mar 18, 2014)

    • Merged PHP Server Monitor Plus project by Luiz Alberto S. Ribeiro (https://github.com/madeinnordeste/PHP-Server-Monitor-Plus).
    • New layout (thanks to twitter bootstrap)
    • New install module.
    • Regex search on website has been added by Paul Feakins.
    • Support for mosms provider by Andreas Ek.
    • Support for Textmarketer provider by Perri Vardy-Mason.
    • Language files are now automatically detected, instead of a hardcoded list.
    • Adding Korean language file (thanks to Ik-Jun).
    • Adding Portuguese / Brazilian language file (thanks to Luiz Alberto S. Ribeiro).
    • Large status page by Michael Greenhill.
    • New config file (see install instructions in README).
    • Cronjob will be prevented from running multiple times at the same time (with a 10 mins timeout).
    Source code(tar.gz)
    Source code(zip)
  • v2.0.1(Mar 18, 2014)

    • Adding German language file (thanks to Brunbaur Herbert).
    • Adding French language file (thanks to David Ribeiro).
    • classes/sm/smUpdaterStatus.class.php: the curl option CURLOPT_CUSTOMREQUEST has been changed to CURLOPT_NOBODY.
    • Servers page: auto refresh can be configured at the config page.
    • Servers page: if the server is a website, the "Domain/Ip" field will be a link to the website.
    • New text message gateway: Clickatell.com (thanks to Simon).
    • If cURL is not installed, the install.php script will throw an error.
    • HTTP status codes 5xx will also be treated as error.
    Source code(tar.gz)
    Source code(zip)
  • v2.0.0(Mar 18, 2014)

    • Server type ("service" or "website").
    • Different types of notification.
    • New text message gateways.
    • Code rewrite.
    • New layout.
    • Check for updates function.
    Source code(tar.gz)
    Source code(zip)
Owner
PHP Server Monitor
A script that checks whether the servers are up and running
PHP Server Monitor
The php gRPC server framework with php-fpm and nginx.

php-grpc-server-protobuf The php grpc server framework with protobuf and DO NOT use any 3rd libraries or use Swoole. Support protobuf and json request

HeTao 5 Nov 17, 2022
Linfo PHP Server Health Status

Linfo - Server stats UI/library Linfo is a: Light themable Web UI and REST API displaying lots of system stats Ncurses CLI view of WebUI Extensible, e

Joe Gillotti 340 Dec 30, 2022
Web based groupware server written in PHP

EGroupware Tools Usage runs unit-tests after each commit scrutinizer runs static analysis on our codebase manual testing with unusual browser versions

EGroupware 202 Dec 28, 2022
This is a plugin written in PHP programming language and running on the PocketMine platform that works stably on the API 4.0.0 platform. It allows you to query some other server information

QueryServer This is a plugin written in PHP programming language and running on the PocketMine platform that works stably on the API 4.0.0 platform. I

Thành Nhân 1 Jul 6, 2022
Online-examination-System in PHP and Mysql using XAMPP server

online-examination-systen-in-php Online Examination System Today Online Examination System has become a fast growing examination method because of its

Web_Warriors 1 Nov 28, 2021
A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.

Lychee A great looking and easy-to-use photo-management-system. Since the 1st of April 2018 this project has moved to it's own Organisation (https://g

Tobias Reich 6.2k Jan 5, 2023
A unified front-end for different queuing backends. Includes a REST server, CLI interface and daemon runners.

PHP-Queue A unified front-end for different queuing backends. Includes a REST server, CLI interface and daemon runners. Why PHP-Queue? Implementing a

CoderKungfu 646 Dec 30, 2022
Engintron for cPanel/WHM is the easiest way to integrate Nginx on your cPanel/WHM server.

Engintron for cPanel/WHM is the easiest way to integrate Nginx on your cPanel/WHM server. Engintron will improve the performance & web serving capacity of your server, while reducing CPU/RAM load at the same time. It does that by installing & configuring the popular Nginx webserver to act as a reverse caching proxy for static files (like CSS, JS, images etc.) with an additional micro-cache layer to significantly improve performance of dynamic content generated by CMSs like WordPress, Joomla or Drupal as well as forum software like vBulletin, phpBB, SMF or e-commerce solutions like Magento, OpenCart, PrestaShop and others.

Engintron 632 Dec 14, 2022
NamelessMC is a free, easy to use & powerful website software for your Minecraft server

NamelessMC - v2 pre-release 10 NamelessMC is a free, easy to use & powerful website software for your Minecraft server, which includes a large range o

NamelessMC 520 Jan 1, 2023
Server manager is a open source project made for people so that they can add the servers to one single place irrespective of their provider and manage it through one location.

Server Manager Are you sick of having to log into hundreads of different website just to access your server? Well we got you, Server manager is a open

null 8 Aug 9, 2022
A simple, not so bad looking Minecraft Server's website template

Minecraft Server 官网模板 本仓库为 Minecraft 服务器官网模板,主要通过 Bootstrap 和 Argon 组件库实现 本项目基于 https://github.com/nyancatda/mcserverweb 二开 config.json参数说明 参数 说明 备注 s

GBCLStudio 邱晨晟曦 2 Mar 4, 2022
CTFx is a CTF Platform forked from mellivora, that focuses on low memory footprint and low server CPU usage

CTFx is a CTF Platform forked from mellivora, that focuses on low memory footprint and low server CPU usage. It has a futuristic interface that's optimized for slower hardware, meaning that there is no bulky Javascript running in the background, nor length CSS stylesheets. CTFx improves on the mellivora CTF engine by the UI redesign and the addition of new features.

Milkdrop 7 Dec 22, 2022
Easily manage your HP server's fans speeds, anywhere!

iLO Fans Controller See my comment on r/homelab to know the reason why I made this! How it works To get the current speeds of the fans, the PHP script

Matteo D. 30 Dec 3, 2022
Chat Application developed for Server Side Development

ChatApp ?? Chat Application developed for Server Side Development (@IESClaraDelRey) ?? About this file The purpose of this file is to provide overview

null 4 Jun 21, 2022
CI4-Lic is a software license manager modul for Codeigniter 4, connecting to WordPress license server based on the Software License Manager Plugin.

CI4-Lic CI4-Lic is a software license manager modul for Codeigniter 4, connecting to WordPress license server based on Software License Manager Plugin

George Lewe 1 Jan 15, 2022
A self-hosted, drag-and-drop, & nosql file conversion server that supports 62x file formats

A self-hosted, drag-and-drop, & nosql file conversion server that supports 62x file formats

Justin Grimes 388 Dec 26, 2022
This prj we have two NODEMCU ( ESP8266) and two RFID_RC522 and some rfid tags we used ARDUINO IDE on NODEMCU and running server with XAMPP

This prj we have two NODEMCU ( ESP8266) and two RFID_RC522 and some rfid tags we used ARDUINO IDE on NODEMCU and running server with XAMPP

Mohammadamir Soltanzadeh 2 Mar 29, 2022
Database management in a single PHP file

Adminer - Database management in a single PHP file Adminer Editor - Data manipulation for end-users https://www.adminer.org/ Supports: MySQL, MariaDB

Jakub Vrána 5.5k Jan 8, 2023
A platform to create documentation/wiki content built with PHP & Laravel

BookStack A platform for storing and organising information and documentation. Details for BookStack can be found on the official website at https://w

BookStackApp 10.6k Jan 3, 2023