Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The FTP files are located in: /afs/slac/public/incoming/pinger/proxy/2001:da8:270:2018:f816:3eff:fef3:bd3/web
  • The NFS files are located in: /nfs/slac/g/net/pinger/pingerdata/hep/data/proxy/2001:da8:270:2018:f816:3eff:fef3:bd3/web/

    Code Block
    [cottrell@pinger ~]$ ls -l /nfs/slac/g/net/pinger/pingerdata/hep/data/proxy/2001:da8:270:2018:f816:3eff:fef3:bd3/web
    total 288
    -rw-rw-r-- 1 cottrell iepm 16844 Sep 21 01:05 beacons.txt             #item 4 above
    -rw-rw-r-- 1 cottrell iepm 15101 Sep 21 01:05 cgi-lib.pl              #missing above, not needed
    -rw-rw-r-- 1 cottrell iepm 51968 Sep 21 01:05 ping_data.pl            #missing above, not needed
    -rw-rw-r-- 1 cottrell iepm 40625 Sep 21 01:05 pinger.xml              #item 1 above
    -rw-rw-r-- 1 cottrell iepm 63779 Sep 21 01:05 pinger2.pl              #item 7 above
    -rw-rw-r-- 1 cottrell iepm   924 Sep 21 01:05 pingerCronStat.stdout   #item 3 above

Extension to Android PingER

The Androids do not have a web server so using ping_data.pl to remotely look at information in gthe MNA is not going to work.  Thus we cannit use ping_data.pl in the process to copy the relevant information to the proxy, so For the Android some new code would be needed to copy the files to SLACThe the proxy. To simplify this we note below the locations of the various " files " is seen in the table b lowbelow.

Purpose Primary location at MAAlternative locationping_data.pl URLNFS web/location at SLAC
List of beacons /usr/local/share/pinger/beacons.txt admin_func=beaconsbeacons
PingER configuration Generated by ping_data.pl on demand admin_func=fileLogfileLog
httpd /etc/httpd/conf/httpd.conf admin_func=httpdhttpd
ping_data.pl /usr/local/share/pinger/ping_data.pl N/Aping_data.pl
pinger2.pl /usr/local/share/pinger/pinger2.pl N/Apinger2.pl
pinger.xml /usr/local/share/pinger/pinger.xml admin_func=pinger.xmlpinger_xml
pinger2.pl error log /usr/local/share/pinger/pingerCronStat.stderr  admin_func=std_cron_errstd_cron_err
pinger2.pl execution log /usr/local/share/pinger/pingerCronStat.stdout admin_func=std_cron_outstd_cron_out

...