Home
last modified time | relevance | path

Searched refs:snmptrapd (Results 1 – 25 of 130) sorted by relevance

123456

/dports/net-mgmt/net-snmp/net-snmp-5.9/win32/snmptrapd/
H A Dsnmptrapd.dsp1 # Microsoft Developer Studio Project File - Name="snmptrapd" - Package Owner=<4>
7 CFG=snmptrapd - Win32 Debug
11 !MESSAGE NMAKE /f "snmptrapd.mak".
16 !MESSAGE NMAKE /f "snmptrapd.mak" CFG="snmptrapd - Win32 Debug"
20 !MESSAGE "snmptrapd - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "snmptrapd - Win32 Debug" (based on "Win32 (x86) Console Application")
31 !IF "$(CFG)" == "snmptrapd - Win32 Release"
55 !ELSEIF "$(CFG)" == "snmptrapd - Win32 Debug"
83 # Name "snmptrapd - Win32 Release"
84 # Name "snmptrapd - Win32 Debug"
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/doc/Extensions/
H A DSNMP-Trap-Handler.md12 privileged port, snmptrapd must typically be run as root.
14 ## Configure snmptrapd
16 Install snmptrapd via your package manager.
21 sudo apt install snmptrapd -y
24 In `/etc/snmp/snmptrapd.conf`, add :
67 ConditionPathExists=/etc/snmp/snmptrapd.conf
72 ExecStart=/usr/sbin/snmptrapd -f -m IF-MIB -M /opt/librenms/mibs
80 Here is a list of snmptrapd options:
104 Add the following config to your snmptrapd.service after `ExecStart=/usr/sbin/snmptrapd -f -m ALL -…
115 sudo systemctl enable snmptrapd
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/python_functional/functional_tests/destination_drivers/snmp_destination/v2c/
H A Dtest_snmp_destination_v2c_custom_community.py25 from src.helpers.snmptrapd.conftest import * # noqa:F403, F401
29 def test_snmp_dest_v2c_custom_community(config, syslog_ng, snmptrapd, snmp_test_params): argument
35 port=snmptrapd.get_port(),
47 assert expected_traps == snmptrapd.get_traps(len(expected_traps))
48 assert test_community in snmptrapd.get_log()
H A Dtest_snmp_destination_v2c_cisco_ios_traps.py25 from src.helpers.snmptrapd.conftest import * # noqa:F403, F401
29 def test_snmp_dest_v2c_cisco_ios_trap(config, syslog_ng, snmptrapd, snmp_test_params): argument
33 port=snmptrapd.get_port(),
43 assert expected_traps == snmptrapd.get_traps(len(expected_traps))
H A Dtest_snmp_destination_v2c_using_macro_snmp_obj.py25 from src.helpers.snmptrapd.conftest import * # noqa:F403, F401
29 def test_snmp_dest_v2c_using_macros_in_snmp_obj(config, syslog_ng, snmptrapd, snmp_test_params): argument
40 port=snmptrapd.get_port(),
63 assert expected_traps == snmptrapd.get_traps(len(expected_traps))
/dports/net-mgmt/net-snmp/net-snmp-5.9/
H A DREADME.sql1 snmptrapd MySQL Logging
10 [snmptrapd]
16 snmptrapd.conf must be configured to for the queue size and
28 The schema must be loaded into MySQL before running snmptrapd.
29 The schema can be found in dist/schema-snmptrapd.sql
H A DREADME.systemd33 snmptrapd - The trap processing daemon
35 snmptrapd supports full socket activation and also notification (if needed).
37 will work. Again, '-f' parameter should be provided on snmptrapd command line.
39 If integration with SNMP agent using AgentX protocol is enabled, snmptrapd should
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/python_functional/functional_tests/destination_drivers/snmp_destination/general/
H A Dtest_snmp_destination_reload_statistics.py25 from src.helpers.snmptrapd.conftest import * # noqa:F403, F401
29 def test_snmp_dest_reload_stat(config, syslog_ng, syslog_ng_ctl, snmptrapd, snmp_test_params): argument
36 port=snmptrapd.get_port(),
45 assert expected_traps == snmptrapd.get_traps(len(expected_traps))
54 received_traps = snmptrapd.get_traps(len(expected_traps))
H A Dtest_snmp_destination_missing_snmp_obj.py25 from src.helpers.snmptrapd.conftest import * # noqa:F403, F401
29 def test_snmp_dest_missing_snmp_obj(config, syslog_ng, snmptrapd, snmp_test_params): argument
33 port=snmptrapd.get_port(),
41 assert expected_traps == snmptrapd.get_traps(len(expected_traps))
H A Dtest_snmp_destination_acceptance.py25 from src.helpers.snmptrapd.conftest import * # noqa:F403, F401
29 def test_snmp_dest_acceptance(config, syslog_ng, snmptrapd, snmp_test_params): argument
34 port=snmptrapd.get_port(),
43 assert expected_traps == snmptrapd.get_traps(len(expected_traps))
H A Dtest_snmp_destination_missing_trap_obj.py25 from src.helpers.snmptrapd.conftest import * # noqa:F403, F401
29 def test_snmp_dest_missing_trap_obj(config, syslog_ng, snmptrapd, snmp_test_params): argument
33 port=snmptrapd.get_port(),
H A Dtest_snmp_destination_wrong_version.py25 from src.helpers.snmptrapd.conftest import * # noqa:F403, F401
29 def test_snmp_dest_wrong_version(config, syslog_ng, snmptrapd, snmp_test_params): argument
33 port=snmptrapd.get_port(),
/dports/net-mgmt/p5-Net-SNMPTrapd/Net-SNMPTrapd-0.17/
H A Dtest.pl43 my $snmptrapd = Net::SNMPTrapd->new();
44 if (defined($snmptrapd)) {
45 return $snmptrapd
51 my $snmptrapd = start_server();
52 if (!defined($snmptrapd)) {
64 if ($snmptrapd->server->sockport == 162) {
263 $snmptrapd = undef;
279 my $snmptrapd = IO::Socket::INET->new(
285 if (!defined($snmptrapd)) {
334 $snmptrapd->recv($buffer, 1500);
[all …]
H A DMANIFEST5 bin/snmptrapd-sendtest.pl
6 bin/snmptrapd-simple.pl
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/afsnmp/
H A DMakefile.am11 modules/afsnmp/snmptrapd-header-parser.h \
12 modules/afsnmp/snmptrapd-header-parser.c \
13 modules/afsnmp/snmptrapd-nv-context.h \
14 modules/afsnmp/snmptrapd-parser.h \
15 modules/afsnmp/snmptrapd-parser.c \
/dports/net-mgmt/p5-Net-SNMPTrapd/Net-SNMPTrapd-0.17/bin/
H A Dsnmptrapd-simple.pl62 my $snmptrapd = Net::SNMPTrapd->new(
67 if (!$snmptrapd) {
72 printf "Listening on %s:%i\n", $snmptrapd->server->sockhost, $snmptrapd->server->sockport;
75 my $trap = $snmptrapd->get_trap();
/dports/net-mgmt/net-snmp/net-snmp-5.9/local/snmpconf.dir/snmptrapd-data/
H A Dformatting2 description Output from snmptrapd is formatted according to the
7 info See the snmptrapd.conf manual page for format string details.
13 info See the snmptrapd.conf manual page for format string details.
/dports/net-mgmt/net-snmp/net-snmp-5.9/local/
H A Dsnmp-ucd.sh21 TRAPLOG=/var/log/snmptrapd.log
157 snmptrapd -Lf "$TRAPLOG"
166 killproc snmptrapd
H A DMakefile.in71 CONFDIRS=snmp-data snmpd-data snmptrapd-data
77 snmptrapd-data/formatting snmptrapd-data/traphandle \
78 snmptrapd-data/authentication snmptrapd-data/logging snmptrapd-data/runtime \
79 snmptrapd-data/snmpconf-config
/dports/net-mgmt/p5-SNMP-Trapinfo/SNMP-Trapinfo-1.02/
H A DREADME4 This module allows the user to get to the useful parts of an snmptrapd
6 http://www.net-snmp.org and that you are letting snmptrapd do all the
7 OID translations (no -On option for snmptrapd) and that hostnames are
/dports/net-mgmt/net-snmp/net-snmp-5.9/dist/
H A Dsnmptrapd.socket7 # It must match listening addresses/ports defined in snmptrapd.service
8 # or snmptrapd.conf.
H A Dsnmptrapd.service10 # Type=notify is also supported. It should be set when snmptrapd.socket is not
13 ExecStart=/usr/sbin/snmptrapd -f
/dports/net-mgmt/net-snmp/net-snmp-5.9/man/
H A DMakefile.in35 MAN5G = snmpd.conf.5 snmptrapd.conf.5 snmp.conf.5 snmp_config.5 variables.5 \
37 MAN8G = snmptrapd.8 snmpd.8
236 snmptrapd.conf.5: $(srcdir)/snmptrapd.conf.5.def ../sedscript
237 $(SED) -f ../sedscript < $(srcdir)/snmptrapd.conf.5.def > $@
242 snmptrapd.8: $(srcdir)/snmptrapd.8.def ../sedscript
243 $(SED) -f ../sedscript < $(srcdir)/snmptrapd.8.def > $@
/dports/sysutils/ipmitool/ipmitool-1.8.18/contrib/
H A Dbmc-snmp-proxy.sysconf37 # to be directed to this system and configure snmptrapd
43 ### Reload snmpd and snmptrapd
45 # Description: Reload snmpd and snmptrapd after making changes to their config
/dports/net-mgmt/net-snmp/net-snmp-5.9/apps/
H A DMakefile.depend1300 ./snmptrapd.lo: ../include/net-snmp/pdu_api.h
1302 ./snmptrapd.lo: ../include/net-snmp/output_api.h
1322 ./snmptrapd.lo: ../include/net-snmp/mib_api.h
1330 ./snmptrapd.lo: ../include/net-snmp/utilities.h
1345 ./snmptrapd.lo: ../include/net-snmp/version.h
1346 ./snmptrapd.lo: ../include/net-snmp/config_api.h
1352 ./snmptrapd.lo: ../include/net-snmp/snmpv3_api.h
1381 ./snmptrapd.lo: ../include/net-snmp/agent/null.h
1397 ./snmptrapd.lo: ../include/net-snmp/agent/mfd.h
1400 ./snmptrapd.lo: ../agent/agent_global_vars.h
[all …]

123456