source: pvrrd/Makefile @ 207

Last change on this file since 207 was 207, checked in by jemian, 13 years ago

start tool running on web33@sun33bm (Solaris)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Author Revision Url Id
File size: 776 bytes
Line 
1
2########### SVN repository information ###################
3# $Date: 2010-08-26 19:55:55 +0000 (Thu, 26 Aug 2010) $
4# $Author: jemian $
5# $Revision: 207 $
6# $HeadURL$
7# $Id: Makefile 207 2010-08-26 19:55:55Z jemian $
8########### SVN repository information ###################
9
10DATE_STRING = $(shell date '+%Y%m%d-%H%M%S')
11
12plots  html  ::
13        ./htmlCreate.py
14
15clear-plots ::
16        /bin/rm plots/*.png
17
18all-plots :: clear-plots plots
19
20
21cgi ::
22        ./cgiCreate.py
23
24clear-cgi ::
25        /bin/rm cgi/*
26
27start ::
28        ./epics2rrd.csh start
29
30stop ::
31        ./epics2rrd.csh stop
32
33restart ::
34        ./epics2rrd.csh restart
35
36create rrd ::
37        ./rrdCreate.py
38
39reconfigure :: create cgi restart all-plots
40
41#  log EPICS PVs into RRD for WWW browsing of logs
42#  * * * * * /home/joule/WEB33/www/rrd/htmlCreate.py >& /home/joule/WEB33/www/rrd/htmlCreate.log
43#  */3 * * * * /home/joule/WEB33/www/rrd/checkup-epics2rrd.csh >& /dev/null
Note: See TracBrowser for help on using the repository browser.