Commit Graph

13 Commits

Author SHA1 Message Date
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
Nicolas LLOBERA 5ebb86e446 fix printf to allow to print % with mawk 2017-03-23 00:26:55 +01:00
Nicolas LLOBERA 52a34fd25b fix the awk command 2017-03-21 16:31:13 +01:00
Nicolas LLOBERA 3aa15d98a9 manages spaces in mount point names 2017-03-20 23:22:50 +01:00
Nicolas LLOBERA a879c6d95f do not remove spaces from the mount point names 2017-03-20 17:47:42 +01:00
shevabam 7ed8e89bfb Fix network mount point with spaces #36 2016-12-24 16:36:20 +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 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
Hugues Granger 0f97e83459 Fixes issue with spaces in filesystem name. 2014-10-21 00:08:49 +02:00
ShevAbam 3f6a49bae3 - System : fix to get the distro name
- 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
2014-06-18 10:15:18 +02:00
ShevAbam 20705a550d + First commit (version 2.0) 2014-06-18 10:11:11 +02:00