A boilerplate spec file for creating an RPM containing sensu plugins
If you're using sensu, you probably install a bunch of ruby based monitoring plugins to monitor things.
The issue with installing these plugins is that it can take a long time to install all the dependencies. This RPM spec file does the hard work at build time, so installing sensu plugins is nice and quick.
This is designed as boilerplate. It will need to be modified to suit your needs.