Outils pour utilisateurs

Outils du site


linux:zabbix

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
linux:zabbix [2021/06/30 10:11] – [Les noms de services Windows Dynamiques] rootlinux:zabbix [2025/12/10 19:24] (Version actuelle) root
Ligne 7: Ligne 7:
   * Surveiller Ping   * Surveiller Ping
  
-===== Zabbix Agent =====+===== Zabbix Agent Générer une clé PSK ===== 
 + 
 +<code bash>openssl rand -hex 32</code> 
 + 
 +===== Zabbix Agent sous Linux =====
  
 <code bash> <code bash>
-wget https://repo.zabbix.com/zabbix/5.2/debian/pool/main/z/zabbix-release/zabbix-release_5.2-1+debian10_all.deb+wget https://repo.zabbix.com/zabbix/6.2/debian/pool/main/z/zabbix-release/zabbix-release_6.2-4%2Bdebian11_all.deb
 dpkg -i zabbix-release_5.2-1+debian10_all.deb dpkg -i zabbix-release_5.2-1+debian10_all.deb
 apt update  apt update 
Ligne 118: Ligne 122:
 </code> </code>
  
 +
 +===== Exemples =====
 +==== Ping continu à partir d'un agent ====
 +<code>if (Test-Connection server -Count 1 -ErrorAction SilentlyContinue) { write-host "1" } else {write-host "0"}</code>
 ===== Sources ===== ===== Sources =====
   * Monitor Process: https://techexpert.tips/zabbix/zabbix-monitor-linux-process/   * Monitor Process: https://techexpert.tips/zabbix/zabbix-monitor-linux-process/
   * SSO: http://woshub.com/zabbix-single-sign-sso-authentication-ldap-active-directory/   * SSO: http://woshub.com/zabbix-single-sign-sso-authentication-ldap-active-directory/
   * Agent: https://techexpert.tips/zabbix/zabbix-monitoring-linux-psk-encryption/   * Agent: https://techexpert.tips/zabbix/zabbix-monitoring-linux-psk-encryption/
 +  * Exclude windows services: https://catonrug.blogspot.com/2018/02/disable-some-of-windows-service-check.html
   * Fix LXC:    * Fix LXC: 
     * https://kvaps.medium.com/zabbix-solve-memory-monitoring-issue-inside-lxc-containers-98ddf191051c     * https://kvaps.medium.com/zabbix-solve-memory-monitoring-issue-inside-lxc-containers-98ddf191051c
     * https://github.com/kvaps/zabbix-linux-container-template     * https://github.com/kvaps/zabbix-linux-container-template
linux/zabbix.1625047900.txt.gz · Dernière modification : (modification externe)