Ganglia 설치에 대한 질문 입니다..

hyper9의 이미지


System의 CPU사용량 / Memory 사용량등을 monitoring하기 위해서
Ganglia를 install해보려고 합니다.

Web에서 ganglia-3.1.0을 download받았는데요 ,,

install절차에 대한 설명을 좀 찾을 수 있으면 해서요..

그냥 ./configure , make , make install
이라는 단순한 방법으로 해보려니까..
make할때,,,error가 나네요 ,,

make: *** No targets specified and no makefile found. Stop.

아마 이 이유는 Makefile이 존재하지 않기 때문인 것 같은데요,,
실제로 ganglia-3.1.0 directory아래에는 Makefile이 존재하질 않네요..

Makefile.am, Makefile.in은 존재하지만요,,
그럼 조언 부탁드립니다..

chronon의 이미지

어떤 에러가 났는지 로그를 붙여 주세요..

아무래도 ./configure 가 잘 안 되었을 것 같은데요...

hyper9의 이미지

make할 때 위에 적어놓은 그런 error message가 보였어요..

제가 다시한번 해보고,,,

log를 올려놓을게요 ~

hyper9의 이미지

그걸 잘 못봤던 것 같아요...

./configure를 하면 맨마지막에 나오는 error가...

Checking for apr
checking for apr-1-config... no
configure: error: apr-1-config binary not found in path

이거 였어요 ~
조언 다시 부탁드릴게요

hyper9의 이미지


version 2.5.1을 사용해서 install하는 경우에 대한
설명이 보여서,,2.5.1을 구해서 절차대로 따라하는 중인데요..

이번엔 ..위와는 다르게 ./configure에서는 문제가 발생하지
않았고요

그 다음에 수행한 make에서 문제가 발생했습니다.
log는 아래와 같습니다...
조언 부탁드리고 싶어서요 ~

