icinga-api

0.0.5 • Public • Published

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));
 
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    11
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    11
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i icinga-api

Weekly Downloads

11

Version

0.0.5

License

MIT

Last publish

Collaborators

  • jovemnf