LXC | Monitoring Zabbix

 

Debian LXC (Debian GNU/Linux 8 (jessie))

Disk 25GB

RAM 2 GB

 Remove Zabbix Client apt purge --auto-remove zabbix-agent

# wget http://repo.zabbix.com/zabbix/3.0/debian/pool/main/z/zabbix-release/zabbix-release_3.0-1+jessie_all.deb
# dpkg -i zabbix-release_3.0-1+trusty_all.deb
# apt-get update
# apt-get install zabbix-server-mysql zabbix-frontend-php
# cd /usr/share/doc/zabbix-server-mysql
# zcat create.sql.gz | mysql -uroot zabbix
# vi /etc/zabbix/zabbix_server.conf
DBHost=localhost
DBName=zabbix
DBUser=zabbix
DBPassword=zabbix
# service zabbix-server start
# vi /etc/apache2/conf-enabled/zabbix.conf
php_value max_execution_time 300
php_value memory_limit 128M
php_value post_max_size 16M
php_value upload_max_filesize 2M
php_value max_input_time 300
php_value always_populate_raw_post_data -1
# php_value date.timezone Europe/Zurich
# service apache2 restart

 


zabbix agenten installieren 

MONITOR JOOMLA FRONTEND LOGIN WITH ZABBIX

zabbix agent für Windows

 

 


 Source/Quellen:
https://www.zabbix.com/documentation/3.2/manual/installation/install_from_packages
- http://www.zabbix.com/- http://lab4.org/wiki/Zabbix_Webfrontend_installieren

- https://www.phyramid.com/en/blog/monitoring-servers-at-phyramid/

- http://php.net/manual/de/timezones.europe.php