Skip to content

Commit

Permalink
add archlinux example (librenms#15113)
Browse files Browse the repository at this point in the history
  • Loading branch information
si458 committed Jun 17, 2023
1 parent 623d77f commit 0d187c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/Support/SNMP-Configuration-Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d187c8

Please sign in to comment.