Commit Graph

68 Commits

Author SHA1 Message Date
shevabam ccc28acea7 Merge branch 'master' of https://github.com/shevabam/ezservermonitor-web 2020-12-15 20:54:36 +01:00
shevabam a6a3107f88 fix PHP 7.1 notices "non well formed numeric value" 2020-12-15 20:52:58 +01:00
ShevAbam a66bd8f49d Merge branch 'master' of https://github.com/shevabam/ezservermonitor-web 2019-01-17 10:24:06 +01:00
ShevAbam 4aca35d78e Network: ifconfig command check errors no longer appear in logs 2019-01-17 10:23:18 +01:00
shevabam 16410f396a Adds option to ignore /dev/loopX via config file #60 2018-09-02 18:47:03 +02:00
ShevAbam 4e8eb68ed7 Fix sequence of CPU load from mobile #57 2018-05-23 15:40:01 +02:00
ShevAbam 050b1b615b Scan Port : check the return of the fwrite #59 2018-04-03 10:01:07 +02:00
ShevAbam 1d3a790919 Ping : add "round-trip" in awk regex 2017-11-29 13:58:35 +01:00
shevabam 725787bcf7 fix PHP 7.1 notices "non well formed numeric value" #52 2017-11-02 20:54:43 +01:00
shevabam f6dc271839
Merge pull request #55 from HBadertscher/disk_ignore_mount
Adds option to ignore mounts via config file
2017-11-02 18:23:14 +01:00
HBadertscher 80b48185d3 Adds option to ignore mounts via config file
This allows you to configure eZ Server Monitor to ignore certain disks
via the "ignore_mounts" option in the configuration file. You can either
create no "ignore_mounts" option at all, or set it to [] if you want to
show all mounts. To ignore certain mounts, add the exact mount path to
the array, e.g. ["/mnt/disk1"] or ["/mnt/disk1", "/mnt/disk2"].
This is done with *exact* string matching, so make sure the entries are
correct. This makes it possible to ignore "/" and still show other
paths.
2017-11-01 11:23:21 +01:00
shevabam 4142d5f199 Merge pull request #48 from Nicolas01/DontRemoveSpacesInMountPoints
Don't remove spaces in mount points
2017-03-23 10:14:41 +01:00
Nicolas LLOBERA 5ebb86e446 fix printf to allow to print % with mawk 2017-03-23 00:26:55 +01:00
shevabam 4ce411b34e Merge pull request #49 from Nicolas01/ImproveLastLoginDate
Improve last login date
2017-03-21 20:13:43 +01:00
Nicolas LLOBERA 52a34fd25b fix the awk command 2017-03-21 16:31:13 +01:00
Nicolas LLOBERA 132067b7bf displays the full date 2017-03-20 23:43:02 +01:00
Nicolas LLOBERA 3aa15d98a9 manages spaces in mount point names 2017-03-20 23:22:50 +01:00
Nicolas LLOBERA 980b9f75b6 Merge branch 'master' of https://github.com/shevabam/ezservermonitor-web 2017-03-20 19:11:09 +01:00
shevabam f82dab4944 Merge pull request #47 from Nicolas01/fixFileExistsInOsDetection
Fix file exists in os detection
2017-03-20 18:27:03 +01:00
Nicolas LLOBERA a879c6d95f do not remove spaces from the mount point names 2017-03-20 17:47:42 +01:00
Nicolas LLOBERA fffe83f2c7 checks if the file exists before trying the command for the cpu temperature 2017-03-20 17:35:14 +01:00
Nicolas LLOBERA d5b01fd63d Revert "dark theme"
This reverts commit 859f243fa2.
2017-03-20 17:03:08 +01:00
Nicolas LLOBERA 3b04b43e17 Revert "dark theme"
This reverts commit 859f243fa2.
2017-03-20 16:51:18 +01:00
Nicolas LLOBERA 5390cbdfe9 checks if the file exists before trying the command 2017-03-20 16:20:07 +01:00
Nicolas LLOBERA 1fc75db4b5 Merge remote-tracking branch 'upstream/master' 2017-03-20 15:37:19 +01:00
shevabam 7ed8e89bfb Fix network mount point with spaces #36 2016-12-24 16:36:20 +01:00
shevabam 999a28b9df Added LICENSE file #45 2016-12-24 16:33:52 +01:00
Nicolas LLOBERA 859f243fa2 dark theme 2016-12-17 01:50:19 +01:00
shevabam 2ba594ae76 Merge pull request #40 from hutchison/master
Adds .ht{access|passwd} to .gitignore.
2016-08-30 13:57:51 +02:00
Martin Darmüntzel 42ada75475 Adds .ht{access|passwd} to .gitignore. 2016-08-30 13:51:59 +02:00
ShevAbam b6d98b7f12 System : better OS name detection 2016-04-19 18:01:40 +02:00
ShevAbam 4952f02a7a Closing tcp connection #34 2016-04-16 19:18:01 +02:00
ShevAbam f50db37e12 Closing tcp connection #34 2016-04-16 19:11:54 +02:00
ShevAbam 3f2f0db10c System : prevents error with date if there is no date.timezone defined in php.ini 2016-01-08 14:46:38 +01:00
ShevAbam 30db221713 System : prevents error with date if there is no date.timezone defined in php.ini 2016-01-08 14:35:02 +01:00
ShevAbam 1977a21093 Merge branch 'master' of https://github.com/shevabam/ezservermonitor-web 2016-01-08 14:14:37 +01:00
ShevAbam ff936fc670 Disk : add -P option to df command for POSIX output format if disk mounts have long names #27 2016-01-08 14:13:51 +01:00
ShevAbam 54461c2df9 CSS : header custom_title if <a> no text-underline 2015-07-21 15:22:48 +02:00
ShevAbam 8e4aaf99de Change auto refresh method
Theme slate little a more lighter
2015-07-17 09:23:51 +02:00
ShevAbam c384224e0a Uptime : more readable 2015-07-16 15:24:17 +02:00
ShevAbam a935f5ece1 Themes available !
Disk : filesystem column is hidden in mobile view
2015-07-15 14:12:29 +02:00
ShevAbam 118bb1862c Disk : add filesystem and option to enable/disable it (disk:show_filesystem)
Network usage : center values of receive and transmit
2015-07-14 15:16:12 +02:00
ShevAbam b330d193bb Add option to add custom title in header (esm:custom_title)
Last login : add option to enable or not
Disk : add filesystem
Disk : values are centered
2015-07-13 09:43:34 +02:00
ShevAbam 9970343fe5 General : cleaning and optimizing CSS
General : responsive design
General : reload button now spins when you reload block
General : update jQuery plugin Knob to 1.2.11
General : optimizing security (config file esm.config.json is now in the conf/ folder with an htaccess)
CPU : retrieves correctly CPU frequency for Raspberry Pi
CPU : add CPU temperature (+ option to enable/disable)
System : little correction for getting distro name
Swap : fix if swap is disabled
Services status : adds protocol TCP or UDP for checking service status
Services status : new option to hide port number (see show_port in services section)
2015-07-07 15:57:41 +02:00
ShevAbam dd982cee07 update readme 2015-02-12 15:55:21 +01:00
ShevAbam 80439c0318 v2.4 in config file 2015-02-12 15:41:04 +01:00
ShevAbam efbbfedeab Fix on retrieving OS name 2015-02-11 21:20:02 +01:00
ShevAbam 086a1829e6 Fixed memory datas on Arch #15 2015-02-05 18:29:16 +01:00
ShevAbam 3ed4c1d633 CPU : changes on retrieving CPU information
Load Average and CPU : fix on recovery the number of CPU cores
Last login : the datas are retrieved differently
2015-01-16 18:14:07 +01:00
ShevAbam c3ec82dd6f Rewriting the network module (#12 and #16)
Some issues with Arch or old Ubuntu
2014-12-19 18:06:37 +01:00