make[2]: Leaving directory `/opt/tools/ganglia-monitor-core-2.5.1/lib'
Making all in gmond
make[2]: Entering directory `/opt/tools/ganglia-monitor-core-2.5.1/gmond'
Making all in gstat
make[3]: Entering directory `/opt/tools/ganglia-monitor-core-2.5.1/gmond/gstat'
source='gstat.c' object='gstat.o' libtool=no \
depfile='.deps/gstat.Po' tmpdepfile='.deps/gstat.TPo' \
depmode=gcc3 /bin/sh ../../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -g -O2 -O2 -D_REENTRANT -c `test -f 'gstat.c' || echo './'`gstat.c
In file included from ../../lib/ganglia.h:33,
from ../../lib/ganglia/gexec_funcs.h:5,
from gstat.c:6:
../../lib/ganglia/net.h:113: warning: ‘no_check_memory_usage’ attribute directive ignored
source='cmdline.c' object='cmdline.o' libtool=no \
depfile='.deps/cmdline.Po' tmpdepfile='.deps/cmdline.TPo' \
depmode=gcc3 /bin/sh ../../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -g -O2 -O2 -D_REENTRANT -c `test -f 'cmdline.c' || echo './'`cmdline.c
cmdline.c:27:1: warning: "strdup" redefined
In file included from /usr/include/string.h:423,
from cmdline.c:14:
/usr/include/bits/string2.h:1317:1: warning: this is the location of the previous definition
/bin/sh ../../libtool --mode=link gcc -I../../lib -g -O2 -O2 -D_REENTRANT -o gstat gstat.o cmdline.o ../../lib/.libs/libganglia.a ../../lib/libgetopthelper.a -ldl -lresolv -lnsl -lnsl -lpthread
mkdir .libs
gcc -I../../lib -g -O2 -O2 -D_REENTRANT -o gstat gstat.o cmdline.o ../../lib/.libs/libganglia.a ../../lib/libgetopthelper.a -ldl -lresolv -lnsl -lnsl -lpthread
make[3]: Leaving directory `/opt/tools/ganglia-monitor-core-2.5.1/gmond/gstat'
make[3]: Entering directory `/opt/tools/ganglia-monitor-core-2.5.1/gmond'
source='gmond.c' object='gmond.o' libtool=no \
depfile='.deps/gmond.Po' tmpdepfile='.deps/gmond.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib/dnet -g -O2 -O2 -D_REENTRANT -c `test -f 'gmond.c' || echo './'`gmond.c
In file included from ../lib/gangliaconf.h:103,
from gmond.c:4:
../lib/ganglia/net.h:113: warning: ‘no_check_memory_usage’ attribute directive ignored
source='monitor.c' object='monitor.o' libtool=no \
depfile='.deps/monitor.Po' tmpdepfile='.deps/monitor.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib/dnet -g -O2 -O2 -D_REENTRANT -c `test -f 'monitor.c' || echo './'`monitor.c
In file included from ../lib/ganglia.h:33,
from monitor.c:3:
../lib/ganglia/net.h:113: warning: ‘no_check_memory_usage’ attribute directive ignored
source='server.c' object='server.o' libtool=no \
depfile='.deps/server.Po' tmpdepfile='.deps/server.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib/dnet -g -O2 -O2 -D_REENTRANT -c `test -f 'server.c' || echo './'`server.c
In file included from ../lib/gangliaconf.h:25,
from metric_typedefs.h:3,
from server.c:7:
../config.h:290:1: warning: "PACKAGE" redefined
In file included from server.c:6:
cmdline.h:16:1: warning: this is the location of the previous definition
In file included from ../lib/ganglia.h:33,
from server.c:3:
../lib/ganglia/net.h:113: warning: ‘no_check_memory_usage’ attribute directive ignored
server.c: In function ‘server_thread’:
server.c:180: warning: passing argument 3 of ‘llist_search’ from incompatible pointer type
source='listen.c' object='listen.o' libtool=no \
depfile='.deps/listen.Po' tmpdepfile='.deps/listen.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib/dnet -g -O2 -O2 -D_REENTRANT -c `test -f 'listen.c' || echo './'`listen.c
In file included from ../lib/gangliaconf.h:25,
from metric_typedefs.h:3,
from listen.c:8:
../config.h:290:1: warning: "PACKAGE" redefined
In file included from listen.c:6:
cmdline.h:16:1: warning: this is the location of the previous definition
In file included from ../lib/ganglia.h:33,
from listen.c:3:
../lib/ganglia/net.h:113: warning: ‘no_check_memory_usage’ attribute directive ignored
source='cleanup.c' object='cleanup.o' libtool=no \
depfile='.deps/cleanup.Po' tmpdepfile='.deps/cleanup.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib/dnet -g -O2 -O2 -D_REENTRANT -c `test -f 'cleanup.c' || echo './'`cleanup.c
In file included from ../lib/gangliaconf.h:25,
from metric_typedefs.h:3,
from cleanup.c:8:
../config.h:290:1: warning: "PACKAGE" redefined
In file included from cleanup.c:6:
cmdline.h:16:1: warning: this is the location of the previous definition
In file included from ../lib/ganglia.h:33,
from cleanup.c:3:
../lib/ganglia/net.h:113: warning: ‘no_check_memory_usage’ attribute directive ignored
source='machine.c' object='machine.o' libtool=no \
depfile='.deps/machine.Po' tmpdepfile='.deps/machine.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib/dnet -g -O2 -O2 -D_REENTRANT -c `test -f 'machine.c' || echo './'`machine.c
In file included from ../lib/ganglia.h:33,
from machine.c:4:
../lib/ganglia/net.h:113: warning: ‘no_check_memory_usage’ attribute directive ignored
machine.c: In function ‘pkts_in_func’:
machine.c:120: error: invalid lvalue in assignment
machine.c: In function ‘pkts_out_func’:
machine.c:180: error: invalid lvalue in assignment
machine.c: In function ‘bytes_out_func’:
machine.c:239: error: invalid lvalue in assignment
machine.c: In function ‘bytes_in_func’:
machine.c:301: error: invalid lvalue in assignment
make[3]: *** [machine.o] Error 1
make[3]: Leaving directory `/opt/tools/ganglia-monitor-core-2.5.1/gmond'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/tools/ganglia-monitor-core-2.5.1/gmond'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/tools/ganglia-monitor-core-2.5.1'
make: *** [all] Error 2
[root@Jason ganglia-monitor-core-2.5.1]#

