I wrote a short guide, if anyone struggles to get the monitoring working:
Lotus Monitoring
- Log in to the Domino Server you want to monitor.
- Fill in the SNMP – Service Community, including the recipient PRTG Host.
- Open CMD
net stop snmp
net stop lnsnmp
- Navigate to the folder of the domino installation (e.g., c:\domino)
LNSNMP –Sc (Case Sensitive)
- Run the following:
net start snmp
net start lnsnmp
- Now insert the following command into the domino command shell. You need to put this command into the domino-config, otherwise the command wont work after a reboot.
load quryset
- The MIB-File is placed in the directory /Domino and named Domino.mib
For PRTG:
Start Paessler's MIB-Importer:
File | Import Mib File | Choose the MIB File | ok
File | Save for PRTG Network Monitor | Rename | ok
Last but not least create an SNMP Library Sensor and check the values you want to monitor
German:
Auf den zu überwachenden Domino-Server aufschalten
SNMP – Dienst Community eintragen, inklusive empfangenden Host
Cmd öffnen:
net stop snmp
net stop lnsnmp
In das Installationsverzeichnis von Domino navigieren
LNSNMP –Sc (Case Sensitive)
net start snmp
net start lnsnmp
In die Konsole muss folgender Befehl eingetragen werden:
(für eine dauerhafte Implementierung muss der Befehl in die Config eingetragen des Dominoservers eingetragen werden):
load quryset
Die MIB-Datei befindet sich im /Domino Ordner und heißt Domino.mib
Für PRTG:
Paessler MIB-Importer starten
File | Import Mib File | Mib File auswählen | ok
File | Save for PRTG Network Monitor | benennen | ok
Im PRTG nun einen SNMP-Bibliothek-Sensor hinzufügen und dort die gewünschten Einträge Auswählen
Kind regards
Felix Saure
Add comment