Dear Team,
>
>
>
> Would seek your help on following,we recently,did IP change in one of our
> ganglia clients,since then that particular not able to monitor by
> Ganglia,getting following message,also some of the nodes doesn't appear in
> the pop-up list,getting "This host is not found".Kindly help to share if
> anyone came across the similar issue,appreciate your help,await for your
> reply.Thanks
>
> Version:3.0.7
> Platform:RHEL 4.
>
>
>
> Regards
> Ravi.
>
> On Sep 26, 2016 20:45, <[email protected]>
> wrote:
>
>> Send Ganglia-general mailing list submissions to
>>         [email protected]
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>         https://lists.sourceforge.net/lists/listinfo/ganglia-general
>> or, via email, send a message with subject or body 'help' to
>>         [email protected]
>>
>> You can reach the person managing the list at
>>         [email protected]
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Ganglia-general digest..."
>>
>>
>> Today's Topics:
>>
>>    1. Please Provide: Ganglia 3.7.2 Installation Guide  (CentOS 7)
>>       (McCombs, Zackary *)
>>    2. Re: Please Provide: Ganglia 3.7.2 Installation Guide      (CentOS
>>       7) (Michael V Pelletier)
>>    3. Memory utilization graph missing (Jeff White)
>>    4. Bug in Systemd Unit Files (Oliver Mangold)
>>    5. empty graphs in ganglia web (kostaki S.)
>>    6. New Member-Seeking help (Ravi Sankar)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Tue, 23 Aug 2016 20:24:34 +0000
>> From: "McCombs, Zackary *" <[email protected]>
>> Subject: [Ganglia-general] Please Provide: Ganglia 3.7.2 Installation
>>         Guide   (CentOS 7)
>> To: "[email protected]"
>>         <[email protected]>
>> Message-ID: <[email protected]>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Greetings All:
>>
>> I would like to request documentation regarding Ganglia 3.7.2, a
>> Installation Guide if available or an outline of a successful installation.
>>
>> Also, could the user community please provide me with a compatibility
>> assessment and pre-requirements needed when installing on CentOS 7.
>>
>> Thank you in advanced,
>>
>> HPC Guy
>>
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Tue, 23 Aug 2016 17:19:28 -0400
>> From: Michael V Pelletier <[email protected]>
>> Subject: Re: [Ganglia-general] Please Provide: Ganglia 3.7.2
>>         Installation Guide      (CentOS 7)
>> To: "McCombs, Zackary *" <[email protected]>
>> Cc: "[email protected]"
>>         <[email protected]>
>> Message-ID:
>>         <OFB2C0C3A3.F37E3971-ON85258018.0074F8F2-85258018.0075243B@r
>> aytheon.com>
>>
>> Content-Type: text/plain; charset="US-ASCII"
>>
>> "McCombs, Zackary *" <[email protected]> wrote on 08/23/2016
>> 04:24:34 PM:
>>
>> > Greetings All:
>> >
>> > I would like to request documentation regarding Ganglia 3.7.2, a
>> > Installation Guide if available or an outline of a successful
>> installation.
>> >
>> > Also, could the user community please provide me with a compatibility
>> > assessment and pre-requirements needed when installing on CentOS 7.
>>
>> Hi Zach,
>>
>> I have a detailed guide but it's something I wrote for the company, so I
>> can't release it without a lot of paperwork and approvals. However, I can
>> tell you a few basic items that I identified on CentOS and RHEL6 while
>> working out those details.
>>
>> In general, the online documentation is pretty good.
>>
>> For installing, the libconfuse and php-ZendFramework packages are
>> available from EPEL. In addition, I found that ganglia-web, because of its
>> php-ZendFramework prerequisite, also needs the php-bcmath and php-process
>> packages in versions which which match the version of PHP build which you
>> have installed on the system, i.e., 5.3.3-23, -46, or -48 (latest). For
>> CentOS, those two are in the base and updates repository, but for Red Hat
>> 6 systems, they're in the Optional Packages DVD.
>>
>> Good luck!
>>
>>         -Michael Pelletier.
>> _
>>
>>
>>
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Tue, 6 Sep 2016 13:10:08 -0700
>> From: Jeff White <[email protected]>
>> Subject: [Ganglia-general] Memory utilization graph missing
>> To: Ganglia Mailing List <[email protected]>
>> Message-ID: <[email protected]>
>> Content-Type: text/plain; charset=utf-8; format=flowed
>>
>> I'm trying to get memory utilization stats in Ganglia but none of the
>> included graphs display information that is useful to me.  What I need
>> seems to be "physical memory allocated not including buffers and
>> cache".  There's a graph for "Free Memory" but that appears to consider
>> buffer and cache as "used".  One of the answers here:
>>
>> https://serverfault.com/questions/344449/monitoring-memory-u
>> sage-on-linux-system
>>
>>
>> ... shows a graph that I need.  How can I get that?  Is there something
>> else I need to install or configure to get useful memory stats?
>>
>> --
>> Jeff White
>> HPC Systems Engineer
>> Information Technology Services - WSU
>>
>>
>>
>>
>> ------------------------------
>>
>> Message: 4
>> Date: Fri, 9 Sep 2016 07:59:30 +0000
>> From: Oliver Mangold <[email protected]>
>> Subject: [Ganglia-general] Bug in Systemd Unit Files
>> To: "[email protected]"
>>         <[email protected]>
>> Message-ID: <[email protected]>
>> Content-Type: text/plain; charset="utf-8"
>>
>> I would like to report a bug. The systemd unit files for gmond and gmetad
>> have the wrong dependency for network. Instead of:
>>
>> After=network.target
>>
>> it has to be:
>>
>> After=network-online.target
>>
>> For more info see:
>>
>> https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/
>>
>>
>> For me the unit fails systematically as is:
>>
>>
>> Sep 08 09:56:03 opmds1 systemd[1]: Starting Ganglia Monitor Daemon...
>>
>> Sep 08 09:56:03 opmds1 /usr/sbin/gmond[2329]: Unable to create UDP client
>> for 10.111.0.1:8649. Often means there is no route to IP. E
>>
>> Sep 08 09:56:04 opmds1 systemd[1]: PID 2329 read from file
>> /var/run/gmond.pid does not exist or is a zombie.
>>
>> Sep 08 09:56:04 opmds1 systemd[1]: Failed to start Ganglia Monitor Daemon.
>>
>> Sep 08 09:56:04 opmds1 systemd[1]: Unit gmond.service entered failed
>> state.
>>
>> Sep 08 09:56:04 opmds1 systemd[1]: gmond.service failed.
>>
>> --
>>
>> Dr. Oliver Mangold
>> System Analyst
>> NEC Deutschland GmbH
>> HPC Division
>> Raiffeisenstra?e 14
>> 70771 Leinfelden-Echterdingen
>> Germany
>> Phone: +49 711 78055 13
>> Mail: [email protected]<mailto:[email protected]>
>>
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>>
>> ------------------------------
>>
>> Message: 5
>> Date: Tue, 13 Sep 2016 21:38:40 +0300
>> From: "kostaki S." <[email protected]>
>> Subject: [Ganglia-general] empty graphs in ganglia web
>> To: [email protected]
>> Message-ID:
>>         <[email protected]
>> ail.com>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Hello everyone,
>>
>> The default graphs on ganglia web do not show information. They are empty.
>> I have two machines. One as master node (with CentOs) running gmetad and
>> one
>> node (with linux kernel 4.7) running gmond.
>> I have checked the rrd archives on master node and I found that the
>> archives
>> have the whole information which is gathered by gmond on the second node.
>> The problem is that the information does not appear in graphs.
>>
>> I have tried another machine (instead of the one running linux kernel) and
>> the
>> information is as well displayed, in graphs, as expected.
>>
>> What can I do to dispaly the information from rrd archives to ganglia web
>> ?
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>>
>> ------------------------------
>>
>> Message: 6
>> Date: Mon, 26 Sep 2016 20:43:43 +0800
>> From: Ravi Sankar <[email protected]>
>> Subject: [Ganglia-general] New Member-Seeking help
>> To: [email protected]
>> Message-ID:
>>         <[email protected]
>> ail.com>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Dear Members,
>>
>> I would like thank you all for letting me joining this group!,I just want
>> to introduce my self,iam Ravi, has been working as an Oracle Dba since
>> 2005
>> in Singapore. Currently, I have been assigned my manger to look into
>> Ganglia issue where we had recently changed the IP address, since then
>> Ganglia does, t monitor those clients,ganglia deployed on top of Magoo's
>> to
>> capture trending statistics, ganglia running on Rhel5, can kindly provide
>> me some light on this if any one face this issue, appreciate your help, I
>> would keep u posted detail info once I login to the server.
>>
>> Regards
>> Ravi
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>>
>> ------------------------------
>>
>> ------------------------------------------------------------
>> ------------------
>>
>>
>> ------------------------------
>>
>> _______________________________________________
>> Ganglia-general mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/ganglia-general
>>
>>
>> End of Ganglia-general Digest, Vol 124, Issue 1
>> ***********************************************
>>
>
------------------------------------------------------------------------------
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to