Matthew Pounsett
Matthew Pounsett
Since #172 is now closed, I'm reproducing my comments here: This is still a problem with python 3.6.5 and 2.7.15. If I install `kombu==3.0.30` (as suggested in #172) then the...
This would be very useful for notifications for services that have "next business day" service level agreements. Basing the notification time off of the server (which is probably in UTC,...
The use case would be for writing code that manages the contents of authorized keys files. So, load an authorized_keys file into an instance of the class, replace one or...
I threw together an example of what I'm talking about at mpounsett/python-sshpubkeys@34b8d7c75f4cfa6ac9029bbc71ac57883e783fff Usage would look something like this (using StringIO in place of a real file): ```python import io from...
**Original comment by Thomas Wallrafen (Bitbucket: [tom-userlike](https://bitbucket.org/tom-userlike), GitHub: [tom-userlike](https://github.com/tom-userlike)).** ---------------------------------------- Clarification: I'd like to avoid printing numbers in scientific notation altogether.
**Original comment by mrvinti (Bitbucket: [mrvinti](https://bitbucket.org/mrvinti), GitHub: [mrvinti](https://github.com/mrvinti)).** ---------------------------------------- One (rather ugly) workaround is to: 1. create the `Check` object without adding the contexts yet 2. create the `Resource` object...
**Original comment by mrvinti (Bitbucket: [mrvinti](https://bitbucket.org/mrvinti), GitHub: [mrvinti](https://github.com/mrvinti)).** ---------------------------------------- You can get around this by specifying a `-inf:inf` (`"~:"`) range for your `critical` threshold. This won't result in a `CRITICAL`...
**Original comment by Christian Kauhaus (Bitbucket: [ckauhaus](https://bitbucket.org/ckauhaus), GitHub: [ckauhaus](https://github.com/ckauhaus)).** ---------------------------------------- I think that changing the interpretation of an empty string in Range() should be ok. The [specs](https://nagios-plugins.org/doc/guidelines.html#THRESHOLDFORMAT) state that if...
It looks like Christian never got around to dealing with this issue. I've had a look and at first glance what I think he had in mind seems reasonably do-able....
I'll check that out on my next pass of fixes and updates. Thanks for the report.