]> jspc29.x-matter.uni-frankfurt.de Git - hadesdaq.git/commitdiff
update some links and board addresses in hmon
authorHades DAQ <hadaq@hadesdaqp04.gsi.de>
Wed, 21 Mar 2018 12:54:02 +0000 (13:54 +0100)
committerHades DAQ <hadaq@hadesdaqp04.gsi.de>
Wed, 21 Mar 2018 12:54:02 +0000 (13:54 +0100)
hmon/QA.pm
hmon/doc/server-icinga.htt
hmon/hmon_mdc_temp.pl
hmon/index.cgi
hmon/start.sh

index 0c1ab3faadd5c0bff1038873c639c46fc818202f..60a176f85ce3e80967e798e77b4e35139f508de3 100644 (file)
@@ -77,10 +77,10 @@ our @CPULimits        = (95, 100, 100);
 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);
@@ -102,11 +102,11 @@ use constant {CTSAddress => 0x0003};
 #  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 =();
 
 
index 72ae5de6a4f7c1639a22029a8e1149194e0ec12a..850c6459191183abdba607e3c94fda286c54d76a 100644 (file)
@@ -7,7 +7,7 @@ This field shows if the Icinga Server is up and checks its status.
 
 <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>.
index 6638e356ee3ab6640929795b7d73b89bccc4bb17..3b3559c18afb92b25c191f7433cedd1460203aaf 100755 (executable)
@@ -83,7 +83,7 @@ while (1) {
 
 
   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;
index 68cfe9a1de9da2c869a91bb6307f836e75b1346f..feb552e3a2dd547fce98c2b4849b2fd161521c21 100755 (executable)
@@ -35,7 +35,7 @@ function openwin(url) {
 <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>
index cc311fce3e5911bf8b23c29a8b6179c5f91671f3..009f62668eaa966f37077ff5a5cd4c190ea09264 100755 (executable)
@@ -10,7 +10,7 @@ echo "  <Hmon>     Renewing tunnels and environment..."
 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
@@ -28,11 +28,11 @@ mkdir `pwd`/vertex
 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..."