Fixes #787.
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoQY/Hc/mmBVC5OarTYJo3GjoM50FAl2SJp0ACgkQTYJo3Gjo M53eBQ//SxXlQCJ2/DSFeGqhb4GxJ/9pJsqHSm4BD7c2qBqPK8EcN5i9mGwGs0vd RvJemxlGXcIL6NGb3Az21ZbADb065OtSzrH+23yyEATyBl5t9N0HPUdK0uibKaT3 fwXs7ekQ9Y7eSHEVIqgSnjc7/W9rEG2ljH7HQ/nOaX4tKT6GgY60YZfyeUTlYw43 zvb1XStYc9RCE+/RY7Ei8HurOPXWui1iNoin2b9C1+46CA8GDQifITA/9CBdBvKU 1hacA+jsRenX6f8yxfR6LPmD5sbMhyuO+d1GuccCZtqe4yGoR2DOsyr+HeyhFnTL Dh2sf5iMXg+ja1N8XNHIceruJEJw+ndmmIwkltHPx6IqkHZsI4KgLIrZg34jt7vm JmkmTqYp70TMq32BNliNJzaU4iFCDw5Vr1r1vIuCE/8es/5UuxchNrBS34elJ75L l6Hns2wwH1RKYGyZIyIrm7lHBy0f45JnPdeQG7V+nb40Bne+fj8R40rV0HWwHMZv nU6FqalAwtxn7+GXDVbtWLgFnHzRCfi9oE281OmzcbRqNeUusPnTJ1D/cC4o8wLA JupDJoxqa/3ClA/I3iin/d/5wmQejmsdOKhN0+Fc/BIOE5priRdRuIdjPxzvW8Kn v8xktvfPhhEAZiHlcVUhDhHoIc0IlFWy5ZwV8Sh2UCt60m6sOPM= =pFGT -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoQY/Hc/mmBVC5OarTYJo3GjoM50FAl2SKWMACgkQTYJo3Gjo M52I+RAAoC2Rd2ZjW/JZo4sCcrvuQOdE+Q4JNVveA6XguEOeRIIR/UkCJpQdjlTC 3V5xfJ9apjSd95cqU+HiJ0+7xrBUSE2F1SvS2hDV1SRbL2b5Xoy7k5Eodvlrx+EH xd71Y1Vhhu0yTtmTB5Wz4dHE5qi4NGHM5KdqKxmbpSv7rlZFRKv8QdRS91oK91Hw t2Gx/uoZ2ldIb3N/VA+iMUUBh9QaiXUH2DcUJ6WM0ErqaMclPrLD7fIq4UMS5pTZ DwKIWfC8euVQfjUf/srbTqy2x+b2wnVoLa7Hi39uUOTvpiPUyjXoJ1Xtx0HHcOH4 kfElv2W8mXBltvkbinix+NUYUC9iLFcyJ9e7Cpwhl+b/zjlpRPYS0TS9/gyLbkoS pUS7T8/F8b3GdscXHa1FK99NR5fhEVzZ6FkqodGBa618GQJbJLRsHEhDTVtv6Dp+ abdNOeUO1XfWkg2CIN9ebEbKG0zrv8b9zbxKWKYNiJvRtZuIeNEdVekIJBjStrZi Q4w+/sjsO/mIx0Uq2P7lZ+6gbMpeJ88vlQhu2PgDTkxrbjy7f3S26NQ5ORiQJwsC E2e3SMuqrawkPlsKWpEa+sixmej6OXObt748gFs2DHhMf9Pd7ajBo+uHknDcEE+/ ShDI73LNejOjDSthZXiq4UOL+zv72795Czgsrx9HAatfYZ1Cqjg= =f2Sw -----END PGP SIGNATURE----- Merge tag ‘v3.4.5’ into develop Fixes #787. # gpg: Signature made Mon Sep 30 18:00:29 2019 CEST # gpg: using RSA key A1063F1DCFE6981542E4E6AB4D8268DC68E8339D # gpg: Good signature from "Tim Zandbergen <TimZ99@users.noreply.github.com>" [ultimate]pull/796/head
commit
a0cdcffabc
|
@ -6,6 +6,11 @@ Not yet released
|
|||
----------------
|
||||
\-
|
||||
|
||||
v3.4.5 (released September 30, 2019)
|
||||
------------------------------------
|
||||
|
||||
* a8eaedc8: Fixed undefined index last_output.
|
||||
|
||||
v3.4.4 (released September 26, 2019)
|
||||
------------------------------------
|
||||
|
||||
|
|
|
@ -5,8 +5,7 @@ PHP Server Monitor
|
|||
:alt: Join the chat at https://gitter.im/erickrf/nlpnet
|
||||
:target: https://gitter.im/phpservermon/phpservermon
|
||||
|
||||
Version 3.4.4 (Updated design!)
|
||||
|
||||
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,
|
||||
|
|
|
@ -51,7 +51,7 @@ copyright = u'2008-2017, Pepijn Over'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '3.4.4'
|
||||
version = '3.4.5'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
/**
|
||||
* Current PSM version
|
||||
*/
|
||||
define('PSM_VERSION', '3.4.4');
|
||||
define('PSM_VERSION', '3.4.5');
|
||||
|
||||
/**
|
||||
* URL to check for updates. Will not be checked if turned off on config page.
|
||||
|
|
|
@ -126,7 +126,7 @@ class StatusUpdater {
|
|||
// if the server is on, add the last_online value and reset the error threshold counter
|
||||
$save['status'] = 'on';
|
||||
$save['last_online'] = date('Y-m-d H:i:s');
|
||||
$save['last_output'] = $this->header;
|
||||
$save['last_output'] = substr($this->header,0,5000);
|
||||
$save['warning_threshold_counter'] = 0;
|
||||
if ($this->server['status'] == 'off') {
|
||||
$online_date = new \DateTime($save['last_online']);
|
||||
|
@ -152,15 +152,6 @@ class StatusUpdater {
|
|||
}
|
||||
}
|
||||
}
|
||||
// PATCH Arkhee: fix/last-online-stuck-on-never-if-webpage-too-large
|
||||
// Updating table "servers" does not work
|
||||
// Symptom: "Last online" stays stuck on "never"
|
||||
// Reason: last_output contains the full webpage, too long for the query
|
||||
// This may depend on mysql configuration on the server_, explaining why some have the problem or not
|
||||
// Field is 255 Chars, and request does not work anyway is loaded web page is too large in last_output
|
||||
// Solution: updated column to text and truncate to 5000 characters or less before the query
|
||||
$save["last_output"] = substr($save["last_output"],0,5000);
|
||||
// End PATCH
|
||||
$this->db->save(PSM_DB_PREFIX.'servers', $save, array('server_id' => $this->server_id));
|
||||
|
||||
return $this->status_new;
|
||||
|
|
Loading…
Reference in New Issue