Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 975 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 975 Bytes

Zabbix template for IBM Lotus Domino

This is a template for Zabbix monitoring system.

How to configure Lotus Domino (Windows)

  1. Install and setup windows SNMP service (community and allowed clients)
  2. Launch lnsnmp.exe -Sc from Domino directory for install Lotus SNMP service
  3. Restart SNMP services:
net stop snmp
net stop lsnmp
net start snmp
net start lsnmp
 
  1. In Domino Console load tasks what are you need:
    load quryset for SNMP queries
    load intrcpt for SNMP traps
    load collect for statistics threshold traps

How to configure Lotus Domino (Linux)

TODO

Install and configure template

TODO