Code Monkey home page Code Monkey logo

docker-phpservermon's Introduction

docker-phpservermon's People

Contributors

afonsosantos avatar bpodwinski avatar ocelotsloth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

docker-phpservermon's Issues

sending email not working

Hello,
your dockerimage ist working well, but i had a problem with setting an sending emails.
When i configure email settings and will test them, the browser receive a http 500 error. With debug mode enabled i see an error message from phpservermonitor like phpservermon/phpservermon#598 .

I have fixed this error with the following changes:
+++
var/www/src/includes # diff functions.inc.php.org functions.inc.php
--- functions.inc.php.org
+++ functions.inc.php
@@ -486,7 +486,8 @@

  • @return \PHPMailer
    */
    function psm_build_mail($from_name = null, $from_email = null) {
  •   $phpmailer = new \PHPMailer();
    
  •   $phpmailer = new \PHPMailer\PHPMailer\PHPMailer();
    
  •   //$phpmailer = new \PHPMailer();
      $phpmailer->Encoding = "base64";
      $phpmailer->CharSet = 'UTF-8';
      $phpmailer->SMTPDebug = false;
    

+++
Please fix this in a new version of your dockerimage.
Thank you very much.
regards,
Dirk

Way to run develop tag?

There are some issues in latest/stable tag that have not been fixed and are only fixed in the develop version, is there a tag available for this at all by chance?

change the 12 hour am/pm to 24 hour format in chart.

Hi and thank you for this up-to-date docker fork of PSM, I've just switched from uptime robot to this nice self-hosted solution thanks to you.
At the moment, everything is working good, even SMS notifications (merci Free :) ) except I'm stuck with 12h am/pm time format and can't find a way to switch to 24H format. Of course I've set PHP_TIMEZONE to Europe/Paris and language to french, without success.
Just in case, I've modified the php.ini date.timezone = "Europe/Paris" too but still the same.
What am I missing?
Have a nice day.

System:
OS : Synology DSM 6.2.3
Capture d’écran 2020-10-01 à 11 54 21

Error notifications Telegram

Olpa my name is Clemente, I speak from Brazil
First of all, congratulations on the system of great help.

Someone here is having trouble receiving notifications for the telegram, sending a test message and it arrives successfully, but when the monitoring status changes, nothing comes

pinging via manual update fails

If I try to Update manually through the "Update" Button in the UI all "Ping" hosts fail with following error:
Couldn't create socket [1]: Operation not permitted

The normal check loop runs fine. I'm not sure if it's a permission issue because the normal loop runs on root.

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.