Skip to content

customerio/monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •