grafov / streamsurfer

Software for monitoring of HTTP video streams.
GNU General Public License v3.0
84 stars 17 forks source link

Zabbix integration #2

Open dmitrievav opened 10 years ago

dmitrievav commented 10 years ago

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.

grafov commented 10 years ago

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.