Benjamin Abbott-Scott
Benjamin Abbott-Scott
https://github.com/HarryHarcourt/Ansible-RHEL7-CIS-Benchmarks/blob/f5b769109f1e084b4eae149cea2a9453bb182d01/tasks/level-1/4.2.4.yml#L20 This rule turns on the user and group executable bits, as well as group write permissions. Mode 0640 or 0600 would be more appropriate.
jaxb has been removed from jdk >=11. Explicitly add dependency to correct ClassNotFound exception from KV GetValue
We have a chronic issue with one of our services, where over time the metric count per instance will grow to the point it overwhelms our prometheus scraper. I think...
### OpsGenie API endpoint GET /v2/teams ### Returned data ``` [ { "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "name": "Database", "description": "DBA Team", "links": { "web": "https://app.opsgenie.com/teams/dashboard/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/main", "api": "https://api.opsgenie.com/v2/teams/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" } }, { "id": "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy",...
If the nagios server's DNS uses different domain search than the mongo cluster, the host required by -H may not match the name in the replset. Suggest adding a --name...