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> | 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> |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Alarm Log Table |
From: | Josh West via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Mon, 22 Apr 2024 16:35:02 +0000 |
Sir, I’m not sure if you resolved this, but I experienced a similar problem when attempting to set up alarm logging. Take a look at: /phoebus/app/alarm/logging-ui/src/main/resources/alarm_logging_preferences.properties I expect the service URI is set to
http://localhost:9000 If you have maintained default setting for the alarm logger server, then the REST API is available on port 8080.
If you are running the alarm logger server and Phoebus on the same host, try changing the service URI: service_uri = http://localhost:8080 You can also always netstat to see which port is listening for REST calls and update accordingly. If you have not adjusted default configs, then the above is probably your issue. You can also verify that the alarm logger is presenting information by navigating to
http://localhost:8080 in an internet browser (see
https://github.com/ControlSystemStudio/phoebus/tree/master/services/alarm-logger) V/R Joshua West Lower Colorado River Authority | Hydro Control Systems Administrator O:
512-793-3054 josh.west at lcra.org
SIr i have problem in phoebus(phoebus-env) with alarm log table when i query for alarm log table Particularly the
query string like this: pv=*&severity=*&message=*¤t_severity=*¤t_message=*&user=*&host=*&command=*&start=7 days&end=now then it find for searching and no response since a have already install elasticsearch 8 if any document or hints available??? |