software:service:observium
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| software:service:observium [2022/01/02 17:41] – [Clients] warnaud | software:service:observium [2022/01/02 18:04] (current) – [References] warnaud | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Observium ====== | ||
| + | OK so after [[software: | ||
| + | ===== Install ===== | ||
| + | ==== Server ==== | ||
| + | <code bash> | ||
| + | wget http:// | ||
| + | chmod +x observium_installscript.sh | ||
| + | ./ | ||
| + | </ | ||
| + | First user warnaud/ | ||
| + | |||
| + | ==== Clients ==== | ||
| + | === ALL (distro script) === | ||
| + | <code bash> | ||
| + | cd /usr/bin | ||
| + | wget https:// | ||
| + | chmod +x distro | ||
| + | </ | ||
| + | |||
| + | === Ubuntu-Debian/ | ||
| + | <code bash> | ||
| + | wget https:// | ||
| + | chmod +x observium-client.sh | ||
| + | ./ | ||
| + | |||
| + | === Archlinux === | ||
| + | <code bash>yay net-snmp | ||
| + | mkdir /etc/snmp | ||
| + | vi / | ||
| + | </ | ||
| + | <code perl> | ||
| + | com2sec readonly | ||
| + | group MyROGroup v1 | ||
| + | group MyROGroup v2c readonly | ||
| + | group MyROGroup usm readonly | ||
| + | view all included | ||
| + | access MyROGroup "" | ||
| + | syslocation < | ||
| + | syscontact < | ||
| + | #This line allows Observium to detect the host OS if the distro script is installed | ||
| + | extend .1.3.6.1.4.1.2021.7890.1 distro / | ||
| + | You can add process/ | ||
| + | proc unbound | ||
| + | proc pihole-FTL</ | ||
| + | <code bash> systemctl enable --now snmpd</ | ||
| + | |||
| + | === vCenter === | ||
| + | SSH to vCenter then | ||
| + | <code bash> | ||
| + | Command> snmp.enable | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | ====== References ====== | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