hyper9의 이미지

몇줄만 고치면 되긴 하네요 ~

hyper9의 이미지


Ganglia를 설치중에,,,

It is recommended to unzip this in the folder that is the DocumentRoot for the web server. Alternately it may be unzipped into any other folder but the configuration has to be done accurately.

이런 말을 봤는데요..

여기서 DocumentRoot라 함은 어디를 가리키는 걸까요?
너무 모르는게 많다는 생각이 또 듭니다 ㅜㅜ

chronon의 이미지

DocumentRoot 는 apache web server 에서 html 이 어디에 들어갈지에 대한 거예요
보통은 /var/www/html 밑에 적당히 ganglia 디렉토리를 만들어서 압축을 풀어 주시면 될 꺼예요.

그런데 왜 3.X 를 설치하지 않으시는지 모르겠네요. 메시지를 보아하니 apr 패키지를 찾아서 설치해 주면 될 것 같은데요.
아, 그보다도 왜 rpm 으로 설치하지 않고 컴파일을 하시지요?

hyper9의 이미지

그냥 인터넷에서 검색된 한 자료가..
2.5.1을 기준으로 되어 있길래...
그대로 따라해보는 중입니다..~

일단 따라해보고 , 잘되면 응용해보자 ~!
뭐 그런 생각이었죠 ^^

hyper9의 이미지

간단히 알려주실 수 있나요..?

따라할 수 있는 정도로요...
그럼 정말 감사하겠습니다. ^^

hyper9의 이미지

어떻게 어떻게 하다보니,,,

gmond와 gmetad를 일단 실행을 시킨것 같습니다.

추가로 여쭤보고 싶은게 2가지 있는데요,,

첫번째는,,
일단 실행시킨 gmond와 gmetad가 제대로 수행되고 있는지 어떻게 하면
알 수 있는가...하는 것이고요

두번째는,
Web Frontend는 어떻게 실행하는 건지..에 대한 것입니다.

조언 부탁드립니다.

hyper9의 이미지

이제 Web Frontend를 보긴 했는데요,,

뭔가 잘 못되고 있는지,,첨부 file처럼 보이네요..
gmond와 gmetad다 local machine에서 실행시켰고요.
WebFrontend도 같은 machine에서 실행중입니다.

뭐가 잘못된걸까요?ㅜㅜ

댓글 첨부 파일: 
첨부파일 크기
Image icon ganglia_web.JPG98.36 KB
hyper9의 이미지

gmond와 gmetad가 제대로 동작중인지 확인해 보려고,,
다음과 같이 시도해 보았는데요 ,,

[root@myCom html]# service --status-all | grep gmond
capi not installed - No such file or directory (2)
Usage: /etc/init.d/fuse {start|stop}
gmond dead but subsys locked
JAVA_EXECUTABLE or HSQLDB_JAR_PATH in '/etc/sysconfig/hsqldb' is set to a non-file.

[root@myCom html]# service --status-all | grep gmetad
capi not installed - No such file or directory (2)
Usage: /etc/init.d/fuse {start|stop}
gmetad (pid 21491) is running...
JAVA_EXECUTABLE or HSQLDB_JAR_PATH in '/etc/sysconfig/hsqldb' is set to a non-file.
뭔가 많이 잘못된 것처럼 보여,,조언을 또 부탁드립니다.

일단은 capi not installed 가 어떤의미인지 ~
또 gmond dead but subsys locked 는 어떤의미인지가
제일 궁금합니다.
그럼 ~ ㅜㅜ

hyper9의 이미지

gmond.conf에 가서,,debug_level을 10으로 설정하고
실행시켜 보니,,아래와 같은 message가 나오네요,,
조언 부탁드리겠습니당. ~

