If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
The package with snmpd in [at least on Debian and Fedora] comes with a configurator called 'snmpconf'. It asks you questions about what aspects of the system you want to monitor with SNMP, and then creates an snmpd.conf accordingly. That would be a good place to start.
ok, but I have to use snmpconf on the host to control, right?
Yes, you run snmpconf on the host where you intend to run snmpd. snmpd.conf is the config file for snmpd. If you're struggling with SNMP, you might find it easier to use the Zabbix agent, assuming there's a package available for the platform you want to monitor.
zabbix on how I going to take that particular host? Only through the ip address?
That depends on your network setup. If you can resolve the target host by name, use the hostname. If you can't, use the IP address. If you want to use the hostname but can't set up DNS, add it to /etc/hosts.
if I create an item for SysDescr.0 for the hosts must monitor their OID taken by the command snmpget works, but if I try another OID always taken with the command snmpget tells me that the OID is not supported.
From the terminal will not be any problem.
how can I do?
You need to configure the 'Type of information' field on the Zabbix item to match what type of data you'll expect to get from the host, eg SysDescr would be 'Text'.
Comment