our @TimeoutLimits = (0, 0, 1);
our @LinkErrLimits = (50, 500, 1000);
our @MdcEndpMissingLimits = (0, 0, 1);
-our @RichEndpMissingLimits = (0, 30, 30); #!!!!
+our @RichEndpMissingLimits = (0, 2, 4); #!!!!
our @TofEndpMissingLimits = (0, 0, 0);
our @RpcEndpMissingLimits = (0, 0, 0);
-our @OtherEndpMissingLimits = (0, 30, 30);#!!!
+our @OtherEndpMissingLimits = (0, 2, 4);#!!!
our @EBDeltaRateLimits = (10, 15, 25);
our $TrgCheckPolarity = 1;
our @Eventsbroken = (.5,5,10);
# Missing Boards
###############################################################################
-our @mdc_boards_removed =(0x2257, 0x2029); # 2233 added 2014-08-28 , 2203 at 2014/09/03, 2029 2014/09/23
+our @mdc_boards_removed =(); #(0x2257, 0x2029); # 2233 added 2014-08-28 , 2203 at 2014/09/03, 2029 2014/09/23
our @mdc_chambers_removed =();
our @rich_boards_removed =();
our @tof_boards_removed =();
-our @rpc_boards_removed =();
+our @rpc_boards_removed =(0x8a00);
our @other_boards_removed =();
<p>
In case of an error (red field), please take a look to
-the Icinga <a href="http://icingaadmin@cerberus.x-matter.uni-frankfurt.de:8888/icinga/" target="_blank">tactical overview</a>. An eMail is automatically sent to a DAQ-expert,
+the Icinga <a href="http://icingaadmin@cerberus.x-matter.uni-frankfurt.de:9999/icinga/" target="_blank">tactical overview</a>. An eMail is automatically sent to a DAQ-expert,
who should know how to proceed.
<p>A DAQ restart will not change the situation.
<p>An overview of the different servers and services monitored is given in the <a href="http://hades-wiki.gsi.de/cgi-bin/view/DaqSlowControl/IcingaMonitor" target="_blank">HADES Wiki</a>.
if($qastate >= QA::ERROR || ( $data->{'TempAlarmEPICS'}->{'val'} > 0 ) ) {
- if($mailerrstatecnt++ >= 15) {
+ if($mailerrstatecnt++ >= 60) {
Hmon::SendEmail('j.michel@gsi.de,c.wendisch@gsi.de',"Error: MDC Temperature too high","MDC temperatures are too high:
\n$str");
$mailerrstatecnt = 0;
<div class="linkbox" style="width:730px;"><h4>Other Ressources</h4><ul>
<li style="width:600px;"><a href="files/qa.htm">QA Plots (updated every 5 minutes)</a></li>
<li style="width:500px;"><a href="files/vertex.htm">Vertex Plots (updated after each file)</a></li>
-<li style="width:500px;"><a href="http://webdb.gsi.de/pls/hades_webdbs/hades_oper.hlogbook2.form_selection">Beamtime Logbook</a></li>
+<li style="width:500px;"><a href="https://hades-db.gsi.de/pls/hades_webdbs/hades_oper.hlogbook2.form_selection">Beamtime Logbook</a></li>
<li style="width:500px;"><a href="http://lxhadeb06/icinga">Icinga Server Monitoring</a></li>
<li style="width:500px;"><a href="archive">Archive of Hmon Windows (updated every 10 minutes)</a></li>
</ul></div>
pgrep -f 'ssh -f -R 8888' >/dev/null
if [ $? -eq 1 ]; then
echo " <Hmon> No tunnel found, digging new one";
-ssh -f -R 8888:hades33.gsi.de:80 -R 3060:hades33.gsi.de:80 -R 8889:hades33.gsi.de:1234 -R 9999:lxhadeb06.gsi.de:80 cerberus.x-matter.uni-frankfurt.de -N &
+ssh -f -R 8888:hades33.gsi.de:80 -R 3060:hades33.gsi.de:80 -R 8889:hades33.gsi.de:1234 -R 9999:lxhadeb06p:80 cerberus.x-matter.uni-frankfurt.de -N &
fi
killall -f speakdaemon.pl
mkdir `pwd`/pion
-DISPLAY=:0 ssh -f -X lxhadeb06 "ping -i 100 lxhadesdaqp" &>/dev/null &
+DISPLAY=:0 ssh -f -X lxhadeb06p "ping -i 100 lxhadesdaqp" &>/dev/null &
-sshfs -o allow_other hades-qa@lxhadeb06:/home/hades-qa/online/jun14/pics/vertex `pwd`/vertex
-sshfs -o allow_other hades-qa@lxhadeb06:/home/hades-qa/online/aug14/pics `pwd`/qa
-sshfs -o allow_other hadaq@lxhadeb06:/data01/tmp/ `pwd`/pion
+sshfs -o allow_other hades-qa@lxhadeb06p:/home/hades-qa/online/jun14/pics/vertex `pwd`/vertex
+sshfs -o allow_other hades-qa@lxhadeb06p:/home/hades-qa/online/aug14/pics `pwd`/qa
+sshfs -o allow_other hadaq@lxhadeb06p:/data01/tmp/ `pwd`/pion
echo " <Hmon> Linking files to server..."