Commit Graph

39 Commits

Author SHA1 Message Date
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
ShevAbam 258e0edbaa Network : fix for ifconfig command and for getting network rates 2014-11-11 18:37:32 +01:00
ShevAbam f71fb5bfc1 Fix on retreive users connected on system block 2014-11-11 17:05:49 +01:00
ShevAbam f6a714596e Gauges : change width 2014-11-11 15:31:47 +01:00
ShevAbam 6e4e1f3d0b Add favicon ; change measurements ; fix on ping module 2014-11-11 15:28:05 +01:00
shevabam e78dc167c2 Merge pull request #8 from Wohlraj/distro_name
Fix distro name for some more platforms (e.g. Raspbian).
2014-11-11 15:25:20 +01:00
Hugues Granger 7e44ecbd47 Fix for RedHat/CentOS. 2014-11-10 16:37:10 +01:00
Hugues Granger b28e0b0275 Fix distro name for some more platforms (e.g. Raspbian). 2014-10-26 15:01:34 +01:00
ShevAbam d868a423ed x Bug on check_updates 2014-10-21 11:33:41 +02:00
ShevAbam c963916274 Several new things !
- 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)*
2014-10-21 11:27:39 +02:00
shevabam 8bc4826552 Merge pull request #7 from Wohlraj/df-space-fix
Fixes issue with spaces in filesystem name.
2014-10-21 09:55:11 +02:00
Hugues Granger 0f97e83459 Fixes issue with spaces in filesystem name. 2014-10-21 00:08:49 +02:00
shevabam d329cc43a9 Merge pull request #4 from dustindauncey/master
Improved unity in labels and made more general for users
2014-09-08 10:21:29 +02:00
Dustin Dauncey 2c0c68fdc3 Update esm.config.json
Added a couple more examples of services. Also edited names to be more general (removed the specific application name since that depends on everybody's configuration). Also changed hosts to be the top visited sites in the world.
2014-09-07 21:30:43 -07:00
Dustin Dauncey 58025a2451 Update index.php
Added more uniformity with regards to uppercase and lowercase. Shortened some names for easier read. I.e.: "CPU Speed" -> "Speed" because it is in the CPU column and so having "CPU" in their seems very redundant.
2014-09-07 21:27:28 -07:00
ShevAbam ba7510e77e Update README.md 2014-06-18 10:26:01 +02:00
ShevAbam ed0bb1fea9 Add README.md 2014-06-18 10:25:11 +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