<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://shiyoka.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://shiyoka.com/feed.php">
        <title>ClownWiki - ganglia</title>
        <description></description>
        <link>https://shiyoka.com/</link>
        <image rdf:resource="https://shiyoka.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-08T13:34:09+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://shiyoka.com/doku.php?id=ganglia:gmetric&amp;rev=1739713984&amp;do=diff"/>
                <rdf:li rdf:resource="https://shiyoka.com/doku.php?id=ganglia:install&amp;rev=1739713984&amp;do=diff"/>
                <rdf:li rdf:resource="https://shiyoka.com/doku.php?id=ganglia:script-ip_conntrack&amp;rev=1739713984&amp;do=diff"/>
                <rdf:li rdf:resource="https://shiyoka.com/doku.php?id=ganglia:tips&amp;rev=1739713984&amp;do=diff"/>
                <rdf:li rdf:resource="https://shiyoka.com/doku.php?id=ganglia:view&amp;rev=1739713984&amp;do=diff"/>
                <rdf:li rdf:resource="https://shiyoka.com/doku.php?id=ganglia:yum_install&amp;rev=1739713984&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://shiyoka.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>ClownWiki</title>
        <link>https://shiyoka.com/</link>
        <url>https://shiyoka.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://shiyoka.com/doku.php?id=ganglia:gmetric&amp;rev=1739713984&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-16T13:53:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>gmetric</title>
        <link>https://shiyoka.com/doku.php?id=ganglia:gmetric&amp;rev=1739713984&amp;do=diff</link>
        <description>gmetric

監視対象から監視サーバへグラフ用の値を送る

help


# gmetric --help
gmetric 3.3.0

The Ganglia Metric Client (gmetric) announces a metric
on the list of defined send channels defined in a configuration file

Usage: gmetric [OPTIONS]...

  -h, --help            Print help and exit
  -V, --version         Print version and exit
  -c, --conf=STRING     The configuration file to use for finding send channels 
                           (default=`/etc/ganglia/gmond.conf&#039;)
  -n, --name=STRING     Name of the metr…</description>
    </item>
    <item rdf:about="https://shiyoka.com/doku.php?id=ganglia:install&amp;rev=1739713984&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-16T13:53:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>install</title>
        <link>https://shiyoka.com/doku.php?id=ganglia:install&amp;rev=1739713984&amp;do=diff</link>
        <description>Install

rpmbuild


# wget http://sourceforge.net/projects/ganglia/files/ganglia%20monitoring%20core/3.5.0/ganglia-3.5.0.tar.gz/download
# rpmbuild -ta ganglia-3.5.0.tar.gz 
	
# wget http://sourceforge.net/projects/ganglia/files/ganglia-web/3.5.7/ganglia-web-3.5.7.tar.gz/download
# rpmbuild -ta ganglia-web-3.5.7.tar.gz 
	
# cd /usr/src/redhat/RPMS/x86_64
# libganglia-3.5.0-1.x86_64.rpm 
# ganglia-gmetad-3.5.0-1.x86_64.rpm 
# ganglia-gmond-3.5.0-1.x86_64.rpm 
# ganglia-gmond-modules-python-3.5.0-…</description>
    </item>
    <item rdf:about="https://shiyoka.com/doku.php?id=ganglia:script-ip_conntrack&amp;rev=1739713984&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-16T13:53:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>script-ip_conntrack</title>
        <link>https://shiyoka.com/doku.php?id=ganglia:script-ip_conntrack&amp;rev=1739713984&amp;do=diff</link>
        <description>#! /bin/bash

declare -r GMETRIC=/usr/bin/gmetric

declare -r GMETRIC_TYPE=&quot;ip_conntrack&quot;
declare -r IPCONNMAX5=&quot;/proc/sys/net/ipv4/ip_conntrack_max&quot;
declare -r IPCONNMAX6=&quot;/proc/sys/net/netfilter/nf_conntrack_max&quot;

declare -r IPCONN5=&quot;/proc/sys/net/ipv4/netfilter/ip_conntrack_count&quot;
declare -r IPCONN6=&quot;/proc/sys/net/netfilter/nf_conntrack_count&quot;

if [ -e ${IPCONNMAX5} ]; then
    IPCONNMAX=`cat ${IPCONNMAX5}`
    IPCONN=`cat ${IPCONN5}`
else
    IPCONNMAX=`cat ${IPCONNMAX6}`
    IPCONN=`cat ${I…</description>
    </item>
    <item rdf:about="https://shiyoka.com/doku.php?id=ganglia:tips&amp;rev=1739713984&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-16T13:53:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tips</title>
        <link>https://shiyoka.com/doku.php?id=ganglia:tips&amp;rev=1739713984&amp;do=diff</link>
        <description>Tips

ごみの削除

	*  全ホストのgmondを止める
	*  サーバのgmetadを止める
	*  rrds配下のごみフォルダを削除する
	*  全ホストのgmondを開始
	*  サーバのgmondを開始


#（全ホスト）/etc/init.d/gmond stop &amp;&amp; /etc/init.d/gmetad stop &amp;&amp; rm -rf /var/lib/ganglia/rrds/WebServer/～* &amp;&amp; （全ホスト）/etc/init.d/gmond start &amp;&amp; /etc/init.d/gmetad start</description>
    </item>
    <item rdf:about="https://shiyoka.com/doku.php?id=ganglia:view&amp;rev=1739713984&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-16T13:53:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>view</title>
        <link>https://shiyoka.com/doku.php?id=ganglia:view&amp;rev=1739713984&amp;do=diff</link>
        <description>設定ファイルディレクトリ（デフォルトは /var/lib/ganglia/conf）に view_～.json ファイルを作成し、JSON で定義 


{
  &quot;view_name&quot;: &quot;AggregateWebCpu&quot;,
  &quot;view_type&quot;: &quot;standard&quot;,
  &quot;items&quot;: [
    {
      &quot;title&quot;: &quot;web01_cpu_idle&quot;,
      &quot;host_regex&quot;: [ { &quot;regex&quot;:&quot;web01&quot; } ],
      &quot;metric_regex&quot;: [ { &quot;regex&quot;:&quot;multicpu_idle&quot; } ],
      &quot;graph_type&quot;: &quot;line&quot;,
      &quot;aggregate_graph&quot;: &quot;true&quot;
    },
    {
      &quot;title&quot;: &quot;web01_cpu0&quot;,
      &quot;host_regex&quot;: [ { &quot;regex&quot;:&quot;web01&quot; } ],
      &quot;metric_regex&quot;: [ { &quot;regex&quot;:&quot;multicpu_(system|user|idle…</description>
    </item>
    <item rdf:about="https://shiyoka.com/doku.php?id=ganglia:yum_install&amp;rev=1739713984&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-16T13:53:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>yum_install</title>
        <link>https://shiyoka.com/doku.php?id=ganglia:yum_install&amp;rev=1739713984&amp;do=diff</link>
        <description>gangliaをyumでインストール


# rpm -Uvh http://ftp.jaist.ac.jp/pub/Linux/Fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm
# rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
# rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm

# yum --enablerepo=epel,remi,remi-php56 install ganglia ganglia-gmetad ganglia-gmond ganglia-web ganglia-gmond-python

# cp /etc/ganglia/gmond.conf /etc/ganglia/gmond.conf.bk
# vi /etc/ganglia/gmond.conf
30,31c30
&lt;   …</description>
    </item>
</rdf:RDF>
