Project

ocular

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Framework to automate responses for infrastructure events. Ocular allows to easily create small scripts which are triggered from multiple different event sources and which can then execute scripts commanding all kinds of infrastructure, do remote command execution, execute AWS API calls, modify databases and so on. The goal is that a new script could be written really quickly to automate a previously manual infrastructure maintenance job instead of doing the manual job yet another time. Scripts are written in Ruby with a simple Ocular DSL which allows the script to easily respond to multitude different events.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 3.4.0

Runtime

= 2.3.1
= 0.3.0
= 0.9.2
= 1.37.0
= 2.3.0
= 0.4.3
= 0.19.0
= 2.16.0
= 1.6.4
= 0.3.15
= 0.9.13
 Project Readme

ocular

Framework to automate responses for infrastructure events.

Ocular allows to easily create small scripts which are triggered from multiple different event sources and which can then execute scripts commanding all kinds of infrastructure, do remote command execution, execute AWS API calls, modify databases and so on.

The goal is that a new script could be written really quickly to automate a previously manual infrastructure maintenance job instead of doing the manual job yet another time. Scripts are written in Ruby with a simple Ocular DSL which allows the script to easily respond to multitude different events.

Currently implemented event sources:

  • HTTP calls
  • RabbitMQ messages
  • Timers

Planned event sources:

  • SQS/SNS messages
  • Zabbix alerts
  • NATS broadcast messages
  • salt-stack event bus

Currently implemented clients to external services (ie. what you can easily do once your event has been triggered):

  • MySQL
  • etcd
  • RabbitMQ
  • AWS/EC2
  • Kafka (for logging)
  • SSH for remote execution

Planned clients to external services:

  • Graphite
  • Zabbix configuration
  • salt-stack remote state execution