howto:snmp_op_debian
Table of Contents
SNMP installerren op Debian
context
dit document beschrijft hoe je SNMP installeert op Debian.
stappenplan
- werk de repo's en de server bij:
apt update && apt upgrade
- installeer de SNMP daemon:
apt install snmp snmpd
- open
/etc/snmp/snmpd.conf
- vul onderstaande waarden in:
* **sysLocation ** KiesMaarIets * **sysContact ** ZegMaarIets * **agentAddress** udp:161
- start de daemon:
systemctl start snmpd
- autostart de daemon:
systemctl enable snmpd
- check de service:
systemctl status snmpd
meer info
howto/snmp_op_debian.txt · Last modified: by admin