diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1a0a3d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/web/css/.sass-cache diff --git a/esm.config.json b/esm.config.json index f5812fe..e0a6ebd 100644 --- a/esm.config.json +++ b/esm.config.json @@ -1,8 +1,11 @@ { "esm": { - "version": "2.0", + "version": "2.1", "website": "http://www.ezservermonitor.com" }, + "disk": { + "show_tmpfs": false + }, "ping": { "hosts": [ "free.fr", @@ -16,18 +19,22 @@ "services": [ { "name": "Web Server (Apache)", + "host": "localhost", "port": 80 }, { "name": "FTP Server (ProFTPd)", + "host": "localhost", "port": 21 }, { "name": "Databases (MySQL)", + "host": "localhost", "port": 3306 }, { "name": "SSH", + "host": "localhost", "port": 22 } ] diff --git a/index.php b/index.php index a5178d2..52ba89d 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ $update = $Config->checkUpdate(); - eZ Server Monitor - <?= Misc::getHostname(); ?> + eZ Server Monitor - <?php echo Misc::getHostname(); ?>