From f9c9e9fca4dfcd076446271969c5eae5c740d724 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Sun, 9 Jul 2000 06:51:57 +0000 Subject: [PATCH] added new DATE, TIME and DATETIME formating varirables --- config/spong.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/spong.conf b/config/spong.conf index 84da12c..ce2dc38 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -58,6 +58,16 @@ $WWW_TITLE_ACTIONBAR = ' Extended ActionBar: ' . ' Spong RRD Charts ' . ' || System Summaries'; +# This is the default of the www-spong CGI program. Possible values are +# 'GROUPS' or 'HOST' +$WWW_DEFAULT_VIEW = "GROUPS"; + +# Date and time format strings. These are strftime() format variables +$DATETIMEFMT = "%c"; +$DATEFMT = "%m/%d/%y"; +$TIMEFMT = "%H:%M:%S"; + + $WWW_TITLE_COLOR = "#9999ff"; # Background color for table title cells $WWW_CELL_COLOR = "#cccccc"; # Background color for table detail cells -- 2.30.2