blob: 5378c331b019ba1d49f93208a0f41c225a6ec8a9 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= SNMP
:linkattrs:
:cq-artifact-id: camel-quarkus-snmp
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-description: Receive traps and poll SNMP (Simple Network Management Protocol) capable devices.
:cq-deprecated: false
:cq-jvm-since: 1.1.0
:cq-native-since: n/a
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
Receive traps and poll SNMP (Simple Network Management Protocol) capable devices.
== What's inside
* xref:{cq-camel-components}::snmp-component.adoc[SNMP component], URI syntax: `snmp:host:port`
Please refer to the above link for usage and configuration details.
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-snmp</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.