Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(snmp): corrected behaviour #152

Merged
merged 1 commit into from
Feb 21, 2025
Merged

fix(snmp): corrected behaviour #152

merged 1 commit into from
Feb 21, 2025

Conversation

Tbaile
Copy link
Contributor

@Tbaile Tbaile commented Feb 21, 2025

@Tbaile Tbaile requested a review from gsanchietti February 21, 2025 11:45
Copy link
Member

@gsanchietti gsanchietti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the uci set command to enable it on line https://github.com/NethServer/nethsecurity-docs/pull/152/files#diff-dafe45421035531cb27396c9b8c6996fb6d3545d6cf82e20a3173a7d1389855aR26

Also remember to add the /etc/init.d/<service> start

@Tbaile
Copy link
Contributor Author

Tbaile commented Feb 21, 2025

Changed the doc, however as per procd, probably disabling the running daemon is a bad idea:

root@Stable:~# /etc/init.d/snmpd status
active with no instances
root@Stable:~# uci set snmpd.general.enabled=1
root@Stable:~# uci commit
root@Stable:~# reload_config
root@Stable:~# /etc/init.d/snmpd status
running
root@Stable:~# uci set snmpd.general.enabled=0
root@Stable:~# uci commit
root@Stable:~# reload_config
root@Stable:~# /etc/init.d/snmpd status
active with no instances

@Tbaile Tbaile merged commit 45dba72 into main Feb 21, 2025
1 check passed
@Tbaile Tbaile deleted the issue-1028 branch February 21, 2025 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants