server/

directory
v0.0.0-...-7c4ebca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2017 License: MIT

README

DarkMetrix monitor server

Introduction

DarkMetrix monitor server is an application that read influxdb and show all the collect data on web.

Configuration

config.json
{
	"server": {
		"addr":":9111"
	},
	"influxdb":{
		"addr":"http://172.16.101.128:8086",
		"db_name":"dark_metrix"
	}
}
  • server.addr: the address that the server to listen.
  • influxdb.addr: the address of influxdb
  • influxdb.db_name: the name of influxdb which monitor agent used to save data.
log.config

See cihub/seelog to get more information.

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL