Skip to content

Latest commit

 

History

History

windows_system

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Windows System Monitoring Template

This InfluxDB Template can be used to monitor your Windows System.

Windows System Dashboard Screenshot

Quick Install

InfluxDB UI

In the InfluxDB UI, go to Settings->Templates and enter this URL: https://raw.githubusercontent.com/influxdata/community-templates/master/windows_system/windows_system.yml

Influx CLI

If you have your InfluxDB credentials configured in the CLI, you can install this template with:

influx apply -u https://raw.githubusercontent.com/influxdata/community-templates/master/windows_system/windows_system.yml

Included Resources

  • 1 Bucket: telegraf, 7d retention
  • Labels: Windows System Template + Telegraf Plugin Labels
  • 1 Telegraf Configuration
  • 1 Dashboard: Windows System
  • 2 Variables: bucket and windows_host

Setup Instructions

General instructions on using InfluxDB Templates can be found in the use a template document.

The data for the dashboard is populated by the included Telegraf configuration. The Telegraf Configuration requires the following environment variables

  • INFLUX_TOKEN - The token with the permissions to read Telegraf configs and write data to the telegraf bucket. You can just use your operator token to get started.
  • INFLUX_ORG - The name of your Organization (this will be your email address on the InfluxDB Cloud free tier)
  • INFLUX_HOST - The URL of your InfluxDB host (this can your localhost, a remote instance, or InfluxDB Cloud)

You MUST set these environment variables before running Telegraf using something similar to the following commands

  • This can be found on the Load Data > Tokens page in your browser: export INFLUX_TOKEN=TOKEN
  • Your Organization name can be found on the Settings page in your browser: export INFLUX_ORG=my_org

You can start Telegraf using the instructions from the Telegraf > Setup Instructions link in the UI.

Customizations

You can run the provided Telegraf configuration on multiple Windows machines, and switch between them using the windows_host filter at the top of the dashboard.

Contact

Provide a way for users to get in touch with you if they have questions or need help using your template. What information you give is up to you, but we encourage providing those below.