It seems that your interfaces table is corrupted. You can simply run the cleanup_raw_table.php (/opt/jffnms/engine) script or run this in bash
mysql -u jffnms -pjffnms jffnms -e "repair table interfaces; optimize table interfaces" ==> I suppose that your table, password and user are "jffnms", change one of them if needed Hope that's help _______________ David LIMA Ingénieur réseaux et systèmes Linux Professional Services Bureau : +33 (0)3 88 30 87 71 Mobile : +33 (0)6 67 49 61 43 www.scc.com -----Message d'origine----- De : Mario Alberto Lozano García [mailto:[EMAIL PROTECTED] Envoyé : vendredi 7 octobre 2005 17:26 À : [email protected] Cc : LIMA David Objet : RE: [jffnms-users] net-snmp on windows Thank you David. I'm starting to study that option it seems better. But first I have to fix a problem that started this morning. This morning my jffnms box show a db message that says that it can't open a file "interfaces.myd" this has happened before but didn't have so many interfaces as today so I reinstall everything on that time. Can anybody Help? Thank you. Mario Alberto Lozano -----Mensaje original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de LIMA David Enviado el: Viernes, 07 de Octubre de 2005 02:51 a.m. Para: Mario Alberto Lozano García; [email protected] Asunto: RE: [jffnms-users] net-snmp on windows Hi Alberto, I think net-snmp on cygwin has to be compiled with some special flags to support other mib branches than the Interface one. Do the snmpwalk of host,snmp branch inside MIB-2 outputs something ? if yes perhaps the snmp discovery script from JFFNMS does not understand some values. You can also see this : http://marc.theaimsgroup.com/?l=jffnms-users&m=112238239516357&w=2 to achieve the same result. Hope that's help. _______________ David LIMA Professional Services www.scc.com ________________________________________ De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Mario Alberto Lozano García Envoyé : vendredi 7 octobre 2005 3:15 À : [email protected] Objet : [jffnms-users] net-snmp on windows Hello everyone. I need to monitor Windows NT Servers and the snmp agent that comes with it sucks, so I decided to install the net-snmp version but no matter what I do JFFNMS only is able to see the network interfaces and that's all, how can I configure it to check on all the processes running. I did a snmp walk -v 1 -c and the win box did return info Any idea? Thanks in advance Mario Lozano ---------------------------------------------------------------------------- -------------- Ce message contient des informations dont le contenu est susceptible d'être confidentiel. Il est destiné au(x) destinataire(s) indiqué(s) exclusivement. A moins que vous ne fassiez partie de la liste des destinataires, ou que vous soyez habilité à recevoir le mail à leur place, il vous est interdit de le copier, de l'utiliser ou de dévoiler son contenu à un tiers. Si vous avez reçu cet email par erreur, merci de prendre contact avec l'émetteur. Les opinions exprimées dans cet e-mail sont celles de l'émetteur et ne reflètent pas nécessairement celles de l'entreprise. Ce e-mail peut contenir des pièces jointes dont certaines pourraient contenir des virus qui pourraient endommager votre système informatique. La compagnie a pris toutes dispositions afin de minimiser ce risque et décline toute responsabilité pour toute perte ou dommage résultant directement ou indirectement de l'utilisation de cet email ou de son contenu. Il vous appartient d'effectuer vos propres contrôles anti-virus avant d'ouvrir la ou les pièces jointes. ---------------------------------------------------------------------------- -------------- ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
