Hi! I'm interested on how to implement agentless monitoring in Zabbix. We have an existing zabbix server and I wanted to monitor several servers but apparently I have to do it agentless. How can I monitor my server specifically the disk drive, memory usage, cpu usage. Hope you guys can help me. Thank you very much.
Ad Widget
Collapse
Zabbix Agentless Monitoring
Collapse
X
-
Hi sir, thank you for providing the links for this but can you help me step by step? Im quite new to this.
-
Since you're new to this, i strongly recomend you to search about the zabbix concepts (the documentations is your best friend).
Some of the important concepts:
A) Host (a 'machine' or devide monitored by zabbix)
B) item (a value read from an host)
C) Trigger ( a 'formula' that when is TRUE creates a problem)
D) Templates ( a model with predefined items and triggers that you apply to some hosts).
Mostly if you are searching for an 'agentless' monitoring you must already know which type of solution you can use to monitor.
1) SNMP is a protocol for monitoring devices (very common in network devices),
2) Simple checks - like a ping from the zabbix server
3) External check - a command or script executed by zabbix server or proxy the returns a value
4) ssh - zabbix fires a ssh connection to the host, execute some command and return the value
5) telnet - similar to ssh.
...
It's beter if you say what you want to monitor, or search the documentation
https://www.zabbix.com/documentation...tems/itemtypes
Comment
Comment