skydive-project / skydive-flow-matrix

Flow matrix from Skydive
Apache License 2.0
5 stars 6 forks source link

No result, please check analyzer address. Analyzer is work. #8

Open patsevanton opened 5 years ago

patsevanton commented 5 years ago

Install latest skydive by ansible. Screenshot from 2019-10-18 16-18-37

Check analyzer:

curl 172.26.9.37:8082 | head
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  9812    0  9812    0     0  4629k      0 --:--:-- --:--:-- --:--:-- 9582k
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8"/>
  <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
  <title>Skydive Dashboard</title>

  <link rel="icon" type="image/png" href="/statics/img/skydive-logo-16x16.png" />

But

skydive-flow-matrix --analyzer 172.26.9.37:8082 --username admin --password password  --insecure
No result, please check analyzer address

How run skydive-flow-matrix

safchain commented 5 years ago

Did you activated the socketinfo probe ? https://github.com/skydive-project/skydive/blob/master/etc/skydive.yml.default#L207 sorry this is not mentioned but required to get socket information

patsevanton commented 5 years ago

Work inventory:

[skydive:children]
analyzers
agents

[skydive:vars]
skydive_listen_ip=0.0.0.0

[analyzers]
172.26.9.72

[agents]
172.26.9.69
172.26.9.70
172.26.9.71

[agents:vars]
skydive_extra_config={'agent.topology.probes': ['socketinfo',], 'logging.level': 'DEBUG'}
patsevanton commented 5 years ago

https://github.com/skydive-project/skydive/pull/2079