Skip to content

An approach to observe Windows machine with OhmGraphite + Prometheus + Grafana

Notifications You must be signed in to change notification settings

ryuheechul/win-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitoring Windows 10 machine

it's a part of my Windows personalizations

This little setup is with these assumptions:

  • this runs on WSL2
  • OhmGraphite is already running on Windows side, read docs/OhmGraphite.md for more details

Prepare

with direnv

create .envrc file and put something like below

export HOST_OHMGRAPHITE=[windows-host-ip]
export HOST_PROMETHEUS=$(dig +short host.docker.internal)

without direnv

just run those export commands before run

Run

make run or read Makefile for more options

Configure and Observe

Prometheus data source is already configured via grafana/datasource-prom.yaml.

Open a browser and access grafana via http://localhost:3000.

Just import this https://grafana.com/grafana/dashboards/11587 and you should be good to go.

More info on this at https://github.com/nickbabcock/OhmGraphite.

Stop

make stop or read Makefile for more options

About

An approach to observe Windows machine with OhmGraphite + Prometheus + Grafana

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages