streamsurfer icon indicating copy to clipboard operation
streamsurfer copied to clipboard

Zabbix integration

Open dmitrievav opened this issue 10 years ago • 1 comments

Hello, Alex! I hope you are doing well =)

I wonder about integration StreamSurfer with Zabbix. Is there some documentation or howto? Where could I find avaliable metrics? Could you advice to me, what is wrong with this query ?


curl -D - -o - --basic --user 'xxx:xxx' -s http://127.1:8888/mon/error/rt-451/pervyj_sd/int HTTP/1.1 400 Bad Request Content-Type: text/plain; charset=utf-8 Server: Stream Surfer Date: Tue, 27 May 2014 09:07:38 GMT Content-Length: 25

Bad parameters in query.

dmitrievav avatar May 27 '14 09:05 dmitrievav

Hi Alex!

Im ok thank you :) Query you noted works on my configuration and returns 0 (it means OK). And such request returns text value:

$ curl -D - -o - --basic --user 'xxx:xxx' -s http://127.1:8888/mon/error/rt-451/pervyj_sd/str
HTTP/1.1 200 OK
Content-Type: text/plain
Server: Stream Surfer
X-Authenticated-Username: root
Date: Wed, 02 Jul 2014 12:39:56 GMT
Content-Length: 7

success⏎        

Now I working on next version of m3u8 lib then return to streamsurfer' code. I'll continue to debug it and plan to complete the code till first days of august.

grafov avatar Jul 02 '14 12:07 grafov