/* * graph/settings.h * (C) Peter Salanki 2002 * This program is copyright, and covered by the Gnu Public License. * The Natasha bot. * sorcer@linux.se */ #define RRD_GRAPH1_START 3600 // time(NULL) - DEF #define RRD_GRAPH2_START 86400 // time(NULL) - DEF #define RRD_GRAPH3_START 2592000 // time(NULL) - DEF #define RRD_GRAPH4_START 31536000 // time(NULL) - DEF #define RRD_PATH "/home/sorcer/projects/newnatasha/graph/" // Where to put graphs