Skip to content
/ dhmon Public
forked from dhtech/dhmon

Awesome monitoring system for Dreamhack

Notifications You must be signed in to change notification settings

axians/dhmon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

dhmon

Awesome monitoring system for DreamHack

See the Wiki https://github.com/dhtech/dhmon/wiki for latest scratch notes.

Products

dhmon consists of a number of smaller products:

  • snmpcollector The SNMP collection daemons
  • pinger RTT statistics collector
  • analytics API backend to access processed statistics

Installation

Install the Debian packages for the products you want.

Building Debian packages

You need to have setuptools for pypy installed

wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo pypy

Build the packages

make deb

or if you prefer the longer way:

# Create a new snapshot version
gbp dch --snapshot --auto

# Clean
rm ../dhmon_*.orig.tar.gz

# Build
gbp buildpackage --git-upstream-tree=master --git-submodules \
    --git-ignore-new --git-builder='debuild -i -I -k28B92277'

About

Awesome monitoring system for Dreamhack

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 45.0%
  • Ruby 25.7%
  • JavaScript 15.7%
  • Shell 6.6%
  • C 5.1%
  • Makefile 1.5%
  • HTML 0.4%