Skip to content
This repository has been archived by the owner on May 14, 2019. It is now read-only.

A simple, single-node demonstration of Sensu and StackStorm working together for the auto-remediation win.

Notifications You must be signed in to change notification settings

StorminStanley/st2-sensu-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Sensu + StackStorm Demo

A simple, single-node demonstration of Sensu and StackStorm working together for the auto-remediation win.

This leverages scripts from st2vagrant to install StackStorm, then some additional scripts to set up Sensu - all on a single virtual machine for demo purposes.

Links

Sensu Documentation

StackStorm Documentation

Sensu Pack for StackStorm

Demo Summary

Instantiating this virtual machine with vagrant up should eventually yield a single-node installation where all Sensu and StackStorm components are running. You can run vagrant ssh, and then the following steps once inside the shell, to perform the demo:

We can see a list of Sensu actions:

st2 action list --pack=sensu

A good way to get a sense (get it?) of how things are set up, is to run the three actions for listing Sensu's clients, checks, and events (respectively):

st2 run sensu.client_list
st2 run sensu.check_list
st2 run sensu.event_list

About

A simple, single-node demonstration of Sensu and StackStorm working together for the auto-remediation win.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages