Sensu::Extensions::SystemProfileWmi
This check extension collects Windows system metrics using the SVCHOST WMI service, and formats them as plaintext Graphite data.
Installation
-
Install this gem using sensu-install
$ sensu-install -e sensu-extensions-system-profile-wmi
-
Configure Sensu to load the extension, as documented here.
{ "extensions": { "system-profile-wmi": { "gem": "sensu-extensions-system-profile-wmi" } } }
Configuration
/etc/sensu/conf.d/system_profile.json
:
{
"wmi_metrics": {
"interval": 10,
"handler": "graphite",
"add_client_prefix": true,
"path_prefix": "system",
"prefix_at_start": true
}
}