[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Changing the default 48h,12d,48d,576d period for graph display ?
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Changing the default 48h,12d,48d,576d period for graph display ?
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Tue, 6 Mar 2007 16:45:59 +0100
- References: <45CD2D9A.1030804@trantor.org> <001501c74cd4$c4cac7f0$0500a8c0@noip.org> <45CE53CC.6010503@trantor.org> <45CF170C.1050702@hst.nasa.gov> <20070212160443.M63522@shihad.org> <E2B7C293059E7146B7EB8029362BB6040273B977@PTPEVS101BA020.idc.cww.telecomitalia.it>
- User-agent: Mutt/1.5.12-2006-07-14
On Tue, Mar 06, 2007 at 04:40:45PM +0100, Beau Olivier wrote:
>
> I'ld like to change the default period for graph display:
> by default hobbbit displays trends with 4 graphs (48h,12d,48d,576d
> periods)
> -> It is possible change it to 48h,7d,30d,365d for example ?
It isn't configurable, but in the hobbit-4.2.0/web/hobbitgraph.c file
near the top of the file you'll find these lines:
#define HOUR_GRAPH "e-48h"
#define DAY_GRAPH "e-12d"
#define WEEK_GRAPH "e-48d"
#define MONTH_GRAPH "e-576d"
Change them to suit you. Then search that same file for the HOUR_GRAPH
etc. further down; you'll find 1 place where each is used like this:
period = HOUR_GRAPH;
persecs = 48*60*60;
and you need to change that "persecs" calculation also for all 4 graph
types.
Then run "make" (from the hobbit-4.2.0 directory) and "make install"
(or just copy the "web/hobbitgraph.cgi" file to your ~hobbit/server/bin/
directory).
Henrik
- Prev by Date:
Changing the default 48h,12d,48d,576d period for graph display ?
- Next by Date:
Re: [hobbit] Changing the default 48h,12d,48d,576d period for graph display ?
- Previous by thread:
Changing the default 48h,12d,48d,576d period for graph display ?
- Next by thread:
RE: [hobbit] Changing the default 48h,12d,48d,576d period for graph display ?
- Index(es):