aboutsummaryrefslogtreecommitdiffstats
path: root/libs/disk.php
Commit message (Collapse)AuthorAgeFilesLines
* Sort block devices in disk widgetJan Tuomi2020-06-301-1/+1
|
* Adds option to ignore /dev/loopX via config file #60shevabam2018-09-021-0/+3
|
* Adds option to ignore mounts via config fileHBadertscher2017-11-011-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.
* fix printf to allow to print % with mawkNicolas LLOBERA2017-03-231-1/+1
|
* fix the awk commandNicolas LLOBERA2017-03-211-1/+1
|
* manages spaces in mount point namesNicolas LLOBERA2017-03-201-1/+3
|
* do not remove spaces from the mount point namesNicolas LLOBERA2017-03-201-2/+2
|
* Fix network mount point with spaces #36shevabam2016-12-241-1/+4
|
* Disk : add -P option to df command for POSIX output format if disk mounts ↵ShevAbam2016-01-081-1/+1
| | | | have long names #27
* Disk : add filesystem and option to enable/disable it (disk:show_filesystem)ShevAbam2015-07-141-2/+7
| | | | Network usage : center values of receive and transmit
* Add option to add custom title in header (esm:custom_title)ShevAbam2015-07-131-2/+4
| | | | | | Last login : add option to enable or not Disk : add filesystem Disk : values are centered
* General : cleaning and optimizing CSSShevAbam2015-07-071-2/+1
| | | | | | | | | | | | | 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)
* Fixes issue with spaces in filesystem name.Hugues Granger2014-10-211-1/+1
|
* - System : fix to get the distro nameShevAbam2014-06-181-9/+6
| | | | | | | | | | - 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.0ShevAbam2014-06-181-0/+49