phpservermon/src/psm
Arkhee dd3bc35009
"Last online" stuck on "never" when checking some websites (#770)
Fixes #765

* // PATCH Arkhee : fix/last-online-stuck-on-never-if-webpage-too-large
  // The update un "servers" table 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
  // So force truncate to 250 or less before query

* Spelling

* Update varchar to text

* Update tot 3.4.1

* Update tot 3.4.1

* Update README.rst

* Updated to 5000 characters
2019-09-17 19:20:41 +02:00
..
Module Issue #734, Truncate server outputs (#741) 2019-09-17 19:20:40 +02:00
Service Indentation 2018-08-28 21:22:20 +02:00
Txtmsg Added curl_exec 2019-05-19 01:56:12 +02:00
Util "Last online" stuck on "never" when checking some websites (#770) 2019-09-17 19:20:41 +02:00
Router.php Updated default template 2019-02-08 15:51:56 +01:00