hubot-stackstorm icon indicating copy to clipboard operation
hubot-stackstorm copied to clipboard

Hubot plugin for integration with StackStorm event-driven infrastructure automation platform.

Results 31 hubot-stackstorm issues
Sort by recently updated
recently updated
newest added

This is issue which i solved. This is just info sharing. Please close this issue. Currently stackstorm.js script loads all enabled aliases of all packs installed in st2. For scaling...

feature

Hey guys, - newbie here.. is there a way to disable direct messaging hubot on slack to run commands? Would like to keep all comms in a specific channel.

feature
proposal

> hm, so after I restart with st2ctl restart, my bot stops receiving events from st2 :simple_smile: > until I restart the bot too A community report. I've run into...

bug

Steps with screenshot: - Created alias to execute local commands from Slack: ![image](https://cloud.githubusercontent.com/assets/10110869/17495479/33241422-5d87-11e6-986c-9a313ca15f91.png) - Restarted st2 services and chatOps - I can execute command without trace-tag: ![image](https://cloud.githubusercontent.com/assets/10110869/17495532/672166e4-5d87-11e6-875e-130e0d6eeacc.png) - But it...

enhancement
help wanted

Originally logged here: https://github.com/StackStorm/st2/issues/4561, @nzlosh suggested I might re-log it here. ##### SUMMARY `chatops.post_message` seems to be ignoring Slack `pretext`. ##### ISSUE TYPE Pick one below and delete the rest:...

bug
adapter: Slack

If the source_channel is not a String, like Telegram, the POST in /api/v1/aliasexecution fail with message: ``` Nov 6 17:14:40 stackstorm hubot: [Mon Nov 06 2017 17:14:40 GMT-0200 (-02)] DEBUG...

bug
adapter: Telegram

I'm not able to change the URL in st2 bot info. After modifying the ST2_WEBUI_URL to a static ip in st2chatops.env and modifying webui_base_url in st2.conf and doing a st2ctl...

bug

### User Story As a privileged user (ops/sysadmin) I want to be able to apply one off commands (for debugging/fixes) and/or run my configuration management solution through Chatops/Slack/Rocketchat. At the...

feature
proposal

Right now hubot plugin basically duplicates all the API logic for alias matching. That's bad because hard to maintain and error prone. StackStorm API offers all the primitives for performing...

enhancement

https://github.com/StackStorm/hubot-stackstorm/blob/master/scripts/stackstorm.js needs to be broken out. The temptation to dump more things into 1 file should be avoided at all cost. If nothing else modularization help with writing more tests.

enhancement