Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.66 KB

install-plugin.md

File metadata and controls

24 lines (16 loc) · 1.66 KB
title summary reviewed component versions
Installing the Custom Checks Plugin
Enabling custom endpoint instance monitoring by installing the custom checks plugin
2023-05-01
CustomChecks
CustomChecks:*

Note

This plugin can be enabled and configured with the ServicePlatform Connector plugin.

To install the custom checks plugin into an endpoint, reference the NServiceBus.CustomChecks NuGet package and add the following to the endpoint configuration:

snippet: CustomCheckNew_Enable

Note

ServiceControl_Queue is a placeholder for the actual ServiceControl Instance (Not a ServiceControl Audit instance) input queue. The ServiceControl input queue is equal to the ServiceControl instance name.

It may not make sense to enable the custom checks plugin in all environments. For instance, a development environment may not have a running ServiceControl instance to consume custom check messages. In these cases, enable the plugin conditionally, based on an environment variable or configuration setting.

Time-To-Live (TTL)

The timeToLive (TTL) parameter is optional and defaults to four times the interval for periodic checks or infinite for one-time checks. Some queue systems (e.g. MSMQ) handle TTL proactively by removing timed out messages from the queues. Others do it only when a message is about to be received. Running the custom checks plugin without ServiceControl installed may cause the destination queue to grow indefinitely and consume system resources.