X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=contrib%2Fossec-eps.sh;h=248d5a035cf2d6bd3cdf96afcecb38a6876fa09e;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=b38c0241e4027989fae290d635fbdb898a2bdb0a;hpb=789cbc8e52da68eba3517b920ef22e000cf3c9fd;p=ossec-hids.git 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