Guilherme Nogueira
Guilherme Nogueira
O meu código de rastreamento acabou de ser liberado e como era de se esperar, o sistema dos Correios ainda não foi atualizado. No entanto, o código retorna um erro...
When copying over the original file, it would be good to be able to pass several mkv files to the script (full paths or *.mkv, etc), and it would iterate...
FFmpeg was removed from official repos as of Ubuntu 14.04. I have successfully used the script by installing libav-tools and creating a symbolic link to ffmpeg: sudo ln -s /usr/bin/avconv...
*Installation details* Panel Name: Requests/s Dashboard Name: Overview Scylla-Monitoring Version: 4.0.0 Scylla-Version: 5.0.1 Alternator metrics not accounted for Requests/s on the Overview panel. The panel formula encompasses CQL and Thrift...
Scylla Monitoring role has a variable `scylla_manager_ip` in its defaults that is used to point out the IP address for Manager. https://github.com/scylladb/scylla-ansible-roles/blob/33af6ea121f42cb3e4c7caf8f71f0ad0aa85fc62/ansible-scylla-monitoring/defaults/main.yml#L16-L17 Later on, Prometheus config file `scylla_manager_servers.yml` file is...
Node exporter bundled with Scylla has its name changed from `node-exporter` to `scylla-node-exporter`. Thus, all affected builds are failing to start node-exporter during deployment with the Ansible Node role as...
Defining `scylla_yaml_params` within a playbook drops all default options for that entry defined in defaults/main.yml. We should extend the defaults rather than erasing them when users provides custom `scylla_yaml_params`. If...
When creating `./scylla_servers.yml` while not having an allow-all sudo rule for my local computer, I get this error: ``` TASK [ansible-scylla-node : store output in a file] ******************************************************************************************** fatal: [xyz...
When inferring schema from base DynamoDB table, Migrator skips indexes creation. Indexes cannot be created after the fact, so users have to resort to manually create the schema + indexes...
One customer needs to preserve TTL for individual items inside collections (maps in this case).