There's a bug in Monitorix 1.2.1 - you should use the 1.2.2 from https://github.com/i-MSCP/plug…aster/incubator/Monitorix. This version works for me without problems...
Thank you @team-o it's a little better, but not perfect.
I uninstalled the previous version, and delete, after it install this version (1.2.2)
First, I have not /var/www/imscp/gui/plugins/Monitorix/themes/default/assets/images/graphs dir, but I solved, create this.
ftp graphs wasn't ok, because wrong file name in the 20-imscp.conf file:
ftp_log = /var/log/proftpd/access.log
correct is:
ftp_log = /var/log/proftpd/xferlog
Now, the basic graphs works, but I want to use these too:
- mysql
I made the changes in /etc/monitorix/conf.d/00-debian.conf set the correct mysql user/password, but I have no mysql graphs.
- fail2ban
No graphs. I think, maybe no fail2ban activity today.
- du
It's not listed on the frontend select box.
It's very strange, because I added it to the config.php file graph_enabled section.
But what I saw after every file (config.php) modification:
It has no any effect in /etc/monitorix/conf.d file.
Deactivate/activate plugin no any effect.
Btw a made hungarian translation for this plugin.
- <?php
- return array(
- 'Monitorix' => 'Monitorix',
- 'Statistics / Monitorix' => 'Statisztika / Monitorix',
- "The requested graph doesn't exists." => "A kért grafikon nem létezik.",
- 'Select a graph' => 'Válassz grafikont',
- 'Hour' => 'Óra',
- 'Day' => 'Nap',
- 'Week' => 'Hét',
- 'Month' => 'Hónap',
- 'Year' => 'Év',
- 'Show graph' => 'Mutasd a grafikont',
- 'Monitorix - %s - %s' => 'Monitorix - %s - %s',
- 'Monitorix - %s' => 'Monitorix - %s',
- 'system' => 'Átlagos rendszer terhelés és használat',
- 'kern' => 'Globális kernel használat',
- 'proc' => 'Kernel használat processzoronként',
- 'hptemp' => 'HP ProLiant Rendszer Állapot',
- 'lmsens' => 'LM-Sensors és GPU hőmérsékletek',
- 'nvidia' => 'NVIDIA hőmérsékletek és használat',
- 'disk' => 'Merevlemez hőmérséklet és állapot',
- 'fs' => 'Fájlrendszer használat és I/O aktivitás',
- 'net' => 'Hálózati forgalom és használat',
- 'netstat' => 'Netstat statisztikák',
- 'serv' => 'Rendszer szolgáltatások igénye',
- 'mail' => 'Levelezés statisztika',
- 'port' => 'Hálózati port forgalom',
- 'user' => 'Belépett felhasználók',
- 'ftp' => 'FTP statisztikák',
- 'apache' => 'Apache statisztikák',
- 'nginx' => 'Nginx statisztikák',
- 'lighttpd' => 'Lighttpd statisztikák',
- 'mysql' => 'MySQL statisztikák',
- 'squid' => 'Squid statisztikák',
- 'nfss' => 'NFS szerver statisztikák',
- 'nfsc' => 'NFS kliens statisztikák',
- 'bind' => 'BIND statisztikák',
- 'ntp' => 'NTP statisztikák',
- 'fail2ban' => 'Fail2ban statisztikák',
- 'icecast' => 'Icecast Streaming Media Server',
- 'raspberrypi' => 'Raspberry Pi szenzor statisztikák',
- 'phpapc' => 'Alternative PHP Cache statisztikák',
- 'memcached' => 'Memcached statisztikák',
- 'apcupsd' => 'APC UPS statisztikák',
- 'wowza' => 'Wowza Media Server',
- 'int' => 'Eszközök félbeszakitásának aktivitása',
- 'No graph for your selection is available.' => 'Nincs grafikon ehhez a területhez.',
- 'An error occured while opening the directory: %s' => 'Hiba a következő könyvtár megnyitása közben: %s',
- 'du' => 'Lemez használat'
- );
Display More