Continue with Jira and Confluence Performance Monitoring Part One, in this article I will explain a bit deeper how the Bot works which is most interesting part I think. First of all, you need to have a Bot that is hooked to your Slack. I wrote my own Bot based on Hubot (Nodejs Express Framework). When … Continue reading Jira and Confluence Performance Monitoring Part Two
Tag: Hubot
Jira and Confluence Performance Monitoring Part One
I have been recently working on improving our performance monitoring against Jira and Confluence. And here I want to share a few things that I learned, and hope they are useful to you as well. In high level, we have done: Setup both black box monitoring (CPU, memory, IO, Error log ...) and white box … Continue reading Jira and Confluence Performance Monitoring Part One
Run hubot and hubot-slack behind proxy
If you are struggling to run hubot with Slack behind the corporate proxy. Here are two things that you can try: Set https_proxy environment variables, it has to be lower case. If the corporate proxy intercepts https (it means the proxy decrypts then re-encrypts the https traffics with its own certificate which most likely to … Continue reading Run hubot and hubot-slack behind proxy
Run Hubot on OpenShift
In this article, I will demonstrate how to build a Hubot bot on OpenShift. Four key take-away points. Create secret for git clone Use docker strategy to build if you prefer Dockerfile over S2I Inject environment variables from ConfigMap If needed, you can replace the FROM or CMD that defined in Dockerfile during deployment. In … Continue reading Run Hubot on OpenShift
Bots Club
Are you using Slack? If yes, are you using Bot on Slack? If yes, do your Bots talk to each other? I guess most of them probably don't. The following picture should be familiar to you, people talk to each other on Slack. Have you ever seen Bots talk to each other like we do? This … Continue reading Bots Club