customerio / monitor

Collection of monitoring scripts for various subsystems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WIP

Example:

package main

import (
	"github.com/customerio/monitor/plugins/cpu"
    "github.com/customerio/monitor/plugins"

	"log"
	"os"
	"time"
)

func main() {
    c := cpu.New()
    plugins.AddCollector(c)

    plugins.Collect("localhost", "", "", time.Second)
}

About

Collection of monitoring scripts for various subsystems.


Languages

Language:Go 97.5%Language:Makefile 2.5%