8000 GitHub - BlackTea12/InfluxMonit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

BlackTea12/InfluxMonit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

InfluxMonit

This repository refers to the following links

Problems

Still working on telegraf.config... It is not a completed project! Trying to find how to 'monitor host command cpu usage grafana'

Environment installation

chmod +x install_docker.sh
./install_docker.sh

Docker Start

docker-compose up -d

entering running docker

docker exec -it <docker_name> bash

influx

# entering influx
influx
show databases;
use influxdb

To check your measurements, below list will be shown.

show measurements
# ----
# cpu
# disk
# diskio
# kernel
# mem
# processes
# procstat
# procstat_lookup
# swap
# system
----

Grafanan Designs

  • memory

      SELECT mean("available_percent") AS "AVAILABLE_PERCENT", mean("used_percent") AS "USED_PERCENT" FROM "mem" WHERE $timeFilter GROUP BY time($__interval) fill(null)
    

About

46C2
No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0