Nicolas Hennion
Nicolas Hennion
Same issue here with Logstash 6.2.3. ``` $ logstash-plugin prepare-offline-pack --overwrite --output logstash-plugins.zip logstash-output-influxdb Net::HTTPServerException: 407 "Proxy Authentication Required" error! at /home/nhe/logstash-6.2.3/vendor/jruby/lib/ruby/stdlib/net/http/response.rb:120 value at /home/nhe/logstash-6.2.3/vendor/jruby/lib/ruby/stdlib/net/http/response.rb:129 connect at /home/nhe/logstash-6.2.3/vendor/jruby/lib/ruby/stdlib/net/http.rb:925 do_start at...
Any HTTP proxy configure on your browser ?
In the develop branch, a new configuration key has been added to define the maximum length of container's names. See https://github.com/nicolargo/glances/issues/1723 for detail. Perhaps, it will be nice to add...
Is it working in terminal mode ?
Try to clean your web browser cache and restart Glances.
Hi all, the Debian package issue for the Web UI is a pain in the arse... Sorry for that. **My advice is to use the [Pypi installation procedure](https://github.com/nicolargo/glances#pypi-the-standard-way).** Nevertheless, if...
First version implemented in the develop branch. **TODO**: - [x] - Implement the WebUI - [ ] - Tests
To be tested.
Testbed for Linux user (or / for developer without a ZFS pool): ``` $ sudo dd if=/dev/zero of=/file1 count=100000 bs=1024 $ sudo zpool create zsfpool /file1 $ sudo zpool list...