I wonder if there isn't an error at 
https://github.com/tohojo/flent/blob/710f9f253944668b3d4200e1e3aa90cecba954db/flent/runners.py#L1251
like it should be 
```
                    or "http://{}/filelist.txt".format(self.settings.HOST))
```
else in the log I get
```
2018-06-07 09:10:48,860 [flent.runners] DEBUG: Forked 
/nix/store/g0bxw4naz8gzx46p0gavh4p76r9dian5-http-getter/bin/http-getter as pid 
17301
2018-06-07 09:10:48,860 [flent.runners] DEBUG: HTTP latency: Starting watchdog 
with timeout 90
2018-06-07 09:10:48,862 [flent.runners] DEBUG: Started TimerRunner idx 0 
('Watchdog [HTTP latency]')
2018-06-07 09:10:48,863 [flent.runners] DEBUG: Started HttpGetterRunner idx 0 
('HTTP latency')
2018-06-07 09:10:50,065 [flent.runners] WARNING: Program exited non-zero.
Runner class: HttpGetterRunner
Command: 
/nix/store/g0bxw4naz8gzx46p0gavh4p76r9dian5-http-getter/bin/http-getter -i 200 
-l 60 -t 60000  -n 4 -6 http://%s/filelist.txt
Return code: 6
Stdout: -- OUTPUT START -->
Total 0 successful of 1 cycles. 0 total requests. min/avg/max = 
-1.000/-nan/-1.000 seconds.
<-- OUTPUT END --
Stderr: -- OUTPUT START -->cURL error: 'Couldn't resolve host name' while 
getting URL list at http://%s/filelist.txt.
<-- OUTPUT END --
2018-06-07 09:10:50,065 [flent.runners] WARNING: Command produced no valid data.
```



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/137
_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

Reply via email to