Skip to content
Florian Forster edited this page Nov 21, 2023 · 1 revision
Name: Write Sensu plugin
Type: write
Callbacks: config, notification, write
Status: supported
FirstVersion: 5.5
Copyright: 2015 Fabrice A. Marie
License: MIT License
Manpage: collectd.conf(5)
See also: List of Plugins

The Write Sensu plugin sends metrics to Sensu Core, an open-source monitoring project.

Synopsis

 LoadPlugin "write_sensu"
 <Plugin write_sensu>
   Attribute "production" "true"
   Tag "appserver"
   <Node "example">
     Host "localhost"
     Port "3030"
     EventServicePrefix "collectd/"
     Separator "/"
     StoreRates true
     AlwaysAppendDS false
     # Optionally specify Sensu handlers
     Metrics false
     #MetricHandler "example_metric_handler"
     Notifications false
     #NotificationHandler "example_notification_handler"
   </Node>
 </Plugin>

This will register a write callback with the name write_sensu/example.

Dependencies

  • none

See also

Clone this wiki locally