-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Peter,
Dne 23.1.2012 17:50, Peter Haag napsal(a): > Hi Tomas, > No - I can not reproduce that. All Nfsen installations, I have look fine. that's interesting, but I have found this issue on all collectors. I fix it by patch in attachement: Tomas > > - Peter > > On 1/23/12 17:06, Tomas Plesnik wrote: >> Hi list, >> >> I have found a problem in Statistics table in Details submenu. In the >> last row (TOTAL) there should be a sum of values in each channel, but >> the Packets column displays only the value of the last channel, not the sum. >> >> Best regards, >> >> Tomas >> >> >> ------------------------------------------------------------------------------ >> Try before you buy = See our experts in action! >> The most comprehensive online learning library for Microsoft developers >> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >> Metro Style Apps, more. Free future releases when you subscribe now! >> http://p.sf.net/sfu/learndevnow-dev2 >> _______________________________________________ >> Nfsen-discuss mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/nfsen-discuss > - -- Tomas Plesnik [email protected] CSIRT-MU, Network Security Department http://www.muni.cz/csirt Institute of Computer Science, Masaryk University, Brno, Czech Republic PGP key ID: 0x9D3722F3 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAk8dqYIACgkQGA/bT503IvMpkgCghijblFYPmOiRlCJXxnQ2zu4C ybwAn3eyrEphtnzX243Q3gNWB0VfCC78 =l5mp -----END PGP SIGNATURE-----
*** details.php.orig 2012-01-23 19:19:16.000000000 +0100
--- details.php 2012-01-23 19:19:41.000000000 +0100
***************
*** 1264,1270 ****
$i = 1;
$col = 1;
foreach ( array( '', '_tcp', '_udp', '_icmp', '_other' ) as $_type ) {
! $_val = ScaleValue($statinfo['packets' . $_type], $rateval);
if ( $statpref[$i] == 0 ) {
$_style = '';
} else {
--- 1264,1270 ----
$i = 1;
$col = 1;
foreach ( array( '', '_tcp', '_udp', '_icmp', '_other' ) as $_type ) {
! $_val = ScaleValue($packets_sum[$_type], $rateval);
if ( $statpref[$i] == 0 ) {
$_style = '';
} else {
details.php.patch.sig
Description: Binary data
------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________ Nfsen-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfsen-discuss
