TimZ99
b3de673c6a
Removed old todo's
2019-05-19 02:01:27 +02:00
TimZ99
5b0fba63aa
Add button when there are no servers
2019-05-19 02:01:27 +02:00
TimZ99
c44760c0f7
Removed server column from notification log.
2019-02-08 16:16:57 +01:00
TimZ99
6c14709d7c
Updated default template
...
Fixes #685 .
- Updated to Bootstrap V4.
- Changed jqPlot to Chart.js.
- Updated jQuery to the V3.
- Changed Bootstrap Multiselect to Bootstrap-select.
2019-02-08 15:51:56 +01:00
Tim
1249e98a0f
Downgraded symfony/filesystem to ~3.4 ( #656 )
...
Fixes #655 .
Downgraded symfony/filesystem to v3.4 (PHP 5.5.9 compatible).
Added 7.0.8 as minimal PHP version for PHP7.
2018-09-17 17:32:51 +02:00
Tim
c645444db9
Added post field as addition to #631 ( #642 )
2018-09-08 14:03:39 +02:00
Tim
cf6f30adfc
Added combined notifications ( #639 )
...
If multiple servers go up or down together, you don't get spammed with notifications if you have this option enabled. It will send one combined notification.
2018-09-05 23:08:17 +02:00
Tim
d33c891be2
Added redirect check ( #626 )
2018-09-05 22:58:50 +02:00
Tim
b26f85d975
Added option to view latest (failing) server response and error ( #627 )
...
Shows:
- latest error.
- latest positive response.
- latest failure response.
2018-09-05 22:52:23 +02:00
Tim
72b262c706
Added the option to specify the request method ( #631 )
2018-09-05 22:42:08 +02:00
Tim
7aa7ec363b
Mark specific HTTP status codes as online ( #628 )
...
Add option to specify which HTTP status codes are considered as "online".
Closing #175 .
2018-09-05 22:34:19 +02:00
Tim
132a730d71
Removed last offline duration parentheses if empty ( #641 )
2018-09-05 21:50:05 +02:00
Tim
170cecf8fe
Changed server order ( #635 )
2018-09-04 01:19:25 +02:00
Tim
fa97fb6653
Fixed rdp:// bug and fixed port not updating #418 ( #629 )
...
- Although the port isn't used while testing a website, changing it prevents confusion.
- Fix bug that made it impossible to check rdp:// as it would add http:// in front of it.
2018-08-30 00:08:22 +02:00
Tom Hatzer
1f2dde3963
Removed default mysql port settings from files and left empty values ( #403 )
2018-08-09 19:16:20 +02:00
TimZ99
5e61d89b7f
Defined $encrypted_password
2018-08-03 01:35:26 +02:00
TimZ99
51ef755e43
Removed last_offline_duration = ""
2018-08-03 00:47:26 +02:00
TimZ99
f21f3db19e
Typo fix, removed unused code & updated documentation
2018-07-12 17:31:00 +02:00
TimZ99
476c59eb47
Updated required PHP version to 5.5.9
...
Added update message for PHP versions lower then PHP 7.
2018-07-12 17:31:00 +02:00
TimZ99
1c984b30ff
Updated documentation, added some small changes
2018-07-12 17:31:00 +02:00
TimZ99
e2c424e167
Spacing, indentation and braces
...
Co-Authored-By: Scrutinizer Auto-Fixer <auto-fixes@scrutinizer-ci.com>
2018-07-12 17:31:00 +02:00
TimZ99
a05d36d5f6
Corrected typos & removed unused code
...
Removed unused data from query.
Fixed a few typos.
2018-07-12 17:31:00 +02:00
TimZ99
3023c83226
Changed die() to trigger_error()
...
E_USER_ERROR will always be displayed.
Changed die() to trigger_error(error, E_USER_ERROR).
2018-07-12 17:31:00 +02:00
Danial
82d01b07f7
Add support for "site online when pattern not found" ( #579 )
...
Choose to mark a website offline of online is the pattern is (not) found.
2018-05-24 12:49:26 +02:00
TimZ99
a496874d9c
Rewritten part of the gateway code
...
This is a first commit in order to close #588 .
- Removed the names from the translation files.
- The dropdown menu will now filled with the names of the gateways in
the Txtmsg folder.
- Changed Mollie to the proper company name: Messagebird.
- Everybody that was using Mollie will on upgrade automatically change
to Messagebird (replace old name in DB with new name).
- Updated: Clickatell, Twilio, Spryng, Textmarketer and Messagebird
(Mollie).
2018-05-24 06:49:58 +02:00
Matthew Pattman
0580e75642
Added last offline and the duration of the last outage
...
Co-authored-by: TimZ99 <TimZ99@users.noreply.github.com>
2018-04-27 21:14:46 +02:00
Matthias Wirtz
1bd14995fb
Update several dependencies (frontend & backend) ( #571 )
...
Closes #568 .
Updates Composer packages No longer supporting outdated PHP Versions, Update Dome Frontend assets, fix php notices and warnings popping Up when run in debug Mode...
2018-04-09 19:34:06 +02:00
Tim
9d30b9854c
Added support for Twilio ( #569 )
...
Closing #112
2018-04-02 02:38:49 +02:00
TimZ99
64b4d60ffc
Added activation process for Telegram notifications
2018-03-27 23:36:13 +02:00
TimZ99
7059ac6607
Defined latency for new added servers
2018-03-27 23:36:12 +02:00
Matthias Wirtz
08eb9a55f7
Fix method declaration error in PHP7.2 ( #541 )
2018-03-27 23:36:11 +02:00
Tim
6eda990ed0
Added support for Telegram ( #554 )
...
Added support for Telegram. Notifications can be received in private chat or in groupchat.
This will close #389 and is a preview of what's coming next (#459 ) 😉 .
2018-03-27 23:36:09 +02:00
Tim
b0fee68f6e
Clear log button - closes #383 ( #505 )
...
* Added button to clear the logs
Only admins can clear the logs. The content from the log and log_users table will
be deleted.
2018-03-27 23:36:08 +02:00
Tim
57340aae80
Username validation fix ( #512 )
...
* Validation and (.) support
Added validation for the username during installation.
Added dot (.) to the list of allowed symbols for username.
Added ‘dots (.)’ to the error_user_name_invalid error message.
2018-03-27 23:36:05 +02:00
Nls
b835de1cf6
Add optionnal header check on StatusUpdater
2018-03-27 23:36:02 +02:00
Nls
6be807cf9a
Add header_name & header_value to the server object
2018-03-27 23:36:01 +02:00
Pepijn Over
32e018b6bb
preparing for 3.2.0 release
2018-03-27 23:24:25 +02:00
Patrick HUSS
439a63fa4f
Parameter order fixed to match constructor signature #427
2017-03-23 15:08:02 +01:00
Samuel Denis-D'Ortun
f66c3453b1
Fix #406
2017-01-19 16:32:07 -05:00
Samuel Denis-D'Ortun
fd0e698253
Merge pull request #376 from invartam/develop
...
Base URL configuration
2017-01-13 03:08:21 -05:00
Samuel Denis-D'Ortun
e8857f809b
Merge pull request #348 from Aestu/use_proxy-develop-2
...
Add global proxy support
2017-01-13 02:57:56 -05:00
invartam
5a7e0e0bc4
Merge branch 'develop' into develop
2017-01-07 03:14:33 +01:00
Tom Hatzer
6805903089
Remove trailing comma
2016-12-23 15:42:15 +01:00
Tom Hatzer
b1df28d4d9
Add port to installer
2016-12-23 15:41:03 +01:00
Tom Hatzer
b6060e7936
Add ping label to getLabels()
2016-12-23 11:44:15 +01:00
Tom Hatzer
92069a29a3
Add RDP port to save method
2016-12-23 11:12:07 +01:00
Benjy
f19dc454ee
Add base URL configuration field in installer and in sample configuration file
2016-11-05 19:10:28 +01:00
Daif Alotaibi
d712bb7100
Support for SMSgw provider http://smsgw.net
2016-11-02 00:40:05 +03:00
Samuel Denis-D'Ortun
8ae313ebda
Merge pull request #369 from nutsteam/ajax_auto_refresh
...
#367 fixed a csrf bug since 2014
2016-10-24 20:45:29 -04:00
尘缘
fe99c1cbec
#367 fixed a csrf bug since 2014
2016-10-19 11:05:26 +08:00