Ad Widget

Collapse

Monitoring external restful api

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • andrea.consadori
    Member
    • Apr 2013
    • 94

    #1

    Monitoring external restful api

    Hi,
    if not using external bash is it possible to create a template to grab information from other programs api?

    i want to make a graph of graylog2 alarms and i can take from this api

    Query: http://mysyslogserver:12900/count/total
    Reply: {"events":7112759}

    with username and passowrd in a popup (from bash script i skip them with curl -u userassw)
  • jvalenzani
    Member
    Zabbix Certified Specialist
    • Sep 2010
    • 53

    #2
    I cannot imagine how to do this without using any external scripting. The easiest way to do it would be using an external check item and calling a bash/perl/python script to do the magic.

    Comment

    • andrea.consadori
      Member
      • Apr 2013
      • 94

      #3
      anyone knows if exist a api to snmp translator?

      Comment

      Working...