On Thu, Jul 20, 2006 at 03:33:55PM +1000, Gibbs, Darren wrote:
> Warning: Division by zero in
> /usr/local/jffnms/engine/analyzers/sla.inc.php(62) : eval()'d code on
> line 1
> 
> Can anyone shed some light on what I might have broken here?
I believe line 62 is the bit of code that handles the variables you show
in the alarms.  Most likely you are doing something like showing
$a/$b and $b is 0.

php can give this error for completely unrelated reasons too.

If you're not sure which one is doing it, put 
  debug($eval_express); 
on the line above it.

 - Craig
-- 
Craig Small      GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.enc.com.au/   MIEE         Debian developer
csmall at : enc.com.au                      ieee.org           debian.org

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to