[root@myCom etc]# /etc/rc.d/init.d/gmond start
Starting GANGLIA gmond: /etc/gmond.conf configuration
name is unspecified
owner is unspecified
latlong is unspecified
Cluster URL is unspecified
Host location is (x,y,z): unspecified
mcast_channel is 239.2.11.71
mcast_port is 8649
mcast_if is chosen by the kernel
mcast_ttl is 1
mcast_threads is 2
xml_port is 8649
xml_threads is 2
trusted hosts are:
num_nodes is 1024
num_custom_metrics is 16
mute is 0
deaf is 0
debug_level is 10
no_setuid is 0
setuid is nobody
no_gexec is 0
all_trusted is 0
pthread_attr_init
creating cluster hash for 1024 nodes
hash_create size = 1024
hash->size is 1031
gmond initialized cluster hash
Using interface eth1
mcast listening on 239.2.11.71 8649
XML listening on port 8649
listening thread(s) have been started
mcast_listen_thread() started -1217012848
mcast_listen_thread() started -1208620144
listening thread(s) have been started
cleanup thread has been started
multicasting on channel 239.2.11.71 8649
created monitor thread
set_metric_value() got metric key 1
set_metric_value() exec'd cpu_num_func (1)
set_metric_value() got metric key 2
set_metric_value() exec'd cpu_speed_func (2)
set_metric_value() got metric key 3
set_metric_value() exec'd mem_total_func (3)
set_metric_value() got metric key 4
set_metric_value() exec'd swap_total_func (4)
set_metric_value() got metric key 5
set_metric_value() exec'd boottime_func (5)
set_metric_value() got metric key 6
set_metric_value() exec'd sys_clock_func (6)
set_metric_value() got metric key 7
set_metric_value() exec'd machine_type_func (7)
set_metric_value() got metric key 8
set_metric_value() exec'd os_name_func (8)
set_metric_value() got metric key 9
set_metric_value() exec'd os_release_func (9)
set_metric_value() got metric key 25
set_metric_value() exec'd gexec_func (25)
set_metric_value() got metric key 26
set_metric_value() exec'd heartbeat_func (26)
my start_time is 1218036961

set_metric_value() got metric key 27
set_metric_value() exec'd mtu_func (27)
set_metric_value() got metric key 28
set_metric_value() exec'd location_func (28)
my location is unspecified
mcast_value() mcasting cpu_num value
encoded 8 XDR bytes
mcast_listen_thread() got a 8 byte multicast message
mcast_listen_thread() received key 1
mcast_listen_thread() received metric data cpu_num
-1217012848 pre_process_node() remote_ip=10.20.16.65
pre_process_node() received a new node
pre_process_node() has set the timestamp
hash_create size = 36
XDR data successfully sent
mcast_value() mcasting cpu_speed value
encoded 8 XDR bytes
mcast_listen_thread() got a 8 byte multicast message
mcast_listen_thread() received key 2
mcast_listen_thread() received metric data cpu_speed
-1208620144 pre_process_node() remote_ip=10.20.16.65
XDR data successfully sent
mcast_value() mcasting mem_total value
encoded 8 XDR bytes
XDR data successfully sent
mcast_value() mcasting swap_total value
encoded 8 XDR bytes
XDR data successfully sent
mcast_value() mcasting boottime value
encoded 8 XDR bytes
XDR data successfully sent
mcast_value() mcasting sys_clock value
encoded 8 XDR bytes
XDR data successfully sent
mcast_value() mcasting machine_type value
encoded 12 XDR bytes
XDR data successfully sent
mcast_value() mcasting os_name value
encoded 16 XDR bytes
XDR data successfully sent
mcast_value() mcasting os_release value
encoded 16 XDR bytes
XDR data successfully sent
set_metric_value() got metric key 10
set_metric_value() exec'd cpu_user_func (10)
mcast_value() mcasting cpu_user value
encoded 8 XDR bytes
XDR data successfully sent
set_metric_value() got metric key 11
set_metric_value() exec'd cpu_nice_func (11)
mcast_value() mcasting cpu_nice value
encoded 8 XDR bytes
XDR data successfully sent
set_metric_value() got metric key 12
set_metric_value() exec'd cpu_system_func (12)
mcast_value() mcasting cpu_system value
encoded 8 XDR bytes
XDR data successfully sent
set_metric_value() got metric key 13
set_metric_value() exec'd cpu_idle_func (13)
mcast_value() mcasting cpu_idle value
encoded 8 XDR bytes
XDR data successfully sent
set_metric_value() got metric key 14
set_metric_value() exec'd cpu_aidle_func (14)
mcast_value() mcasting cpu_aidle value
encoded 8 XDR bytes
XDR data successfully sent
set_metric_value() got metric key 15
set_metric_value() exec'd load_one_func (15)
hash->size is 37
mcast_value() mcasting load_one value
encoded 8 XDR bytes
XDR data successfully sent
set_metric_value() got metric key 16
set_metric_value() exec'd load_five_func (16)
mcast_value() mcasting load_five value
encoded 8 XDR bytes
XDR data successfully sent
set_metric_value() got metric key 17
set_metric_value() exec'd load_fifteen_func (17)
mcast_value() mcasting load_fifteen value
encoded 8 XDR bytes
XDR data successfully sent
set_metric_value() got metric key 18
set_metric_value() exec'd proc_run_func (18)
mcast_value() mcasting proc_run value
encoded 8 XDR bytes
XDR data successfully sent
set_metric_value() got metric key 19
set_metric_value() exec'd proc_total_func (19)
mcast_value() mcasting proc_total value
encoded 8 XDR bytes
XDR data successfully sent
set_metric_value() got metric key 20
set_metric_value() exec'd mem_free_func (20)
mcast_value() mcasting mem_free value
encoded 8 XDR bytes
XDR data successfully sent
set_metric_value() got metric key 21
set_metric_value() exec'd mem_shared_func (21)
/bin/bash: line 1: 27105 Segmentation fault /usr/sbin/gmond
[FAILED]
[root@myCom etc]#

