Open Source / Cheap Alternatives to Pulseway's Automation Workflow?
Per title; I'm looking for either an open source or cheap alternative to Pulseway's Automation Workflow:
https://www.pulseway.com/it-automation
Basically what I want is an 'IFTTT for servers'. For example of ping to host X times out, restart service Y. Yes I could probably script this but I'm looking for something with a GUI this time (and multi server).
Thanks!
Comments
No GUI on this but Puppet might be worth looking into. Gotta learn how to write puppet code but it's insanely powerful with maintaining desired idempotent state on a system or group of systems.
Cheap dedis are my drug, and I'm too far gone to turn back.
Some of it can be done with https://mmonit.com but I highly suggest http://brooklyn.apache.org
Fair warning it has steep learning curve
Thanks, mmonit looks interesting! Will look into it.