48 lines
1.5 KiB
Plaintext
Executable File
48 lines
1.5 KiB
Plaintext
Executable File
#########################
|
|
#
|
|
# Version 2.x
|
|
#
|
|
#########################
|
|
- merged PHP Server Monitor Plus project by Luiz Alberto S. Ribeiro (https://github.com/madeinnordeste/PHP-Server-Monitor-Plus)
|
|
- support for mosms provider by Andreas Ek (https://github.com/EkAndreas/PHP-Server-Monitor-Plus/commit/105c734a02477befc01831e3b9b2b8fefd9b5ca5)
|
|
|
|
#########################
|
|
#
|
|
# Version 2.0.1
|
|
# October 29, 2011
|
|
#
|
|
#########################
|
|
- 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
|
|
|
|
#########################
|
|
#
|
|
# Version 2.0.0
|
|
# October 19, 2009
|
|
#
|
|
#########################
|
|
- server type ("service" or "website")
|
|
- different types of notification
|
|
- new text message gateways
|
|
- code rewrite
|
|
- new layout
|
|
- check for updates function
|
|
|
|
#########################
|
|
#
|
|
# Version 1.0.1
|
|
# September 18, 2008
|
|
#
|
|
#########################
|
|
|
|
|
|
- log.php
|
|
- tpl/log.tpl.html
|
|
select order by clause used datetime field after DATE_FORMAT had been performed,
|
|
resulting in a wrong list of log entries shown |