Ad Widget

Collapse

push log file to zabbix from mobile app

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newbies
    Junior Member
    • Feb 2015
    • 1

    #1

    push log file to zabbix from mobile app

    hi,
    I have a mobile app that I want to be monitored in Zabbix. is there any way for me to push log files produced by the app to zabbix server periodically without installing anything (zabbix agent,etc) ? I've heard of zabbix_sender but can I use it on mobile app?
    kinda new to zabbix here, can anyone help me? thanks
  • authex
    Member
    • Jan 2014
    • 32

    #2
    Hi newbies,
    You could accomplish this, but there will be a lot of work involved.
    First of all, you will need a computer to virtualize a mobile device, and then send the dev logs to a local directory on your computer, then install Zabbix Agent on that computer.

    You will then need to configure Zabbix Server to find that log file in your computer. Android uses ADB and I'm sure you can set a script that would periodically send the file over.

    Hope this helps

    Comment

    Working...