> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
> Nice of you to generate a PR and then delete all of the information...
<snip/>
> Well if you really need the PR info everytime.....
Sorry for being snippy. When a PR comes it, I usually create a folder in my
'Open PRs' directory. I didn't and so didn't see this was a continuing
discussion. As to repeating all the PR stuff... no, it's not usually
necessary - but in general, since I get 10s of ntop messages per day and
100s total, it's not a bad practice to refresh my memory, esp. if a few days
have elapsed.
> Yes the numeric values are from the right of the graphs. And clearly when
> comparing the graphs its like night and day.
>
> Here are the dumps
>
> rrdtool fetch bytesRcvd.rrd AVERAGE |grep -v nan |grep -v
> '0.0000000000e+00'
>
> counter
>
>
> Domain Host
> 1077802500 2.57E+03 1077802500 4.81E+01
> 1077802800 1.44E+03 1077802800 7.27E+01
Truly odd.
The text version is taken from an rrd extract operation, so it should always
represent the same data.
have to take a run through rrdPlugin.c - the two sets of fields are updated
in different ways. If this happened post 3.0pre1, you might try removing
the line I added:
if ((el->fullDomainName == NULL)
|| (el->fullDomainName[0] == '\0')
|| (el->dotDomainName == NULL)
>>>>> || (el->hostResolvedName[0] == '\0')
|| broadcastHost(el)
) {
continue;
}
It shouldn't matter either way (full and dot are set at the same time as
hostResolvedName.
Now those fields are not valued immediately - it can take a while for the
dns query to be run, so there could be a point in time where host has a
value and domain didn't (host is done via IP or MAC, domain, obviously,
needs the resolved name).
No clue yet - let me know when this started appearing (and if it's post
3.0pre1, whether deleting the line helps). I'll look it over when I get
more time.
-----Burton
PS: The mailing lists don't like MIME - if you can turn it off - or just
change the format of the particular message to plain text, that sometimes
helps!
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop