SNMP
-
gwesterman
- Posts: 269
- Joined: Wed Aug 23, 2023 11:29 am
Re: SNMP
Hi @patrickm1,
If you just want to configure the snmp community string on your Nagios Server itself, you can follow the standard process for linux servers.
1. Open the SNMP configuration file in a text editor:
- It should be located in /etc/snmp/snmpd.conf
2. Modify the community string:
- Find the line that starts with com2sec.
- Change "public" on this line to your new community string.
3. Save the file.
4. Restart the SNMP service
- systemctl restart snmpd
This isn't necessarily Nagios-related so if I misinterpreted your question, please let me know.
Thank you!
If you just want to configure the snmp community string on your Nagios Server itself, you can follow the standard process for linux servers.
1. Open the SNMP configuration file in a text editor:
- It should be located in /etc/snmp/snmpd.conf
2. Modify the community string:
- Find the line that starts with com2sec.
- Change "public" on this line to your new community string.
3. Save the file.
4. Restart the SNMP service
- systemctl restart snmpd
This isn't necessarily Nagios-related so if I misinterpreted your question, please let me know.
Thank you!