-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net-snmp: add uci section to include additional conf files
net-snmp allows including additional conf files by specifying then with the includeFile token in the snmpd.conf, this commits adds a uci section that translates to includeFile in snmpd.conf files and hence allows including additional conf files. the syntax introduced is as follows: config include 'custom-file' option path '/tmp/mysnmpd.conf' Signed-off-by: Rahul Thakur <[email protected]>
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters