sensu-cli icon indicating copy to clipboard operation
sensu-cli copied to clipboard

A Sensu CLI for getting and deleting information from Sensu.

Results 7 sensu-cli issues
Sort by recently updated
recently updated
newest added

Adds --format option to ``silenced list``. See #58

The coloured output is really helpful, but in some situations it makes it difficult to integrate the tool in scripts.. for example we run this during instance startup in AWS:...

`sensu-cli` throws errors when tab-completing commands. The error is `-bash: COMP_WORDS: bad array subscript` and appears to be caused by https://github.com/agent462/sensu-cli/blob/47cee1b569/contrib/sensu-cli.bash#L27-L28, which attempt to reference array elements less than 0.

I have a bunch of checks that use 'source' for devices on my network that can't run a sensu client (SANs, switches, firewalls, etc). I'd like to be able to...

Hi, I have some custom values in my event-data on which i would like to do some filtering. Looking at the code, i figured that i would need to add...

sensu-cli makes interacting with the Sensu API simple and fairly painless, unless you want to apply some action to multiple results. I've got a script I threw together that I've...

enhancement

How about adding an option to sensu event list to pull down the subscription information.

enhancement