Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

fictive-kin/node-munin-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A simple Munin client for node.js

Access Munin metrics by opening up the port and then pointing your node code at the munin node.

Example

var Munin = require('munin.js');
var munin = new Munin('munin-node.example.com');

munin.list(console.log);
munin.version(console.log);
munin.nodes(console.log);
munin.fetch('cpu', console.log);
munin.config('swap', console.log);
munin.quit();

About

A simple Munin client for node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published