| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Scan Port : check the return of the fwrite #59 | ShevAbam | 2018-04-03 | 1 | -10/+17 |
| | | |||||
| * | Ping : add "round-trip" in awk regex | ShevAbam | 2017-11-29 | 1 | -1/+1 |
| | | |||||
| * | fix PHP 7.1 notices "non well formed numeric value" #52 | shevabam | 2017-11-02 | 4 | -2/+5 |
| | | |||||
| * | Adds option to ignore mounts via config file | HBadertscher | 2017-11-01 | 1 | -0/+6 |
| | | | | | | | | | | | | 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. | ||||
| * | Merge pull request #48 from Nicolas01/DontRemoveSpacesInMountPoints | shevabam | 2017-03-23 | 1 | -2/+4 |
| |\ | | | | | Don't remove spaces in mount points | ||||
| | * | fix printf to allow to print % with mawk | Nicolas LLOBERA | 2017-03-23 | 1 | -1/+1 |
| | | | |||||
| | * | fix the awk command | Nicolas LLOBERA | 2017-03-21 | 1 | -1/+1 |
| | | | |||||
| | * | manages spaces in mount point names | Nicolas LLOBERA | 2017-03-20 | 1 | -1/+3 |
| | | | |||||
| | * | do not remove spaces from the mount point names | Nicolas LLOBERA | 2017-03-20 | 1 | -2/+2 |
| | | | |||||
| * | | displays the full date | Nicolas LLOBERA | 2017-03-20 | 1 | -2/+2 |
| | | | |||||
| * | | checks if the file exists before trying the command for the cpu temperature | Nicolas LLOBERA | 2017-03-20 | 1 | -2/+2 |
| | | | |||||
| * | | checks if the file exists before trying the command | Nicolas LLOBERA | 2017-03-20 | 1 | -4/+4 |
| |/ | |||||
| * | Fix network mount point with spaces #36 | shevabam | 2016-12-24 | 1 | -1/+4 |
| | | |||||
| * | System : better OS name detection | ShevAbam | 2016-04-19 | 1 | -3/+6 |
| | | |||||
| * | Closing tcp connection #34 | ShevAbam | 2016-04-16 | 1 | -4/+3 |
| | | |||||
| * | Closing tcp connection #34 | ShevAbam | 2016-04-16 | 1 | -0/+6 |
| | | |||||
| * | System : prevents error with date if there is no date.timezone defined in ↵ | ShevAbam | 2016-01-08 | 1 | -1/+1 |
| | | | | | php.ini | ||||
| * | System : prevents error with date if there is no date.timezone defined in ↵ | ShevAbam | 2016-01-08 | 1 | -0/+1 |
| | | | | | php.ini | ||||
| * | Disk : add -P option to df command for POSIX output format if disk mounts ↵ | ShevAbam | 2016-01-08 | 1 | -1/+1 |
| | | | | | have long names #27 | ||||
| * | Uptime : more readable | ShevAbam | 2015-07-16 | 2 | -16/+42 |
| | | |||||
| * | Disk : add filesystem and option to enable/disable it (disk:show_filesystem) | ShevAbam | 2015-07-14 | 1 | -2/+7 |
| | | | | | Network usage : center values of receive and transmit | ||||
| * | Add option to add custom title in header (esm:custom_title) | ShevAbam | 2015-07-13 | 2 | -17/+22 |
| | | | | | | | Last login : add option to enable or not Disk : add filesystem Disk : values are centered | ||||
| * | General : cleaning and optimizing CSS | ShevAbam | 2015-07-07 | 12 | -44/+136 |
| | | | | | | | | | | | | | | 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) | ||||
| * | Fix on retrieving OS name | ShevAbam | 2015-02-11 | 1 | -2/+3 |
| | | |||||
| * | Fixed memory datas on Arch #15 | ShevAbam | 2015-02-05 | 1 | -4/+9 |
| | | |||||
| * | CPU : changes on retrieving CPU information | ShevAbam | 2015-01-16 | 5 | -25/+42 |
| | | | | | | Load Average and CPU : fix on recovery the number of CPU cores Last login : the datas are retrieved differently | ||||
| * | Rewriting the network module (#12 and #16) | ShevAbam | 2014-12-19 | 2 | -11/+105 |
| | | | | | Some issues with Arch or old Ubuntu | ||||
| * | Network : fix for ifconfig command and for getting network ratesv2.3 | ShevAbam | 2014-11-11 | 1 | -8/+23 |
| | | |||||
| * | Fix on retreive users connected on system block | ShevAbam | 2014-11-11 | 1 | -6/+1 |
| | | |||||
| * | Add favicon ; change measurements ; fix on ping module | ShevAbam | 2014-11-11 | 2 | -1/+6 |
| | | |||||
| * | Fix for RedHat/CentOS. | Hugues Granger | 2014-11-10 | 1 | -2/+5 |
| | | |||||
| * | Fix distro name for some more platforms (e.g. Raspbian). | Hugues Granger | 2014-10-26 | 1 | -14/+2 |
| | | |||||
| * | x Bug on check_updatesv2.2 | ShevAbam | 2014-10-21 | 1 | -1/+1 |
| | | |||||
| * | Several new things ! | ShevAbam | 2014-10-21 | 1 | -2/+45 |
| | | | | | | | | - General : syntax checking of the configuration file *(thanks to Micht69)* - General : check PHP version (5.3+) *(thanks to Gilles)* - General : add *check_updates* setting to the config file to enable or not the checking for updates - General : add *auto_refresh* setting to the config file to automatically reload page each x seconds *(thanks to sebastienserre and Aranud)* | ||||
| * | Fixes issue with spaces in filesystem name. | Hugues Granger | 2014-10-21 | 1 | -1/+1 |
| | | |||||
| * | - System : fix to get the distro name | ShevAbam | 2014-06-18 | 8 | -22/+37 |
| | | | | | | | | | | | - Services : fix on service names with accent - Services : ability to specify a host for each service - Network usage : fix to retrieve the name of the network interfaces - Memory : the cached and buffers memory are added to free memory now - Load Average : taking into account the number of cores - Disk usage : new option to hide tmpfs mountpoints - General : remove all PHP short tags | ||||
| * | + First commit (version 2.0)v2.0 | ShevAbam | 2014-06-18 | 12 | -0/+560 |
