X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=contrib%2Fossec-eps.sh;h=248d5a035cf2d6bd3cdf96afcecb38a6876fa09e;hp=b38c0241e4027989fae290d635fbdb898a2bdb0a;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/contrib/ossec-eps.sh b/contrib/ossec-eps.sh index b38c024..248d5a0 100755 --- a/contrib/ossec-eps.sh +++ b/contrib/ossec-eps.sh @@ -25,6 +25,6 @@ done EPSAVG=$(($EPSSUM/$COUNT/(86400))) -echo Your total lifetime number of events colected is: $EPSSUM +echo Your total lifetime number of events collected is: $EPSSUM echo Your total daily number of events average is: $(($EPSSUM/$COUNT)) echo Your daily events per second average is: $EPSAVG