Results 584 comments of Ben Abrams

I think we have 2 options: - check, sleep, check, calculate difference - check, store results locally to be used on the next check, calculate difference I think they both...

ok we should do a couple things here: - [ ] document dependency - [ ] add logic to check to make it unknown with some useful messaging about installing...

I just did a release: https://github.com/sensu-plugins/sensu-plugins-disk-checks/issues/70 can someone try it and see if the issue is resolved, if not I will start taking a look at this issue.

@tkaczerski sorry to hear, can you give me your full command being run?

@tkaczerski thanks I get a 404 so I'm guessing its a private repo. Could you submit a pr to document the requirements?

I think we should remove that functionality as thats quite a bit of extra deps pulled in for arbitrary config injection. This would need to be called out in the...

If we want we can still remove it: https://docs.amazonaws.cn/en_us/general/latest/gr/signature-v4-examples.html#signature-v4-examples-ruby alternatively we could try just including the core SDK: https://github.com/aws/aws-sdk-ruby/blob/97b28ccf18558fc908fd56f52741cf3329de9869/gems/aws-sdk-core/lib/aws-sdk-core/plugins/signature_v4.rb which would at least reduce the number of dependencies pulled in.

Man that check is a mess, I guess that's what happens when you try to implement `curl` and every monitoring use case around it without proper design. Based on the...