Title: Blank local traffic map

It would appear that nothing is getting in my ntop.dot ...

/var/lib/ntop# cat ntop.dot
digraph ntop {
node [shape = polygon, sides=4, fontsize=9, style=filled, fontname="Helvetica"];
}

Network_map.png is being generated, but is blank.  I cannot find anything wrong with the dot commands from the source of networkMap.html:

<!-- sort command is sort -u /var/lib/ntop/ntop-all.dot > /var/lib/ntop/ntop-sort.dot -->
<!-- dot(generate) command is /usr/local/bin/dot -Tpng -Goverlap=false /var/lib/ntop/ntop.dot -o /var/lib/ntop/network_map.png 2>&1  -->
<!-- dot(cmap) command is /usr/local/bin/dot -Tcmap -Goverlap=false /var/lib/ntop/ntop.dot -->

I have set the Local Subnet Address (-m) to 10.0.0.0/8 .  Is there something else to configure that I am missing?

Thanks.

--
Steve

_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to