1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 <2013> 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 <2013> 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Sending alarm warnings via email and text |
From: | Ralph Lange <[email protected]> |
To: | EPICS Tech Talk <[email protected]> |
Date: | Thu, 03 Oct 2013 00:14:51 -0700 |
On Wed Oct 02 2013 22:37:22 GMT-0700
(PDT), L. C. De Silva <[email protected]> wrote:
Hi all, I am interested in implementing alarm handler warnings via email and text. Is this supported in EPICS framework? If so, can somebody point me to the relevant information? Thanks, Chanaka. Which alarm handler are you using? ALH offers the Severity Command and Status Command options [1]. The CS-Studio related BEAST [2] does not announce this feature explicitly, but I am quite sure you also run a hook that executes some arbitrary command on severity or status change. For sending text messages you will have to have access to some external cell phone provider web service that sends messages. HTH, ~Ralph [1] http://www.aps.anl.gov/epics/EpicsDocumentation/ExtensionsManuals/AlarmHandler/alhUserGuide-1.2.33/ALHUserGuide.html#6_3_10 [2] http://github.com/ControlSystemStudio/cs-studio/wiki/BEAST |