Application Status

Custom.Adobe.FlashMediaServer.ApplicationStatus.Monitor (UnitMonitor)

Knowledge Base article:

Summary

The Flash Media Application could not be accessed by probing it through RTMP

Causes

- FMS Application is stopped

- Configuration error

Resolutions

- Start the FMS Application

- If not required any longer, delete and clean up the application’s directory

Element properties:

TargetCustom.Adobe.FlashMediaServer.x.Application
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeCustom.Adobe.FlashMediaServer.ApplicationStatus.MonitorType
RemotableFalse
AccessibilityPublic
Alert Message
Flash Server Application is not accessible
Adobe Flash Application {0} on Virtual Host {1} is not accessible to clients.
RunAsDefault

Source Code:

<UnitMonitor ID="Custom.Adobe.FlashMediaServer.ApplicationStatus.Monitor" Accessibility="Public" Enabled="true" Target="Custom.Adobe.FlashMediaServer.x.Application" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="Custom.Adobe.FlashMediaServer.ApplicationStatus.MonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Custom.Adobe.FlashMediaServer.ApplicationStatus.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Custom.Adobe.FlashMediaServer.x.Application"]/FMSApplicationName$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="Custom.Adobe.FlashMediaServer.x.VHost"]/FMSVHostName$</AlertParameter2>
<AlertParameter3>$Data/Context/Property[@Name='ErrorLevel']$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="Failure" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>$Target/Property[Type="Custom.Adobe.FlashMediaServer.x.Application"]/FMSApplicationPollOffset$</IntervalSeconds>
<FMSAddress>$Target/Host/Host/Property[Type="Custom.Adobe.FlashMediaServer.x.Adaptor"]/FMSAdaptorHostPorts$</FMSAddress>
<FMSApplicationName>$Target/Property[Type="Custom.Adobe.FlashMediaServer.x.Application"]/FMSApplicationName$</FMSApplicationName>
<FMSInstallDir>$Target/Host/Host/Host/Property[Type="Custom.Adobe.FlashMediaServer.x.Role"]/FMSInstallDir$</FMSInstallDir>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>