Skip to content

Write Netuitive plugin

andrewpaine edited this page Jul 22, 2015 · 4 revisions

Write Netuitive plugin

The Write Netuitive plugin sends metrics and attributes to Netuitive Cloud via its REST API. To configure it you must setup a 'custom' data source in Netuitive and copy the generated apikey into the XML configuration below.

The metrics are named as follows:

  [CollectdPlugin].[CollectdPluginInstance].[CollectdTypeInstance]

Where CollectdPlugin, CollectdPluginInstance and CollectdTypeInstance are configured in the Windows Performance Counter plugin.

Configuration

<WriteNetuitive Url="https://api.app.netuitive.com/ingest/{apikey}"/>
Name Description
Url Netuitive Cloud ingest API URL
PayloadSize (Optional) The number of metrics that are batched into a single POST. Set to -1 to send all at once. Defaults to 25.
Location (Optional) Sets element location attribute
Type (Optional) Overrides the element type in Netuitive (defaults to WINSRV)