I would like to monitor my zimbra server via cacti and snmp.
But snmp seems not working after installation.
my system:
RedHat Fedora Core 4
Release 3.1.1_GA_394.FC4_20060505121237 FC4 FOSS edition
zmcontrol status reports
snmp Running cat /tmp/swatch.out reports
*** swatch version 3.1.1 (pid:7597) started at Thu Jul 6 11:11:00 CEST 2006
Admininterface
https://myhost:7071 Server status reports
snmp running less /opt/zimbra/log/zimbra.log reports nothing about snmp
My first problem is, that I couldn't find any open snmp-port 161 or 162
nmap myhost only reports the usual ports:
22 25 80 110 111 143 389 ...
My second problem is, that snmp-tools under /opt/zimbra/snmp-5.1.2/bin/ seems not to be working, even after including
/opt/zimbra/snmp/lib in /etc/ld.so.conf.d/zimbra.ld.conf
and running ldconf
example:
snmpwalk -v 1 -c zimbra localhost
reports running as user zimbra:
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
...
Timeout: No Response from localhost
Any tipps?