Skip to main content
February 17, 2009
Question

How to monitor port 1935

  • February 17, 2009
  • 1 reply
  • 738 views

Hello all, my first post so be gentle please.... Our web developers are using a flash media server, version 3 i think. They are using RTMPE to deliver videos on demand... I need to be able to monitor this server so if it dies or stops responding to stream requests, i need to know about it... Now i use Nagios to monitor other stuff like, ping, HTTP, FTP, ect... How would i monitor the server application port(1935) itself, as i am sure its possible for the application to die but the server still be pingable...??

Any ideas?

Thanks..
Rob Morin
Montreal, Canada
    This topic has been closed for replies.

    1 reply

    February 18, 2009
    You have two options:
    Use FMSCheck: http://livedocs.adobe.com/flashmediaserver/3.0/docs/help.html?content=06_admintasks_07.html
    Or
    getServerStats() http://livedocs.adobe.com/fms/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000887.html

    The first one can connect directly to the Server instance, while the latter connects to the FMS Admin server.