Marta Gómez Macías

Results 24 comments of Marta Gómez Macías

Try running the command as root: ```shellsession $ GOBIN=`go env GOPATH`/bin sudo vt completion bash > /etc/bash_completion.d/vt ```

Hello @tlansec, Feel free to open a pull request with some logging lines you'd find useful. Also, feel free to provide more details about your problem so we can assist...

Hello @Still34, The `subdomains` relationship only returns up to 100 elements. This is a limitation in our backend that we are currently working to improve. This should not happen with...

The following DB request should be used in order to retrieve all necessary information at once: ```sql # sqlite3 /var/ossec/queue/db/000.db SQLite version 3.22.0 2018-01-22 18:45:57 Enter ".help" for usage hints....

This error also happens in syscollector API calls: ```shellsession # curl -u foo:bar "localhost:55000/experimental/syscollector/hardware?pretty&search=3024112" { "error": 1000, "message": "list index out of range" } ```

Hello @Cerv1, Those escape characters are added by Python's XML Etree library. Here's a screenshot debugging our XML reader with Pycharm: ![imagen](https://user-images.githubusercontent.com/8604906/52860164-f75f8600-312e-11e9-98e5-7af607273e93.png) As you can see, those characters are already...

A mí me parece una buena idea. Quizá los usuarios lo encuentren más sencillo de usar, ya que es el diseño que ahora mismo tienen la mayoría de páginas web...

Hello @ludusrusso, Thank you for your suggestion. Feel free to make a contribution to fix the problem :). Regards, Marta

Hello @jaimeatwork, can you provide more detail about the issue? Thanks! Regards, Marta

Hello again! I have been doing some research on this issue. This is a huge project with lots of different components involved: we're deploying lots of instances with different roles...