Skip to content

jovemnf/icinga-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icinga-api

let Icinga = require("icinga-api").Icinga;

let host = new Icinga("https://127.0.0.1:5665","user","senha");


host.services.getOne("192.168.0.9!disk")
	.then((body) => console.log(body))
	.catch((err) => console.error(err));

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published