strato190 / hubot-foreman

hubot plugin for basic interaction with foreman api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hubot-foreman

A hubot script for interaction with foreman api

See src/foreman.coffee for full documentation.

Sample Interaction

user1>> hubot foreman search host
hubot>>
1. host0.domain.lan  id: 111
https://foreman.domain.com/hosts/host0.domain.lan
https://foreman.domain.com/hosts/host0.domain.lan/reports/last
2. host1.net.lan  id: 175
https://foreman.domain.com/hosts/host.net.lan
https://foreman.domain.com/hosts/host.net.lan/reports/last
3. host2.net.lan  id: 179
https://foreman.domain.com/hosts/host.net.lan
https://foreman.domain.com/hosts/host.net.lan/reports/last

About

hubot plugin for basic interaction with foreman api

License:MIT License


Languages

Language:CoffeeScript 76.4%Language:JavaScript 15.0%Language:Shell 8.6%