Is it possible to have Zabbix monitor my servers without agent installation? Could it be something like collecting things from net-snmp only?
Ad Widget
Collapse
Monitor with agent
Collapse
X
-
Originally posted by thardawayIs 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.
DoLook at the output and select the OID which you want to monitor.Code:snmpwalk -v 2c -c <community string default public> 127.0.0.1 >/tmp/snmpwalk.log
Make sure that you have enable snmp on your system. If not start it with /etc/init.d/snmpd start -
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
NancyComment
Comment