jgrammen-agilitypr
jgrammen-agilitypr
There is apparently "secure" info in last_run_report so puppetlabs have made the file not world readable. That means that it is not possible for the script to read that file.
attempts to install konga using python 3 it fails during the running on `npm install` it seems to fail on the attempted compilation of node-sass First attempt ``` [email protected] postinstall...
### What Versions are you running? OS Version: Windows 10 VSCode Version: 1.65.1 Puppet Extension Version: 1.4.0 PDK Version: 2.4.0 ### What You Are Seeing? no hover support or f12...
When running the script via icinga2, the following error is returned: `ERROR: Description table : No response from remote host "10.x.x.x".` There are three cisco 3650's in a stack, and...
https://medium.com/analytics-vidhya/password-hashing-pbkdf2-scrypt-bcrypt-and-argon2-e25aaf41598e Timetracker should be using a cryptographically secure password hashing algorithim. And since bcrypt is built in, and reasonably secure it should be the baseline. Ideally with an option to...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Kong version (`$ kong version`) 2.3.3 ### Current Behavior when pulling information from...
# Checklist - [x ] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+) for similar or identical bug reports. - [x ] I have checked the [pull requests list](https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22Category%3A+Documentation%22) for existing proposed...
Allow the configuration of multiple AD/LDAP hosts to allow for failover when one is unavailable something like the following ``` KONGA_LDAP_HOST=ldaps://ad01.local.net:636 ldaps://ad02.local.net:636 ```
## Describe the Bug When setting up a mysql_login_path as a non root user the module fails to create the login_path with the error ``` Debug: Executing with uid=nagios: '/usr/bin/mysql_config_editor...
## Is your feature request related to a problem? Please describe. icinga2 supports influxdb for its timeseries data (performance metrics), but it would be nice if it supported timescaleDB. The...