sensu-plugin-python icon indicating copy to clipboard operation
sensu-plugin-python copied to clipboard

A framework for writing Sensu plugins & handlers with Python.

Results 5 sensu-plugin-python issues
Sort by recently updated
recently updated
newest added

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...

Status: Awaiting Response
Type: Enhancement
Priority: Low

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...

Status: Awaiting Response
Type: Enhancement
Priority: Low

I have added a very basic test for push events, this needs expanded upon to include testing of socket related code.

Type: Enhancement
Priority: Low
Status: Help Wanted

Hi dear: Can we have a class which can gen metrics like SensuPluginMetricJSON and then use push_event

Type: Proposal