|
8 | 8 |
|
9 | 9 | [](https://hub.docker.com/r/monitorr/monitorr/) [DOCKER] |
10 | 10 |
|
11 | | - |
12 | 11 | [](https://github.com/monitorr/monitorr/releases) [DEVELOP] |
13 | 12 |
|
14 | 13 |
|
15 | 14 | **NOTICE** (18 MARCH 2018): If you are updating to any version prior to 1.0 updating via the UI by clicking on “check for update” in the footer MAY FAIL. It is recommended to clone a new copy of this repo starting with version 1.0. Please See [WIKI](https://github.com/Monitorr/Monitorr/wiki/NOTICE:-Updating-Monitorr) for further explanation. |
16 | 15 |
|
| 16 | + |
17 | 17 | ## Features: |
18 | 18 |
|
19 | | -**Latest major change:** Integrated settings page. |
| 19 | +**Latest major change:** Integrated settings page. |
20 | 20 |
|
21 | 21 | - LIVE! (w/ option to pause live updating) |
22 | 22 | - Self-hosted |
|
30 | 30 | - User customizable system threshold colors |
31 | 31 |
|
32 | 32 | **Features in development:** |
33 | | -- Reverse proxy authentication |
| 33 | +- Option to choose which HD is used for system stats |
| 34 | +- Custom CSS |
34 | 35 | - Alerting |
35 | 36 |
|
36 | 37 |
|
37 | 38 | ## Screenshots: |
38 | 39 |
|
39 | 40 |  |
40 | 41 | <img src="https://i.imgur.com/SwevXaG.png" width="46%"> <img src="https://i.imgur.com/eCyidGT.png" width="51%"> |
41 | | -<img src="https://i.imgur.com/ejNyp3j.jpg" width="32%"> <img src="https://i.imgur.com/Ql1ujZ5.png" width="32%"> <img src="https://i.imgur.com/YQV6FEJ.png" width="32%"> |
| 42 | +<img src="https://i.imgur.com/ejNyp3j.jpg" width="32%"> <img src="https://i.imgur.com/btxGuuo.png" width="32%"> <img src="https://i.imgur.com/YQV6FEJ.png" width="32%"> |
| 43 | + |
42 | 44 |
|
43 | 45 |
|
44 | 46 | ### Mobile: |
45 | 47 |
|
46 | | - <img src="https://i.imgur.com/RKp2yiZ.jpg?1" width="32%"> |
| 48 | + |
47 | 49 |
|
48 | 50 |
|
49 | 51 | ## Prerequisites: |
50 | 52 | 1) [PHP](https://secure.php.net/downloads.php) (7.1+ recommended) |
51 | | -2) [PHP PDO](http://php.net/manual/en/book.pdo.php) |
52 | | -3) [PHP cURL](https://secure.php.net/manual/en/book.curl.php) |
53 | | -4) [SQLite](https://www.sqlite.org/index.html) |
54 | | -5) [GIT](https://git-scm.com/download/win) (Recommended for Windows hosts (see wiki) |
| 53 | +2) [PHP cURL](https://secure.php.net/manual/en/book.curl.php) |
| 54 | +3) [PHP ZipArchive](http://www.php.net/manual/en/zip.installation.php) |
| 55 | +4) [PHP PDO](http://php.net/manual/en/book.pdo.php) |
| 56 | +5) [SQLite](https://www.sqlite.org/index.html) |
| 57 | +6) [GIT](https://git-scm.com/download/win) (Recommended for Windows hosts (see wiki) |
55 | 58 |
|
56 | 59 | ## Libraries used in this project: |
57 | 60 | - [Alpaca](https://github.com/gitana/alpaca/) |
|
63 | 66 | - See full configuration instructions in the WiKi: https://github.com/Monitorr/Monitorr/wiki |
64 | 67 | 1) Clone/download repository to your webserver |
65 | 68 | 2) Make sure the user account that runs your webserver has RW access to the monitorr folder (eg. for linux it's usually www-data:www-data) - this is for updates to work properly. |
66 | | -3) Browse to <localhost\domain>/monitorr/index.php |
| 69 | +3) Browse to <localhost\domain>/monitorr/index.php |
67 | 70 | 4) Establish data directory, and user database. |
68 | 71 | 5) Configure Monitorr |
69 | 72 | 6) Chill |
|
0 commit comments