Observium kasutamine operatsioonisüsteemiga Debian Wheezy: erinevus redaktsioonide vahel
Allikas: Imre kasutab arvutit
Mine navigeerimisribaleMine otsikasti
Resümee puudub |
Resümee puudub |
||
| 23. rida: | 23. rida: | ||
(1-6): 1 |
(1-6): 1 |
||
you choose 1 |
you choose 1 |
||
| + | </pre> |
||
| + | |||
| + | Seadme lisamine |
||
| + | |||
| + | <pre> |
||
| + | root@obs-01:/opt/observium# cd /opt/observium |
||
| + | root@obs-01:/opt/observium# ./add_device.php pve-wrx90e.auul.pri.ee parool v2c |
||
| + | </pre> |
||
| + | |||
| + | Proxmox node ovs switch monitooring toimub proxmox node kui linux arvuti snmp jälgimise teel |
||
| + | |||
| + | <pre> |
||
| + | # apt-get install snmpd |
||
| + | |||
| + | # root@pve-wrx90e:~# egrep -v "^$|^#" /etc/snmp/snmpd.conf |
||
| + | sysLocation Sitting on the Dock of the Bay |
||
| + | sysContact Me <me@example.org> |
||
| + | sysServices 72 |
||
| + | master agentx |
||
| + | agentaddress 192.168.10.167 |
||
| + | view systemonly included .1.3.6.1.2.1.1 |
||
| + | view systemonly included .1.3.6.1.2.1.25.1 |
||
| + | view allview included .1 |
||
| + | rocommunity parool default -V allview |
||
| + | rocommunity6 parool default -V allview |
||
| + | rouser authPrivUser authpriv -V systemonly |
||
| + | includeDir /etc/snmp/snmpd.conf.d |
||
| + | |||
| + | # systemctl restart snmpd |
||
</pre> |
</pre> |
||
Viimane redaktsioon: 6. märts 2026, kell 01:20
2025 aasta sügise märkmed
https://docs.observium.org/install_debian/
root@obs-01:~# ./observium_installscript.sh ___ _ _ / _ \| |__ ___ ___ _ ____ _(_)_ _ _ __ ___ | | | | '_ \/ __|/ _ \ '__\ \ / / | | | | '_ ` _ \ | |_| | |_) \__ \ __/ | \ V /| | |_| | | | | | | \___/|_.__/|___/\___|_| \_/ |_|\__,_|_| |_| |_| Welcome to Observium installation script v0.3.6 Please select the version of Observium you would like to install 1. Observium Community Edition 2. Observium Pro/Ent Edition stable (requires account at https://www.observium.org/subs/) 3. Observium Pro/Ent Edition rolling (requires account at https://www.observium.org/subs/) 4. Install the UNIX-Agent 5. Install the SNMPD (snmpd-config will be overwritten) 6. Remote poller for Observium Pro/Ent Edition stable (requires account at https://www.observium.org/subs/) (1-6): 1 you choose 1
Seadme lisamine
root@obs-01:/opt/observium# cd /opt/observium root@obs-01:/opt/observium# ./add_device.php pve-wrx90e.auul.pri.ee parool v2c
Proxmox node ovs switch monitooring toimub proxmox node kui linux arvuti snmp jälgimise teel
# apt-get install snmpd # root@pve-wrx90e:~# egrep -v "^$|^#" /etc/snmp/snmpd.conf sysLocation Sitting on the Dock of the Bay sysContact Me <me@example.org> sysServices 72 master agentx agentaddress 192.168.10.167 view systemonly included .1.3.6.1.2.1.1 view systemonly included .1.3.6.1.2.1.25.1 view allview included .1 rocommunity parool default -V allview rocommunity6 parool default -V allview rouser authPrivUser authpriv -V systemonly includeDir /etc/snmp/snmpd.conf.d # systemctl restart snmpd