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 user
assw)
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 user
assw)
Comment