Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
  • Programming
  • Databases
  • Multimedia
  • Windows

Cloud

  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Incus
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid

Zabbix

Download
https://www.zabbix.com/download?zabbix=3.4&os_distribution=ubuntu&os_version=xenial&db=MySQL

vi /var/www/zabbix/conf/zabbix.conf.php

netstat -tulpen | grep 10051

sudo service zabbix-server restart

tail -f /var/log/zabbix-agent/zabbix_agentd.log

# reset password
sudo -u postgres psql

ALTER USER zabbix WITH PASSWORD 'linux01';
\c zabbix
zabbix=# update users set passwd=md5('') where alias='Admin';

service zabbix-server restart

WebGui
http://zabbix_server/zabbix/
user: Admin
pass: zabbix

Zabbix Ansible Module
https://galaxy.ansible.com/dj-wasabi/zabbix-agent
https://github.com/dj-wasabi/ansible-zabbix-agent

Links
https://www.zabbix.com/documentation/3.4/manual/quickstart/login

zabbix
Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung