Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjasghar/chef-sensu-windows
A chef book to provision sensu for windows
https://github.com/jjasghar/chef-sensu-windows
Last synced: 26 days ago
JSON representation
A chef book to provision sensu for windows
- Host: GitHub
- URL: https://github.com/jjasghar/chef-sensu-windows
- Owner: jjasghar
- Created: 2014-01-27T19:57:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-27T20:11:17.000Z (almost 11 years ago)
- Last Synced: 2023-03-22T23:17:12.806Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 109 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
sensu-windows Cookbook
==========================A cookbook to provision sensu for windows.
Requirements
------------
- chef
- sensu server
- [windows](https://github.com/opscode-cookbooks/windows) cookbookYou'll need to add the `cert.pm` to `./files/default/cert.pem` and `key.pem` to `./files/default/key.pem` for your
sensu server. You'll also need to add you're rabbitmq instance to `./files/default/rabbitmq.json`. Yes, I'm planning on
creating that as an attribute.Usage
-----
#### sensu-windows::defaulte.g.
Just include `sensu-windows` in your node's `run_list`:```json
{
"name":"my_node",
"run_list": [
"recipe[sensu-windows]"
]
}
```Contributing
------------1. Fork the repository on Github
2. Create a named feature branch (like `add_component_x`)
3. Write your change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using GithubLicense and Authors
-------------------
Authors: JJ Asghar