PDA

View Full Version : Poller. SNMP:OFF


drathi81
24-11-2005, 18:16
Hi forum,

I've just updated from 1.1alpha11 to 1.1beta2 and have some trouble using snmp. I've compiled zabbix on a SuSE 9.3 System with net-snmp and net-snmp-devel installed. I've configured it with
./configure --with-mysql --with-net-snmp --enable-server
and got the following output:
checking for MySQL support... yes
checking for floor... no
checking for floor in -lm... yes
checking for compress in -lz... no
checking for PostgreSQL support... no
checking for NET-SNMP support... checking for main in -lcrypto... yes
yes
checking for UCD-SNMP support... no
checking for LDAP support... no
ok (linux-gnu)
checking for the kernel version... 2.6 family (2.6.11.4-21.9-smp)

Make and make install also went well, I've replaced the rc.d script and the zabbix_server.conf :)
Starting und stopping the server goes well, no error messages. But I wonderd, why my SNMP Items went off... :confused:
Looking in the zabbix_server.log showed me, that the SNMP-Poller ist OFF :mad:
021498:20051124:181343 Starting zabbix_server. ZABBIX 1.1beta2.
021500:20051124:181343 server #1 started [Alerter]
021501:20051124:181343 server #2 started [Timer]
021504:20051124:181343 server #3 started [ICMP pinger]
021506:20051124:181343 server #4 started [Escalator]
021507:20051124:181343 server #5 started [Poller. SNMP:OFF]
021511:20051124:181343 server #7 started [Trapper]
021509:20051124:181343 server #6 started [Trapper]
021512:20051124:181343 server #8 started [Trapper]
021515:20051124:181343 server #9 started [Trapper]
021517:20051124:181343 server #10 started [Trapper]
021498:20051124:181343 server #0 started [Housekeeper]

Anyone an idea, what went wrong?

Thanks

drathi81
25-11-2005, 10:00
Ok, the problem is solved - but even I do not know why! Starting and stopping zabbbix didn't change the situation. :(
Today I've downloaded the source again, copied it to the server and did a completly new configure, make and make install - with no new settings. Now it is working
11666:20051125:095556 server #2 started [Timer]
011669:20051125:095556 server #3 started [ICMP pinger]
011670:20051125:095556 server #4 started [Escalator]
011676:20051125:095556 server #7 started [Trapper]
011678:20051125:095556 server #8 started [Trapper]
011680:20051125:095556 server #9 started [Trapper]
011682:20051125:095556 server #10 started [Trapper]
011663:20051125:095556 server #0 started [Housekeeper]
011674:20051125:095556 server #6 started [Trapper]
011672:20051125:095556 server #5 started [Poller. SNMP:ON]

Don't ask why.... :confused: