Инструменты пользователя

Инструменты сайта


it:zabbix

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
Следующая версия
Предыдущая версия
it:zabbix [2021/04/13 06:37] ura2404it:zabbix [2022/09/11 08:27] (текущий) ura2404
Строка 16: Строка 16:
  
 [[https://bestmonitoringtools.com/how-to-install-zabbix-on-raspberry-pi-raspbian/]] {{it:zabbix:how_to_install_zabbix_5_on_raspberry_pi.mht|mht}} - How to Install Zabbix 5 on Raspberry Pi (Step-by-Step Guide)\\ [[https://bestmonitoringtools.com/how-to-install-zabbix-on-raspberry-pi-raspbian/]] {{it:zabbix:how_to_install_zabbix_5_on_raspberry_pi.mht|mht}} - How to Install Zabbix 5 on Raspberry Pi (Step-by-Step Guide)\\
-[[https://bestmonitoringtools.com/install-zabbix-proxy-on-raspberry-pi/]] {{it:zabbix:install_zabbix-proxy_on_raspberry_pi_-rpi-_in_10_minutes-.mhtml|mht}} - Install Zabbix-Proxy on Raspberry Pi (RPi) in 10 minutes!\\ +[[https://bestmonitoringtools.com/install-zabbix-proxy-on-raspberry-pi/]] {{it:zabbix:install_zabbix-proxy_on_raspberry_pi_-rpi-_in_10_minutes-.mhtml|mht}} - Install Zabbix-Proxy on Raspberry Pi (RPi) in 10 minutes! -есть про оптимизацию для Raspberry Pi\\
--есть про оптимизацию для Raspberry Pi\\+
 [[https://bestmonitoringtools.com/how-to-install-zabbix-server-on-debian/]] {{it:zabbix:how_to_install_zabbix_5-0_or_5-2_on_debian_10_-_9_-step-by-step-.mhtml|mht}} - How to Install Zabbix 5.0 or 5.2 on Debian 10 / 9 [Step-by-Step]\\ [[https://bestmonitoringtools.com/how-to-install-zabbix-server-on-debian/]] {{it:zabbix:how_to_install_zabbix_5-0_or_5-2_on_debian_10_-_9_-step-by-step-.mhtml|mht}} - How to Install Zabbix 5.0 or 5.2 on Debian 10 / 9 [Step-by-Step]\\
  
Строка 25: Строка 24:
  
 [[https://habr.com/ru/post/220073/|Zabbix + Iostat: мониторинг дисковой подсистемы]] {{it:zabbix:zabbix_-_iostat-_monitoring_diskovoj_podsistemy_-_xabr.mhtml|mht}}\\ [[https://habr.com/ru/post/220073/|Zabbix + Iostat: мониторинг дисковой подсистемы]] {{it:zabbix:zabbix_-_iostat-_monitoring_diskovoj_podsistemy_-_xabr.mhtml|mht}}\\
 +[[https://habr.com/ru/company/postgrespro/blog/558512/|Мониторинг 95+ метрик PostgreSQL с помощью плагина Zabbix Agent 2]]\\
 +[[https://github.com/vovka1200/zabbix-hddtemp/blob/master/zabbix_agentd.conf.d/hddtemp.conf]] - hddtemp.conf
  
 ---- ----
Строка 35: Строка 36:
 __**Требуется**__\\ __**Требуется**__\\
 iostat (пакет sysstat) -для мониторинга дисков\\ iostat (пакет sysstat) -для мониторинга дисков\\
 +hddtemp 
  
 ---- ----
Строка 68: Строка 70:
  
 [[https://share.zabbix.com/cat-server-hardware/other/raspberry-pi-template]] {{it:zabbix:zabbix_share_-_raspberry_pi_template.mhtml|mht}} - Raspberry Pi Template [[https://share.zabbix.com/cat-server-hardware/other/raspberry-pi-template]] {{it:zabbix:zabbix_share_-_raspberry_pi_template.mhtml|mht}} - Raspberry Pi Template
 +
 +----
 +
 +//__Мониторинг температуры hdd/ssd__//
 +
 +[[https://sevo44.ru/monitoring-temperatury-v-zabbix/]] {{it:zabbix:monitoring_temperatury_v_zabbix.mht|mht}}
 +
 +**На клиенте**
 +> sudo apt install hddtemp
 +> chmod +s /usr/sbin/hddtemp
 +
 +<file bash /etc/zabbix/zabbiz_agent.d/httdemp.conf>
 +UserParameter=pve-t.sda,hddtemp /dev/sda | cut -c34-35
 +UserParameter=pve-t.sdb,hddtemp /dev/sdb | cut -c34-35
 +UserParameter=pve-t.sdc,hddtemp /dev/sdc | cut -c34-35
 +UserParameter=pve-t.sdd,hddtemp /dev/sdd | cut -c33-34
 +UserParameter=pve-t.sde,hddtemp /dev/sde | cut -c33-34
 +UserParameter=pve-t.sdf,hddtemp /dev/sdf | cut -c33-34
 +</file>
 +
 +**Проверить на сервере**
 +>zabbix_get -s <client_ip> -k pve-t.sda
 +
 +----
 +
 +__**Сброс админского пароля**__
 +<code bash>
 +$ mysql -u root -p
 +</code>
 +
 +<code sql>
 +MariaDB> use zabbix;
 +MariaDB [zabbix]> update zabbix.users set passwd=md5('zabbix') where alias='Admin';
 +MariaDB [zabbix]> quit;
 +</code>
  
it/zabbix.1618295857.txt.gz · Последнее изменение: 2021/04/13 06:37 — ura2404