Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the capability to send traps via TCP. Update trapdebug. #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kbackema99
Copy link

Sending tcp traps is useful when udp will not pass through edge components. For example, getting through an NLB and HAProxy to a consumer outside the cluster.

Snmptrapper will accept the arg 'snmptrapaddress' as ::
where is optional (defaults to udp; accepts udp,udp4,udp6,tcp,tcp4,tcp6) and port is optional (defaults to 162).

Trapdebug can listen for tcp or udp with the arg 'listentype' (defaults to udp; accepts udp,udp4,udp6,tcp,tcp4,tcp6)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant