View Full Version : Monitor with agent
thardaway
08-03-2006, 10:36
Is it possible to have Zabbix monitor my servers without agent installation? Could it be something like collecting things from net-snmp only?
Is it possible to have Zabbix monitor my servers without agent installation? Could it be something like collecting things from net-snmp only?
Yes you can monitor your zabbix server with using snmp.
Do snmpwalk -v 2c -c <community string default public> 127.0.0.1 >/tmp/snmpwalk.log
Look at the output and select the OID which you want to monitor.
Make sure that you have enable snmp on your system. If not start it with /etc/init.d/snmpd start
mary nancy
08-03-2006, 21:29
Hi
I am able to monitor my zabbix server. I have installed agent on zabbix server. The zabbix server considers it as a host and monitors it. It establishes connection with the server ( in the sense it connects to itself) and gets the values for the parameters configured
Regards
Nancy