Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaxxstorm/sensu-plugins-rpm-spec
A boilerplate spec file for creating an RPM containing sensu plugins
https://github.com/jaxxstorm/sensu-plugins-rpm-spec
sensu sensu-plugin sensu-plugins
Last synced: about 2 months ago
JSON representation
A boilerplate spec file for creating an RPM containing sensu plugins
- Host: GitHub
- URL: https://github.com/jaxxstorm/sensu-plugins-rpm-spec
- Owner: jaxxstorm
- Created: 2017-08-16T16:57:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:57:02.000Z (about 1 year ago)
- Last Synced: 2024-10-12T14:58:30.161Z (3 months ago)
- Topics: sensu, sensu-plugin, sensu-plugins
- Language: Ruby
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sensu-plugins-rpm-spec
A boilerplate spec file for creating an RPM containing sensu plugins
# Why?
If you're using [sensu](https://sensuapp.org), 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.
# Considerations
This is designed as boilerplate. It will need to be modified to suit your needs.