Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
massie committed Jan 28, 2005
1 parent 8d40ce1 commit 2873b19
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monitor-core/Makefile.am
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CHANGE_LOG_GEN_FLAGS = -t -r -b --accum -I ChangeLog --gmt --prune


ChangeLog:: ChangeLog::
touch ChangeLog touch ChangeLog
# $(CHANGE_LOG_GEN_BIN) $(CHANGE_LOG_GEN_FLAGS) $(CHANGE_LOG_GEN_BIN) $(CHANGE_LOG_GEN_FLAGS)


CLEANFILES = ganglia.sub pod2htm* CLEANFILES = ganglia.sub pod2htm*


Expand Down
2 changes: 1 addition & 1 deletion monitor-core/gmond/Makefile.am
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gmond.conf.5: conf.pod gmond.conf.html
pod2man --name="gmond.conf" --section=5 conf.pod --center="Ganglia Monitoring System" --release="ganglia/@VERSION@" > gmond.conf.5 pod2man --name="gmond.conf" --section=5 conf.pod --center="Ganglia Monitoring System" --release="ganglia/@VERSION@" > gmond.conf.5


gmond.conf.html: conf.pod gmond.conf.html: conf.pod
pod2html --noindex --title="gmond.conf @VERSION@" --infile=conf.pod --outfile=gmond.conf.html pod2html --title="Ganglia Monitoring Daemon v@VERSION@ Configuration" --header --infile=conf.pod --outfile=gmond.conf.html


#monitor.c server.c listen.c cleanup.c \ #monitor.c server.c listen.c cleanup.c \
#metric.h dtd.h #metric.h dtd.h
Expand Down
11 changes: 11 additions & 0 deletions monitor-core/lib/libgmond.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -246,6 +246,17 @@ collection_group { \n\
name = \"cpu_wio\" \n\ name = \"cpu_wio\" \n\
value_threshold = \"1.0\" \n\ value_threshold = \"1.0\" \n\
} \n\ } \n\
/* The next two metrics are optional if you want more detail... \n\
... since they are accounted for in cpu_system. \n\
metric { \n\
name = \"cpu_intr\" \n\
value_threshold = \"1.0\" \n\
} \n\
metric { \n\
name = \"cpu_sintr\" \n\
value_threshold = \"1.0\" \n\
} \n\
*/ \n\
} \n\ } \n\
\n\ \n\
collection_group { \n\ collection_group { \n\
Expand Down

0 comments on commit 2873b19

Please sign in to comment.