sensu / sensu-processes-check

Sensu check that searches for certain running processes
MIT License
0 stars 6 forks source link

opening curly brace missing in readme #1

Closed ohhfine closed 4 years ago

ohhfine commented 4 years ago

sensu-processes-check -s '["search_string": "ssh-agent"}, {"number": 2, "severity": 1, "search_string": "webapp1"}, {"full_cmdline": true, "comparison": "==", "severity": 1, "search_string": "eventmonitor"}]'

are we missing a curly brace here { sensu-processes-check -s '[ {"search_string": "ssh-agent"}

looking forward to trying it out

ohhfine commented 4 years ago

same in next example

nixwiz commented 4 years ago

Yep, they are missing. I'll get them fixed soon.

nixwiz commented 4 years ago

Closed by 4d6d45b