sensu-plugin-python
sensu-plugin-python copied to clipboard
A framework for writing Sensu plugins & handlers with Python.
argparse is included with python... unless you're using an ancient python (pre-2.7 or pre-3.2 if on 3.x). the effect of this inclusion as a dependency in `sensu-plugin` is that anything...
## Pull Request Checklist **Is this in reference to an existing issue?** #### General - [ ] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) - [ ] Update README...
In ruby framework, I can create custom settings like, ``` { "my_custom_plugin": { "foo": true, "bar": false } } ``` and access them in plugin, ``` def foo_enabled? settings['my_custom_plugin']['foo'] end...
I have added a very basic test for push events, this needs expanded upon to include testing of socket related code.
Hi dear: Can we have a class which can gen metrics like SensuPluginMetricJSON and then use push_event