hyper9의 이미지


계속 gmond가 제대로 start되지 않는 것 처럼 보여서
gmond 3.1.0 version으로 rpm file을 가져다가 다시
install해 봤습니다.

이번에는 실행자체에는 문제가 없어보입니다.

gmond status 해보면
gmond (pid 7227) is running ...
이렇게 잘 나오는데,,Web Frontend는 이전에 올린 첨부문서 처럼
계속 뭔가 잘 안되는 것 같습니다.

Load Average , CPU Usage정보가 안보이네요,,
뭘 더 해보면 좋을까요?
조언 부탁드립니다 ~

chronon의 이미지

모니터링을 위한 컴퓨터에 gmetad가 돌고 있는지 확인하셨나요?

gmetad 가 돌고 있는 서버에서
telnet localhost 8651
해서 내용을 프린트 해 보실 수도 있을겁니다.

그리고 web frontend 의 설정 파일도 확인하세요.
/var/www/html/ganglia 디렉토리의 conf.php 파일을 찾아서 내용을 확인 해 보세요.

hyper9의 이미지

WebFrontend에서 보여지는 값들이,,
telnet을 통해서 확인할 수 있다는 뜻인가요?

혹시,,telnet 대신에 ssh를 써도 되나요?
너무 황당한 질문이라 생각하지 마시고 ^^ 조언 주시면
감사하겠습니당~

hyper9의 이미지

monitoring을 하려고 했던..
Computer에 Telnet server는 돌고 있지 않아서
telnet localhost 8651이 안되는 것 같은데요

telnet server를 실행시켜 놔야 하나요?~
조언 부탁드립니다.

hyper9의 이미지

위의 분이 주신 조언을 듣고,,telnet server를 설치해서
나온 결과를 올립니다.
다음과 같이 나오는데요..이게 정상적인 결과맞는지요?

아직 계속 WebFrontend의 출력은 문제가 있는 그대로 입니다. ㅜㅜ

[root@myCom ganglia]# telnet localhost 8651
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>




























]>


Connection closed by foreign host.

hyper9의 이미지

gmond.conf는
xml_port, mcast_port로 8649를 사용하고 있고,,

gmetad.conf는
xml_port로 8651을 사용하고 있네요..

이게 맞는 설정인가요?

hyper9의 이미지

답답해서 여기저기 internet을 뒤지던 중에,,

gstat을 이용해보는 예를 본것 같습니다..
아래와 같이 해보았는데요,,,결과가 맞는 건지 모르겠습니다..
조언 주시면 감사하겠습니다.

