第 237 章 Nagios 组件
作为 Camel 版本 2.3 可用
Maven 用户需要将以下依赖项添加到其 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-nagios</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
237.1. URI 格式
nagios://host[:port][?Options]
Camel 为 Nagios 组件提供了两个功能。您可以通过将消息发送到其端点来发送被动检查消息。
Camel 还提供了 EventNotifer,供您向 Nagios 发送通知。