~ubuntu-branches/debian/jessie/digitemp/jessie

« back to all changes in this revision

Viewing changes to python/mysql/make_sensor_rrd

  • Committer: Bazaar Package Importer
  • Author(s): Jesus Roncero
  • Date: 2004-09-01 01:34:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040901013437-eicsrrd40dr371u0
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
/usr/local/rrdtool/bin/rrdtool create sensor.rrd \
 
4
        DS:Temperature:GAUGE:600:U:U      \
 
5
        RRA:AVERAGE:0.5:1:600      \
 
6
        RRA:AVERAGE:0.5:6:700      \
 
7
        RRA:AVERAGE:0.5:24:775     \
 
8
        RRA:AVERAGE:0.5:288:797    \
 
9
        RRA:MAX:0.5:1:600          \
 
10
        RRA:MAX:0.5:6:700          \
 
11
        RRA:MAX:0.5:24:775         \
 
12
        RRA:MAX:0.5:288:797     \
 
13
        RRA:MIN:0.5:1:600          \
 
14
        RRA:MIN:0.5:6:700          \
 
15
        RRA:MIN:0.5:24:775         \
 
16
        RRA:MIN:0.5:288:797