Alex
Alex
I think this is a very useful feature to avoid data loss for critical data and still keep a simple and robust data pipeline. Is there any plan to include...
Ended up adding rabbitMQ into the mix to ensure data persistence at Telegraf buffer.
I had to add Allow from localhost at apache conf. 127.0.0.1 was not enough. I saw this from forbidden logs at syslog.
In CentOS7 I did the following for offline install: At a Clean CentOS7 ran: # Download RPMs yum -y install python-pip python-websockify supervisor nginx gcc python-devel --downloadonly --downloaddir=/root/webvirtrpms # download/install...
Indeed a very needed feature for multi-tenant setups.
You should be able to install on Centos 7 without issues. The site has all info. Apart from the errors mentioned, what do you receive when you try to acess...
Steps for Centos7: git clone git://github.com/retspen/webvirtmgr.git cd webvirtmgr pip install -r requirements.txt ./manage.py syncdb ./manage.py collectstatic # Create User ./manage.py createsuperuser username: someuser passwd: yourpass # Change user password python...
On Oct 16, 2017 22:21, "Chad Abizeid" wrote: Thanks. So far getting these errors already... `Installed: git.x86_64 0:1.8.3.1-12.el7_4 Dependency Installed: libgnome-keyring.x86_64 0:3.12.0-1.el7 perl.x86_64 4:5.16.3-292.el7 perl-Carp.noarch 0:1.26-244.el7 perl-Encode.x86_64 0:2.51-7.el7 perl-Error.noarch 1:0.17020-2.el7...
Please follow all steps carefully. You are receiving simple errors that show you where the issue is. You need few linux commands knowledge in order to complete the steps. cp:...
The last command is showing you are running a second time manage.py, and this time without ./. Why? Is this in the steps provided? You either run it as .*/manage.py*...