No commit activity in last 3 years
No release in over 3 years
Check extension to collect Windows system metrics via WMI
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Sensu::Extensions::SystemProfileWmi

This check extension collects Windows system metrics using the SVCHOST WMI service, and formats them as plaintext Graphite data.

Installation

  1. Install this gem using sensu-install

    $ sensu-install -e sensu-extensions-system-profile-wmi
  2. 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
  }
}