I am using OSS SensuGO. I want to filter all events in critical state for specific check while viewing in CLI with sensuctl. But as long as documentation and my testing, we can
- List all events with
sensuctl event list
, It will bring all events regardless of their state - Get single event with
sensuctl event info <entity> <check name>
. It will bring single event info regardless of its state.
Can help me, if I am missing something or some work around.