Check MMS Windows Media Server

Any ideas on checking a Windows Media Server. I’d like to be able to check a specific file like I do with Real Server.

I use check_real -H host -u /filename to check the Real Server and to make sure the file is available, but using check_real with port 1755 on Windows Media server yields this response if that file is valid or not.

Invalid REAL response received from host on port 1755
REAL ok - -1124919248 second response time

I think check_real would work if I could figure out what the expected response is.
Edited ]

How about checking a windows media encoder on port 8080?

check_tcp on port 8080? possibly using a regex check… don’t know how the server answers… try “telnet $server 8080” and see what comes as output :slight_smile:

Luca