Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
OpenVISP
> ovs-cgi.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ovs-cgi.patch of Package OpenVISP
--- ovs.cgi.orig 2009-02-21 13:01:17.000000000 +0100 +++ ovs.cgi 2009-02-21 13:02:00.000000000 +0100 @@ -25,9 +25,9 @@ my $points_per_sample = 3; my $ypoints = 160; my $ypoints_err = 260; -my $rrd = 'ovs.rrd'; # path to where the RRD database is -my $rrd_virus = 'ovs_virus.rrd'; # path to where the Virus RRD database is -my $rrd_pop = 'ovs_pop.rrd'; # path to where the Virus RRD database is +my $rrd = '@CACHDIR@/ovs.rrd'; # path to where the RRD database is +my $rrd_virus = '@CACHDIR@/ovs_virus.rrd'; # path to where the Virus RRD database is +my $rrd_pop = '@CACHDIR@/ovs_pop.rrd'; # path to where the Virus RRD database is my $tmp_dir = '/tmp/ovs'; # temporary directory where to store the images my @graphs = ( @@ -312,7 +312,7 @@ <title>Mail statistics for $host</title> <meta http-equiv="Refresh" content="300" /> <meta http-equiv="Pragma" content="no-cache" /> -<link rel="stylesheet" href="ovs.css" type="text/css" /> +<link rel="stylesheet" href="@CSSPATH@/ovs.css" type="text/css" /> </head> <body> HEADER