Zabbix-Proxy unter Debian 8 integrieren
Inhaltsverzeichnis
Symptom
Ein Zabbix-Proxy soll unter Debian 8 in das bestehende Monitoring mit aufgenommen werden.
Lösung
Folgende Schritte sind dafür nötig:
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+jessie_all.deb aptitude update aptitude install zabbix-proxy-mysql mysql-server mysql -u root -p - create database zabbix character set utf8 collate utf8_bin; - grant all privileges on zabbix.* to zabbix@localhost identified by '<passwortfuerdenuser>'; - quit; zcat /usr/share/doc/zabbix-proxy-mysql/schema.sql.gz | mysql -u zabbix -p zabbix vi /etc/zabbix/zabbix_proxy.conf - Server=MasterIP - Hostname=ProxyNameimZabbixMaster - DBName=zabbix - DBPassword=PWvonoben service zabbix-proxy restart Zabbix WebUI - Administration - Proxies - Create proxy - Choose name from Hostname
Weitere Informationen
https://www.max-it.de/managed-services/
Links und Quellen
http://www.routerperformance.net/howtos/zabbix/installing-a-zabbix-proxy-with-debian-8/
https://www.zabbix.com/documentation/3.0/manual/installation/install_from_packages/proxy_installation
https://www.zabbix.com/documentation/3.0/manual/installation/install_from_packages/server_installation_with_mysql#creating_initial_database
Kontakt
Wenn Sie Fragen oder Anmerkungen zu diesem Artikel haben, wenden Sie sich bitte gerne an mailto:techcorner@max-it.de.
Über m.a.x. Informationstechnologie AG:
Als etabliertes Münchner Systemhaus zeichnen wir uns seit 1989 als verlässlicher IT-Partner mittelständischer und großer Unternehmen aus. Unser Portfolio reicht von IT- Services über individuelle Softwareentwicklung bis hin zur ERP-Beratung.
Tags
Zabbix, dezentrales Monitoring, Linux, Proxy