From 0d187c802f9dc6e71af8476e55bc12602cc379ae Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Sat, 17 Jun 2023 19:38:18 +0100 Subject: [PATCH] add archlinux example (#15113) --- doc/Support/SNMP-Configuration-Examples.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/Support/SNMP-Configuration-Examples.md b/doc/Support/SNMP-Configuration-Examples.md index c051240fa407..85a28fd9e99e 100644 --- a/doc/Support/SNMP-Configuration-Examples.md +++ b/doc/Support/SNMP-Configuration-Examples.md @@ -461,6 +461,16 @@ firewall-cmd --reload service snmpd restart ``` +### Arch Linux (snmpd v2) + +1. Install SNMP Package `pacman -S net-snmp` +2. create SNMP folder `mkdir /etc/snmp/` +3. set community `echo rocommunity read_only_community_string >> /etc/snmp/snmpd.conf` +4. set contact `echo syscontact Firstname Lastname >> /etc/snmp/snmpd.conf` +5. set location `echo syslocation L69 4RX >> /etc/snmp/snmpd.conf` +6. enable startup `systemctl enable snmpd.service` +7. start snmp `systemctl restart snmpd.service` + ### Windows Server 2008 R2 1. Log in to your Windows Server 2008 R2