# Wowza alerts for streaming...

**URL:** https://community.wowza.com/t/wowza-alerts-for-streaming/36745
**Category:** Wowza Streaming Engine
**Tags:** server-administration
**Created:** [June 12, 2011, 11:57am UTC](https://community.wowza.com/t/wowza-alerts-for-streaming/36745 "2011-06-12T11:57:03Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Andrew\_Scott](https://avatars.discourse-cdn.com/v4/letter/a/e99b99/32.png) [@Andrew\_Scott](https://community.wowza.com/u/Andrew_Scott)
#### Post date: [June 12, 2011, 11:57am UTC](https://community.wowza.com/t/wowza-alerts-for-streaming/36745/1 "2011-06-12T11:57:03Z")

</div>

Hi,

I’m still getting to grips with Wowza, but we have a server now ‘live’ streaming happily.

I’ll like to know if there are any ways of having an administrator alerted to any ‘live’ streams/publishing points going down? Is there an smtp module which can be added to the config in any way? Are there any ways at all to monitor that published streams are streaming content with certain conditions even outside of the Wowza instance?

Cheers.

---

<div class="post-metadata">

### Author: ![Alejandro\_Ferrari](https://avatars.discourse-cdn.com/v4/letter/a/d6d6ee/32.png) [@Alejandro\_Ferrari](https://community.wowza.com/u/Alejandro_Ferrari)
#### Post date: [June 11, 2011, 10:14pm UTC](https://community.wowza.com/t/wowza-alerts-for-streaming/36745/2 "2011-06-11T22:14:06Z")

</div>

SNMP is not supported by Wowza (will be great have this option) but you can use JMX for get all this information

Check here for more details: [http://www.wmconsulting.info/monitoring-wowza-with-the-jmx-interface/](http://www.wmconsulting.info/monitoring-wowza-with-the-jmx-interface/)

Regards,

Ale

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [December 19, 2012, 3:27pm UTC](https://community.wowza.com/t/wowza-alerts-for-streaming/36745/3 "2012-12-19T15:27:56Z")

</div>

There is nothing like that built-in, but for RTMP live stream you can build something around the IMediaStreamActionNotify3 interface.

[https://www.wowza.com/docs/how-to-use-imediastreamactionnotify3-interface-to-listen-for-rtmp-stream-events-includes-codec-info](https://www.wowza.com/docs/how-to-use-imediastreamactionnotify3-interface-to-listen-for-rtmp-stream-events-includes-codec-info)

You would have to add email functionality using Java api.

Richard

---

<div class="post-metadata">

### Author: ![Andrew\_Kennedy](https://avatars.discourse-cdn.com/v4/letter/a/ecb155/32.png) [@Andrew\_Kennedy](https://community.wowza.com/u/Andrew_Kennedy)
#### Post date: [June 12, 2011, 1:42pm UTC](https://community.wowza.com/t/wowza-alerts-for-streaming/36745/4 "2011-06-12T13:42:49Z")

</div>

I think there is confusion here, mistascott you basically want an email alert depending on conditions to be sent ?

SNMP is completely different cdgraff.

Quite an interesting one to look at, if you post up some of your requirements might be interested in knocking something together …

I assume something like

Stream is down for x seconds.

Stream changes state

etc.

Shamrock

---

<div class="post-metadata">

### Author: ![Andrew\_Scott](https://avatars.discourse-cdn.com/v4/letter/a/e99b99/32.png) [@Andrew\_Scott](https://community.wowza.com/u/Andrew_Scott)
#### Post date: [December 19, 2012, 3:26pm UTC](https://community.wowza.com/t/wowza-alerts-for-streaming/36745/5 "2012-12-19T15:26:33Z")

</div>

Hi Shamrock,

Only seen this reply now so apologies for the late reply…

I was kind of hoping that a predefined admin could be alerted if a published live stream stopped after a period of time, like you suggested with x seconds. Also having a notification if new streams were published would be nice as well if possible. nothing too complicated though. 🙂
