Skip to content

Commit

Permalink
MKN: Fix references to "rrdtool" from ".com" to ".org". Thanks Steve.
Browse files Browse the repository at this point in the history
  • Loading branch information
knobi1 committed Oct 24, 2005
1 parent c158690 commit 7756d79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions monitor-core/configure.in
Expand Up @@ -193,14 +193,14 @@ dnl fi
dnl fi

if test "$gmetad" = yes ; then
AC_CHECK_LIB(rrd, rrd_create, [echo "The ganglia graphs are created using RRDTool (http://www.rrdtool.com/)"], [echo "rrd lib not found"], [-lm])
AC_CHECK_LIB(rrd, rrd_create, [echo "The ganglia graphs are created using RRDTool (http://www.rrdtool.org/)"], [echo "rrd lib not found"], [-lm])
AC_CHECK_HEADERS(rrd.h)
if test "$ac_cv_lib_rrd_rrd_create" != yes; then
echo
echo "The Ganglia Meta Daemon uses the Round-Robin Database Tool (rrdtool)"
echo "for storing historical information. You have chosen to compile the "
echo "monitoring core with gmetad but librrd.a could not be found. Please"
echo "visit http://www.rrdtool.com/, download rrdtool and then try again"
echo "visit http://www.rrdtool.org/, download rrdtool and then try again"
echo
echo "NOTE: the rrdtool library (librrd) will NOT need to be installed on "
echo "every machine running gmetad only the machine you are compiling gmetad"
Expand Down
2 changes: 1 addition & 1 deletion monitor-core/ganglia.pod
Expand Up @@ -134,7 +134,7 @@ problems with ganglia this is a core issue.

=item B<Gmetad is not installed by default>

Since C<gmetad> relies on the Round-Robin Database Tool ( see http://www.rrdtool.com/ )
Since C<gmetad> relies on the Round-Robin Database Tool ( see http://www.rrdtool.org/ )
it will not be compiled unless you explicit request it by using a B<--with-gmetad> flag.

% ./configure --with-gmetad
Expand Down
2 changes: 1 addition & 1 deletion monitor-core/web/templates/default/footer.tpl
Expand Up @@ -10,7 +10,7 @@ Gmetad Web Backend <i>({webbackend-component})</i> version {webbackend-version}
version={webbackend-version}">Check for Updates.</A><BR>

Downloading and parsing ganglia's XML tree took {parsetime}.<BR>
Images created with <A HREF="http://www.rrdtool.com/">RRDTool</A>.<BR>
Images created with <A HREF="http://www.rrdtool.org/">RRDTool</A>.<BR>
</FONT>
</CENTER>

Expand Down

0 comments on commit 7756d79

Please sign in to comment.