Otheus
Otheus
``` Checking for Sanesecurity updates... No Sanesecurity mirror sites found - Check for dns/connectivity issues ``` What's the correct protocol?
It would be in most circumstances better to get the actual timestamp of the last time the service was restarted. Unfortunately, Zabbix' custom params does not know how to handle...
#### Problem Description Specify hosts which to "whitelist" as exceptions to a "blacklist" and vice-versa. #### Proposal Change the options so that _allow_hosts_ and _ignore_hosts_ are not mutually exclusive, but...
It's nice to see you added compression to older sar files. The feature is underdocumented and only partly supported. I'd like to help. I've written a wrapper to sar. See...
https://github.com/PHPMailer/PHPMailer/blob/bf99c202a92daa6d847bc346d554a4727fd802a5/src/PHPMailer.php#L4093 is simply a bad practice. You're trying to validate hostnames with a regex that doesn't conform to all past or future RFCs. It's good to validate against the empty...
The sunhater.com looks dead. The `kcfinder.sunhater.com` hostname does not resolve.
There are times when we need to load a YAML file but for various reasons, we do _not want or care about the serialization/native dataclass conversions_. We want to load...
The hard dependency on cryptography 2.3.1 is a serious problem. I can install pyce successfully by ignoring dependencies. the requirement on < 3.7 seems overly cautious. Or does python regularly...
With documentation and bug-fixes, and suggestions by @alexjfisher
The `package_provider.rb` facts can be optimized simply by moving [the `require` lines](https://github.com/puppetlabs/puppetlabs-stdlib/blob/dab602d0b083594e1ceb07674f83554a788be4c1/lib/facter/package_provider.rb#L12) into the `setcode` block. This reduces stand-alone puppet runs by 0.5s on modern systems. (On puppet-agent runs, no...