Ubuntu zabbix agent2: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 December 2024

25 October 2023

24 October 2023

23 October 2023

  • curprev 12:2012:20, 23 October 2023Karavi talk contribs 564 bytes +71 No edit summary
  • curprev 11:3011:30, 23 October 2023Karavi talk contribs 493 bytes +4 No edit summary
  • curprev 11:3011:30, 23 October 2023Karavi talk contribs 489 bytes +489 Created page with "#Install and configure Zabbix for your platform wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu22.04_all.deb dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb apt update apt install zabbix-agent2 zabbix-agent2-plugin-* sudo nano /etc/zabbix/zabbix_agentd.conf ... Server=<Zabbix_Server_IP> ServerActive=<Zabbix_Server_IP> Hostname=<Hostname_Of_Ubuntu_Client> ... systemctl restart zabbix-agent2 systemctl enable..."