Hi I am new to Zabbix and SNMP, I would like to use snmp to do some monitoring of a bunch of Windows servers, I have zabbix on a linux server and it is working, I went back to do the configuration of the zabbix server to recomplie and include net-snmp, I have net-snmp instill on the linux box and used this command line to do the config.
./configure --enable-server --enable-agent --with-oracle=/opt/app/oracle/product/11.2.0/dbhome_1/ --with-oracle-lib=/opt/app/oracle/product/11.2.0/dbhome_1/lib --with-openipmi --with-net-snmp=/etc/snmp
With this error:
configure: error: Invalid NET-SNMP directory - unable to find net-snmp-config
There is a snmp.conf file in the directory.
little help please.
./configure --enable-server --enable-agent --with-oracle=/opt/app/oracle/product/11.2.0/dbhome_1/ --with-oracle-lib=/opt/app/oracle/product/11.2.0/dbhome_1/lib --with-openipmi --with-net-snmp=/etc/snmp
With this error:
configure: error: Invalid NET-SNMP directory - unable to find net-snmp-config
There is a snmp.conf file in the directory.
little help please.
Comment