1Example scripts for creating RRD graphs with dpinger
2
3<br>
4
5Files and Usage:
6
7    dpinger_rrd_create <name>
8
9Create the rrd initial file.
10
11    dpinger_rrd_update <name> <target> <additional dpinger options>
12
13Daemon updater script. Runs dpinger and feeds the rrd file.
14
15    dpinger_rrd_gencgi <name>
16
17Generate a cgi script that displays graphs.
18
19    dpinger_rrd_graph <name>
20
21Generate png files for use with static html
22
23    sample.html
24
25Sample static html to display graphs.
26