What will Zabbix 4.0 bring to the table?
April 10, 2018Marketing and monitoring. Improve your campaigns with Zabbix
February 11, 2019
Android devices monitoring with Zabbix
Every day Android devices are more widely used in the enterprise environment as a working tool, beyond its use as mobile phone. Every time is less unusual to find in factories and offices tablets, mobile phones and even televisions (and in the medium term, PCs) for applications that did not exist before or for those reserved to other types of devices specially built for them: barcode readers for logistics, screens in industrial operator positions, access systems, etc.
Thus, the need of monitoring Android devices in corporate environments has been growing consequently. In Muutech we believe that these devices are a key element to monitor because for a lot of IT managers the management of this equipment can be a nightmare, since its hardware and software change much more frequently than the classic IT devices.
Zabbix and Android
There is not yet available an official Android agent developed by Zabbix. As you may know, Zabbix is a tool whose development is controlled only by one company (Zabbix), so they are who determine the feature roadmap, while they have opened the option of doing a kind of “crowdfunding” to develop some features (
https://www.zabbix.com/development_services), among them we will find the Zabbix agent for Android:
Unnoficial Zabbix Agent
If we do not want to wait until they reach those 18.000€, here in Muutech we have been testing an alternative that works relatively well, the Unofficial Zabbix Agent:
To enable the agent, we should press “ON” in “Service Online”. For each configuration change we should turn the service off and on.
In “Setting”, we should check “Start at boot” to make the agent start as a service (in our experience a device full restart is needed at this point). The other settings go this way:
- Port: agent port (we can leave it at its default)
- Comma separated list of authorized server: IP address of our Zabbix server.
- Enable active checks: the active mode would allow us to gather data when the device is behind some firewall or in Dynamic IP addresses network, but after our test active mode it is not working well when Android sleeps.
- Server host/ip: here we will write the IP address of the server Zabbix for the active items.
- Server port: Zabbix port of the server for active items.
- Agent hostname: the name of the host, that must be the one configured in Zabbix for the active items.
In the last version there is a new option to introduce “UserParameters”, a Zabbix agent native option that allow to use custom script to monitor the device.
We have shared in our GitHub some templates to import in the Zabbix server that use all the supported item at this moment by the agent (in non-rooted devices):
https://github.com/muutech/zabbix-templates/tree/master/ANDROID
Thus, we can monitor, among others:
- CPU load
- RAM load
- GPS position (not only Google will control our movements…)
- Level and state of battery
- Network traffic on all interfaces
- Memory occupation
- Inventory parameters: Android version, total RAM
We will be checking how this “unofficial” agent evolve, trusting that the problem with active items will be solved and that it will include the use of certificates and shared keys to secure communications between Zabbix server and agent, so we can use it outside our private network or VPN (working in passive mode force the agent to be reachable by the server).
But, in general, we should say that this agent is a very good solutions to monitor the performance of our Android device in our office or factory.
If you have any comments or doubts, please contact us.
CEO & MANAGING DIRECTOR
Expert in IT monitoring, systems and networks.
Minerva is our enterprise-grade monitoring platform based on Zabbix and Grafana.
We help you monitor your network equipment, communications and systems!
Subscribe to our Newsletter
12 Comments
Dear Writer
This is not up to date anymore.
I tried importing the entire gitbhub XML for Android.
But i do not even see half of the things you summarized.
This template was updated 3 years ago.
It would be cool of we could monitor an android oreo with zabbix.
Can you help me get this up and running?
thx in advance
Johno Vandaele
Sure we can try to help. Have you been able to import the complete template? Which Zabbix version do you use? Do you have the Zabbix Unofficial Agente updated?
Regards,
Victor
Hi,
May I ask for how it can monitor the network utilization? So, it can get the CPU, Memory and disk. But it did not have network utilization.
I installed the zabbix agent on the android 7.x
Could you please suggest?
Thanks,
Hello!
Have you check the filter in the “network interfaces” discovery rule? It has a default filter that may not match the name of your interfaces.
Let us know it this helps.
Kind regards,
Dear expert,
can i have new template for android for zabbix 5.0 above
appreciate it
thanks
Sure! You can download it from here https://www.dropbox.com/t/g7qiCK0Kxk0P7ZOu
the link on dropbox is broken
https://www.dropbox.com/t/ewxoGghHyyywD8Vv
the link on dropbox is broken
https://www.dropbox.com/t/PEM3IBPOv75Bmrrb
Hi, trying to monitor android 11 with zabbix, but can not get info about current cpu load.
With agent version 5.1 receiving message Not supported on Android Oreo or later (see https://issuetracker.google.com/issues/37140047)
is there a way to get this param from host?
We did not find a solution for that, seems like an Android limitation 🙁