/freebsd/contrib/bsnmp/ |
H A D | oid-list | 13 2 BEGEMOT-NETGRAPH snmpd netgraph module 14 3 BEGEMOT-IP snmpd IP related stuff. 18 100 BEGEMOT-ILMID snmpd ILMID module 19 101 BEGEMOT-ATM snmpd ATM module 20 200 BEGEMOT-PF snmpd PF module (phillip@freebsd.org) 21 201 BEGEMOT-NTP snmpd NTP module 22 202 BEGEMOT-HOSTRES snmpd HOSTRES module private stuff
|
H A D | README | 23 configuration is /etc/snmpd.config, but can be overwritten on the command 30 snmpd [-m name[=value]] [-p pid-file] [-c config-file] [-d] [-l prefix] 44 pid file names and for the syslog. Default is "snmpd". 55 The directory snmpd contains a snmpd.sh script, which can be copied to 56 /usr/local/etc/rc.d to automatically start and stop the daemon. snmpd.config
|
H A D | FREEBSD-Xlist | 14 */snmpd/Makefile.in 15 */snmpd/.gdbinit
|
H A D | NEWS | 62 snmpd/main.c: Fix a 64-bit warning. 74 snmpd/main.c: fix a problem which resulted in the daemon exiting 77 snmpd/trans_lsock.c: include stdio.h to get a prototype for remove. 89 snmpd: Move event library initialization before reading of 159 snmpd: remove local socket in case of an error to fully initialize it. 180 First drafts of an snmpd, gensnmptree, asn1, bsnmplib, 183 snmpd/main.c: reorder getopt options according to style(9). Implement
|
H A D | TODO | 1 snmpd:
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | action.c | 537 value->v.integer = TRUTH_MK(snmpd.auth_traps); in op_snmp() 560 snmpd.auth_traps = TRUTH_GET(value->v.integer); in op_snmp() 568 snmpd.auth_traps = ctx->scratch->int1; in op_snmp() 644 value->v.integer = snmpd.txbuf; in op_snmpd_config() 647 value->v.integer = snmpd.rxbuf; in op_snmpd_config() 650 value->v.integer = TRUTH_MK(snmpd.comm_dis); in op_snmpd_config() 653 return (ip_get(value, snmpd.trap1addr)); in op_snmpd_config() 655 value->v.uint32 = snmpd.version_enable; in op_snmpd_config() 666 ctx->scratch->int1 = snmpd.txbuf; in op_snmpd_config() 670 snmpd.txbuf = value->v.integer; in op_snmpd_config() [all …]
|
H A D | snmpd.config | 29 # $Begemot: bsnmp/snmpd/snmpd.config,v 1.16 2006/02/14 09:04:20 brandt_h Exp $ 56 %snmpd 113 # begemotSnmpdLocalPortStatus."/var/run/snmpd.sock" = 1 114 # begemotSnmpdLocalPortType."/var/run/snmpd.sock" = 4 156 # begemotNgControlNodeName = "snmpd"
|
H A D | snmpd.sh | 35 PID=/var/run/snmpd.pid 36 CONF=/etc/snmpd.conf
|
H A D | snmpd.h | 232 struct snmpd { struct 251 extern struct snmpd snmpd; argument
|
H A D | main.c | 90 struct snmpd snmpd = { variable 258 if ((buf = malloc(tx ? snmpd.txbuf : snmpd.rxbuf)) == NULL) { in buf_alloc() 275 return (tx ? snmpd.txbuf : snmpd.rxbuf); in buf_size() 289 resp_b.asn_len = snmpd.txbuf; in snmp_output() 584 if (!(snmpd.version_enable & VERS_ENABLE_V1)) in snmp_input_start() 589 if (!(snmpd.version_enable & VERS_ENABLE_V2C)) in snmp_input_start() 594 if (!(snmpd.version_enable & VERS_ENABLE_V3)) in snmp_input_start() 622 if (snmpd.auth_traps) in snmp_input_start() 669 resp_b.asn_len = snmpd.txbuf; in snmp_input_finish() 745 resp_b.asn_len = snmpd.txbuf; in snmp_input_finish() [all …]
|
H A D | BEGEMOT-MIB.txt | 29 -- $Begemot: bsnmp/snmpd/BEGEMOT-MIB.txt,v 1.5 2004/08/06 08:47:07 brandt Exp $
|
H A D | trap.c | 432 memcpy(pdu->agent_addr, snmpd.trap1addr, 4); in snmp_create_v1_trap()
|
H A D | BEGEMOT-SNMPD.txt | 33 -- $Begemot: bsnmp/snmpd/BEGEMOT-SNMPD.txt,v 1.23 2004/08/06 08:47:08 brandt Exp $
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | README | 6 - edit the snmpd configuration file (/usr/local/share/snmp/snmpd.conf): 11 - start snmpd (sudo /usr/local/sbin/snmpd) and check that it is running correctly by running the co…
|
H A D | invoke-ntpsnmpd.texi | 55 Str agentxsocket The socket address ntpsnmpd uses to connect to net-snmpd 81 This is the ``the socket address ntpsnmpd uses to connect to net-snmpd'' option.
|
H A D | ntpsnmpd-opts.def | 33 descrip = "The socket address ntpsnmpd uses to connect to net-snmpd";
|
/freebsd/usr.sbin/bsnmpd/bsnmpd/ |
H A D | Makefile | 7 .PATH: ${CONTRIB}/snmpd 9 CONFS= snmpd.config 130 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -I. -DUSE_LIBBEGEMOT
|
H A D | snmpd.config | 76 %snmpd 112 begemotSnmpdLocalPortStatus."/var/run/snmpd.sock" = 1 113 begemotSnmpdLocalPortType."/var/run/snmpd.sock" = 4 332 #begemotNgControlNodeName = "snmpd"
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | bsnmpd.conf | 29 %snmpd
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_vacm/ |
H A D | Makefile | 13 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_target/ |
H A D | Makefile | 13 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_usm/ |
H A D | Makefile | 15 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd
|
/freebsd/usr.sbin/bsnmpd/modules/ |
H A D | Makefile | 3 .PATH: ${SRCTOP}/contrib/bsnmp/snmpd
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_mibII/ |
H A D | Makefile | 15 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd
|
/freebsd/share/examples/etc/ |
H A D | README.examples | 62 snmpd.config - example configuration file for bsnmpd(1)
|