[root@myCom etc]# gstat -p 8651
CLUSTER INFORMATION
Name:
Hosts: 0
Gexec Hosts: 0
Dead Hosts: 0
Localtime: Thu Aug 7 11:39:54 2008

There are no hosts running gexec at this time

[root@myCom etc]# gstat -p 8649
Unable to get hostlist from localhost 8649!

hyper9의 이미지

혹시 gmond.conf에 수정해야 할 부분이 있으면 알려주심 좋겠네요,,
default에서 바뀐건 없는 상태입니다.

# $Id: gmond.conf,v 1.2 2002/09/19 00:37:18 sacerdoti Exp $
# This is the configuration file for the Ganglia Monitor Daemon (gmond)
# Documentation can be found at http://ganglia.sourceforge.net/docs/
#
# To change a value from it's default simply uncomment the line
# and alter the value
#####################
#
# The name of the cluster this node is a part of
# default: "unspecified"
# name "My Cluster"
#
# The owner of this cluster. Represents an administrative
# domain. The pair name/owner should be unique for all clusters
# in the world.
# default: "unspecified"
# owner "My Organization"
#
# The latitude and longitude GPS coordinates of this cluster on earth.
# Specified to 1 mile accuracy with two decimal places per axis in Decimal
# DMS format: "N61.18 W130.50".
# default: "unspecified"
# latlong "N32.87 W117.22"
#
# The URL for more information on the Cluster. Intended to give purpose,
# owner, administration, and account details for this cluster.
# default: "unspecified"
# url "http://www.mycluster.edu/"
#
# The location of this host in the cluster. Given as a 3D coordinate:
# "Rack,Rank,Plane" that corresponds to a Euclidean coordinate "x,y,z".
# default: "unspecified"
# location "0,0,0"
#
# The multicast channel for gmond to send/receive data on
# default: 239.2.11.71
# mcast_channel 239.2.11.71
#
# The multicast port for gmond to send/receive data on
# default: 8649
# mcast_port 8649
#
# The multicast interface for gmond to send/receive data on
# default: the kernel decides based on routing configuration
# mcast_if eth1
#
# The multicast Time-To-Live (TTL) for outgoing messages
# default: 1
# mcast_ttl 1
#
# The number of threads listening to multicast traffic
# default: 2
# mcast_threads 2
#
# Which port should gmond listen for XML requests on
# default: 8649
# xml_port 8649
#
# The number of threads answering XML requests
# default: 2
# xml_threads 2
#
# Hosts ASIDE from "127.0.0.1"/localhost and those multicasting
# on the same multicast channel which you will share your XML
# data with. Multiple hosts are allowed on multiple lines.
# Can be specified with either hostnames or IP addresses.
# default: none
# trusted_hosts 1.1.1.1 1.1.1.2 1.1.1.3 \
# 2.3.2.3 3.4.3.4 5.6.5.6
#
# The number of nodes in your cluster. This value is used in the
# creation of the cluster hash.
# default: 1024
# num_nodes 1024

# The number of custom metrics this gmond will be storing. This
# value is used in the creation of the host custom_metrics hash.
# default: 16
# num_custom_metrics 16
#
# Run gmond in "mute" mode. Gmond will only listen to the multicast
# channel but will not send any data on the channel.
# default: off
# mute on
#
# Run gmond in "deaf" mode. Gmond will only send data on the multicast
# channel but will not listen/store any data from the channel.
# default: off
# deaf on
#
# Run gmond in "debug" mode. Gmond will not background. Debug messages
# are sent to stdout. Value from 0-100. The higher the number the more
# detailed debugging information will be sent.
# default: 0
# debug_level 10

# If you don't want gmond to setuid, set this to "on"
# default: off
# no_setuid on
#
# Which user should gmond run as?
# default: nobody
# setuid nobody
#
# If you do not want this host to appear in the gexec host list, set
# this value to "on"
# default: off
# no_gexec on
#
# If you want any host which connects to the gmond XML to receive
# data, then set this value to "on"
# default: off
# all_trusted on

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.