I dont know why, when I select all rows in traps table it returns empty, I am testing JFFNMS in two boxes one is a windows xp, and the other one is where I installed JFFNMS, which is a windows 2003 server, Id already check the configuration for snmptrap service and it seems to be fine, but since I restart the service Ive been receiving this warnings every time the poller runs:
<9>Feb 15 15:17:06 security[failure] 529 NT AUTHORITY\SYSTEM Error al iniciar sesión: Razón:Nombre de usuario desconocido o contraseña incorrecta
<9>Feb 15 15:17:06 security[failure] 680 NT AUTHORITY\SYSTEM Inicio de sesión intentado por: MICROSOFT_AUTHENTICATION_PACKAGE_V1_0 Cuenta de Inc.
And when i run the rrd_analizer in the prompt I received this values [for all interfaces the rrd values are (-1)]:
C:\jffnms\engine>c:\php\php.exe -f c:\jffnms\engine\rrd_analizer.php
11:26:06 I7 : ==================================================================
========================
11:26:06 I7 : Start: 2006-02-15 10:50:00 Stop: 2006-02-15 11:20:00
Measures: 6
11:26:06 I7 : cpu(-1) num_users(-1) num_procs(-1) tcp_active(-1) tcp_passive(-1) tcp_established(-1)
11:26:06 I7 : ------------------------------------------------------------------------------------------
11:26:06 I7 : sla : Cond0: (-1 > 90) = 0 -FALSE- CPU > 90%: -1 %
11:26:06 I7 : sla : Cond1: (-1 > 100) = 0 -FALSE- Processes > 100: -1 Processes
11:26:06 I7 : sla : Cond0= Eval 1 vs 0: 0 OR 0 = 0
11:26:06 I7 : sla : Final Eval: False.
11:26:06 I8 : ==================================================================
========================
11:26:06 I8 : Start: 2006-02-15 10:50:00 Stop: 2006-02-15 11:20:00
Measures: 6
11:26:06 I8 : storage_block_size(-1) storage_block_count(-1) storage_used_blocks(-1)
11:26:06 I8 : ------------------------------------------------------------------------------------------
11:26:06 I8 : sla : Cond0: ( -1 > ((-1*80)/100)) = 0 -FALSE- Used > 80%: 100 %
11:26:06 I8 : sla : Final Eval: False.
11:26:06 I9 : ==================================================================
========================
11:26:06 I9 : Start: 2006-02-15 10:50:00 Stop: 2006-02-15 11:20:00
Measures: 6
11:26:06 I9 : storage_block_size(-1) storage_block_count(-1) storage_used_blocks(-1)
11:26:06 I9 : ------------------------------------------------------------------------------------------
11:26:06 I9 : sla : Cond0: ( -1 > ((-1*80)/100)) = 0 -FALSE- Used > 80%: 100 %
11:26:06 I9 : sla : Final Eval: False.
11:26:06 I10 : =================================================================
=========================
11:26:06 I10 : Start: 2006-02-15 10:50:00 Stop: 2006-02-15 11:20:00
Measures: 6
11:26:06 I10 : storage_block_size(-1) storage_block_count(-1) storage_used_blocks(-1)
11:26:06 I10 : ------------------------------------------------------------------------------------------
11:26:06 I10 : sla : Cond0: ( -1 > ((-1*80)/100)) = 0 -FALSE-Used > 80%: 100 %
11:26:06 I10 : sla : Final Eval: False.
11:26:06 I11 : =================================================================
I hope you can help me to find what I am missing or what is wrong.
Thanks
Andrea Acosta Espejo