Ad Widget

Collapse

Ping from a console app to Zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alexmuntean
    Junior Member
    • Jun 2018
    • 1

    #1

    Ping from a console app to Zabbix

    Hello, I am quite new to Zabbix but here is my problem:
    I have some Console Apps hosted in Azure.
    I have my Zabbix machine in Google Cloud.

    What I want to do is ping from those apps to Zabbix...like a check in ping. If zabbix does not receive a ping from the app, it should say that the app is down. Is this possible to do with Zabbix ?
  • kernbug
    Senior Member
    • Feb 2013
    • 330

    #2
    Originally posted by alexmuntean
    Hello, I am quite new to Zabbix but here is my problem:
    I have some Console Apps hosted in Azure.
    I have my Zabbix machine in Google Cloud.

    What I want to do is ping from those apps to Zabbix...like a check in ping. If zabbix does not receive a ping from the app, it should say that the app is down. Is this possible to do with Zabbix ?
    Hello

    I'm not familier with Console Apps, but if you have API access to Azure no problem with it. You need a custom script written in go/python/perl/bash... whatever you know and Zabbix items with external check type.

    More about external checks https://www.zabbix.com/documentation...types/external.


    Comment

    Working...