sensu / sandbox

The place to get started for new Sensu users
MIT License
21 stars 13 forks source link

View logs for handlers #45

Closed dineshraj01 closed 5 years ago

dineshraj01 commented 5 years ago

Hi, How do I view logs for sensu handlers. I created one handler for integration with opsgenie. Its visible with 'sensuctl handler list', but not working with the checks. How can I check whats wrong with my handler??

dineshraj01 commented 5 years ago

I am using sensu go sandbox.

asachs01 commented 5 years ago

@dineshraj01 hi! :wave: For this sort of thing, I'd highly recommend jumping into either our community slack (slack.sensu.io) or hopping on our Discourse site: discourse.sensu.io. It's worth noting that Sensu Go uses journald for all logging, so doing something like journalctl -u sensu-backend should get you log output. If you're still not able to identify the issue, please join the #sensu-go channel in our slack. We've got plenty of folks available there to help.

dineshraj01 commented 5 years ago

Thanks for the quick response :) I'll post my queries in slack.