32bf3deee8
similar is spelled similar. functionality is spelled functionality. ok brad@ jmc@
17 lines
673 B
Plaintext
17 lines
673 B
Plaintext
+------------
|
|
| By default, the configuration files and mib modules for snmpd are in stored
|
|
| in ${PREFIX}/share/snmp. An example configuration has been installed in
|
|
| ${PREFIX}/share/examples/ucd-snmp/EXAMPLE.conf. Extra documentation has
|
|
| also been installed in ${PREFIX}/share/doc/ucd-snmp.
|
|
|
|
|
| To have snmpd start at boot time, you must have an entry similar to the
|
|
| following in /etc/rc.local.
|
|
|
|
|
| if [ -x ${PREFIX}/sbin/snmpd ]; then
|
|
| ${PREFIX}/sbin/snmpd -c ${SYSCONFDIR}/snmpd.conf && echo -n ' snmpd'
|
|
| fi
|
|
|
|
|
| This will start snmpd and use ${SYSCONFDIR}/snmpd.conf for the configuration.
|
|
| (see snmpd(1) and snmpd.conf(5) for more options)
|
|
+------------
|