mpellegrin / nagios-eventhandler-cachet

A Nagios event handler to push Nagios notifications to Cachet API
MIT License
50 stars 17 forks source link

Edits to work with API #13

Closed rjr162 closed 7 years ago

rjr162 commented 7 years ago

I ran into an issue where the API calls were failing (they also failed with straight 'curl'), and in digging it looks like the API also wanted a component_status field. I added that in and adjusted some other small things and ./cachet_notify 'My Cachet component' 'My nagios service' CRITICAL HARD 'The service is Critical' is now working for me

rjr162 commented 7 years ago

Looks like the prior pull request resolves the issues as well, so this can be ignored (although these changes don't appear in the master yet)