Lines Matching +full:local +full:- +full:pid
3 This is a mini-SNMP daemon. The basic daemon implements the system group
11 - snmp_mibII provides the information groups for ip, tcp, and udp.
14 ------------
18 configure [--with-libbegemot[=path]]
24 line. An example configuration file is provided. Use --with-libbegemot
28 -------
30 snmpd [-m name[=value]] [-p pid-file] [-c config-file] [-d] [-l prefix]
31 [-D debug-flags] [-I path]
33 -m defines a configuration macro. If no value is given it
36 -p specify the file where to store the PID. Default is
37 /var/run/{prefix}.pid.
39 -c specify the configuration file. Default is /etc/{prefix}.config.
41 -d don't go into daemon mode.
43 -l specify the prefix. This is used for the default config and
44 pid file names and for the syslog. Default is "snmpd".
46 -D specify debug flags:
52 -I specify the include path for system configuration files.
53 Default is /etc:/usr/etc:/usr/local/etc.
56 /usr/local/etc/rc.d to automatically start and stop the daemon. snmpd.config
60 -----------