From: <buc...@us...> - 2008-02-04 13:28:36
|
Revision: 70 http://devmon.svn.sourceforge.net/devmon/?rev=70&view=rev Author: buchanmilne Date: 2008-02-04 05:28:33 -0800 (Mon, 04 Feb 2008) Log Message: ----------- Remove need for editing hobbitcgi.cfg for if_load graphs Modified Paths: -------------- trunk/extras/hobbit-4.2.0-devmon.patch Modified: trunk/extras/hobbit-4.2.0-devmon.patch =================================================================== --- trunk/extras/hobbit-4.2.0-devmon.patch 2008-02-04 11:21:04 UTC (rev 69) +++ trunk/extras/hobbit-4.2.0-devmon.patch 2008-02-04 13:28:33 UTC (rev 70) @@ -94,3 +94,14 @@ #ifdef DO_ORCA else if (strcmp(id, "orca") == 0) res = do_orca_rrd(hostname, testname, msg, tstamp); +--- hobbit-4.2.0/web/hobbitsvc.c~ 2006-08-09 22:10:13.000000000 +0200 ++++ hobbit-4.2.0/web/hobbitsvc.c 2008-02-04 13:09:56.000000000 +0200 +@@ -30,7 +30,7 @@ static char rcsid[] = "$Id: hobbitsvc.c, + /* Commandline params */ + static enum { SRC_HOBBITD, SRC_HISTLOGS, SRC_CLIENTLOGS } source = SRC_HOBBITD; + static int wantserviceid = 1; +-static char *multigraphs = ",disk,inode,qtree,"; ++static char *multigraphs = ",disk,inode,qtree,if_load,"; + + /* CGI params */ + static char *hostname = NULL; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |