Ankündigung

Einklappen
Keine Ankündigung bisher.

Probleme mit MIB's

Einklappen

Neue Werbung 2019

Einklappen
X
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Probleme mit MIB's

    Hi.

    ich bekomme immer wieder die nette fehlermeldung im Log meines Apachen (XAMPP):
    Code:
    Cannot find module (IP-MIB): At line 0 in (none)
    Cannot find module (IF-MIB): At line 0 in (none)
    Cannot find module (TCP-MIB): At line 0 in (none)
    Cannot find module (UDP-MIB): At line 0 in (none)
    Cannot find module (SNMPv2-MIB): At line 0 in (none)
    Cannot find module (SNMPv2-SMI): At line 0 in (none)
    Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
    Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
    Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
    Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
    Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
    Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
    Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
    Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
    Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
    Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
    Cannot find module (SNMPv2-TM): At line 0 in (none)
    [Mon May 03 07:05:55 2010] [notice] Child 3708: Child process is running
    Die MIB's liegen bei mir im Ordner
    Code:
    E:\xampp\php\extras\mibs
    jedoch als .txt alle.
    Das ist ja schonmal der erste fehler glaub ich!
    Aber ich hab gelesen, die sollte im ordner usr/mibs liegen. nur wo genau soll dieser liegen?
    Und was für eine Umgebungsvariable muss ich setzten um den Pfad zu konfigurieren?

    Danke euch

  • #2
    PHP: Installation - Manual
    Die Windowsdistribution enthält eine Unterstützung für SNMP im Verzeichnis mibs. Dieses Verzeichnis sollte nach DRIVE:\usr\mibs verschoben werden, ersetzen Sie dabei DRIVE mit dem Laufwerksbuchstaben, unter dem Sie PHP installiert haben, z.B c:\usr\mibs.
    [URL="http://www.robo47.net"]robo47.net[/URL] - Blog, Codeschnipsel und mehr
    | :arrow: [URL="http://www.robo47.net/blog/192-Caching-Libraries-and-Opcode-Caches-in-php-An-Overview"]Caching-Klassen und Opcode Caches in php[/URL] | :arrow: [URL="http://www.robo47.net/components"]Robo47 Components - PHP Library extending Zend Framework[/URL]

    Kommentar


    • #3
      und das alles nur einfach e "txt" dateien sind macht keine probleme?

      Kommentar


      • #4
        Zitat von Puccini Beitrag anzeigen
        und das alles nur einfach e "txt" dateien sind macht keine probleme?
        Probier es aus ?
        Ich kann nur sagen wie es bei mir unter Linux ist.

        Bei mir unter Debian liegen die mibs in /etc/snmp mit der Endung .conf

        Code:
        mib2c.access_functions.conf
        mib2c.array-user.conf
        mib2c.check_values.conf
        mib2c.check_values_local.conf
        mib2c.column_defines.conf
        mib2c.column_enums.conf
        mib2c.column_storage.conf
        mib2c.conf
        mib2c.container.conf
        mib2c.create-dataset.conf
        mib2c.genhtml.conf
        mib2c.int_watch.conf
        mib2c.iterate_access.conf
        mib2c.iterate.conf
        mib2c.mfd.conf
        mib2c.notify.conf
        mib2c.old-api.conf
        mib2c.perl.conf
        mib2c.scalar.conf
        mib2c.table_data.conf
        Und das sind nur einfache text-dateien.
        [URL="http://www.robo47.net"]robo47.net[/URL] - Blog, Codeschnipsel und mehr
        | :arrow: [URL="http://www.robo47.net/blog/192-Caching-Libraries-and-Opcode-Caches-in-php-An-Overview"]Caching-Klassen und Opcode Caches in php[/URL] | :arrow: [URL="http://www.robo47.net/components"]Robo47 Components - PHP Library extending Zend Framework[/URL]

        Kommentar


        • #5
          danke dir!

          hier auf arbeit hab ich nur einen xp rechner zum testen.
          aber der fehler ist erstmal weg.


          danke dir!

          Kommentar

          Lädt...
          X