Hey,
 
I'm including net-snmp in an embedded system, and disk usage is crutial.
I'de like to restrict all writing to files (mainly log files), either by eliminating uneseccary logs,
or by limiting the file size.
 
Personally I know of couple of files under /var/... directory by default:
- snmpd.log file that (which destination is set by the --with-logfile token in configure)
- snmpd.conf file which may change during run-time when data of net-snmp tables is saved.
   (standard tables like USM tables, or generally tables that are implemented using data-set helper)
 
1) Are there other files which are written to disk?
2) How can I restrict them?
 
Thanks,
Erez.

Reply via email to