<div dir="ltr">About getex:<div>GNU nano 4.6               /usr/local/etc/gmond.conf                Modified  <br>/* This configuration is as close to 2.5.x default behavior as possible<br>   The values closely match ./gmond/metric.h definitions in 2.5.x */<br>globals {<br>  daemonize = yes<br>  setuid = yes<br>  user = ganglia<br>  debug_level = 0<br>  max_udp_msg_len = 1472<br>  mute = no<br>  deaf = no<br>  allow_extra_data = yes<br>  host_dmax = 86400 /*secs. Expires (removes from web interface) hosts in 1 day><br>  host_tmax = 20 /*secs */<br>  cleanup_threshold = 300 /*secs */<br>  gexec = no                                                                              <=========Here if that helps<br></div><div>Though not exactly what you are doing, bringing up the services:</div><div>#!/bin/bash<br><br>service gmond stop<br>service gmetad stop<br>nginx<br>nginx -s reopen<br>nginx -s reload<br>service gmetad start<br>service gmond start<br>service ipfw3 stop<br>service ipfw3 start<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 1, 2020 at 12:30 PM Jonathan Engwall <<a href="mailto:engwalljonathanthereal@gmail.com">engwalljonathanthereal@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Gmond is reads information from gmetad which reads from the tcp udp, so I imagine you need to worry about the web side of it- openning the udp at least. I am trying something like this, using my phone right now:<div dir="auto"><br></div><div dir="auto">ipfw add state udp <a href="http://0.0.0.0:8649" target="_blank">0.0.0.0:8649</a><br><div dir="auto"><br></div><div dir="auto">But Nagios will be part of serving a web page though. If you don't want that, don't worry about it. <div dir="auto"><br></div><div dir="auto">systemctc status gmond gives you red?</div><div dir="auto"><br></div><div dir="auto">BSD automatically enables gmond and gmetad on startup. You should have a hidden file to handle this. You must match the BSD file structure. Why Ubuntu will run what Centos will not, I can't say. SourceForge docs are written for debian.</div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 1, 2020, 12:03 PM David Mathog <<a href="mailto:mathog@caltech.edu" target="_blank">mathog@caltech.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I forgot to mention that on CentOS 8 the gmond from ganglia 3.7.2-31 does <br>
share gexec status, CPU, load, etc. with the Ubuntu gmond, but 3.7.2-24 <br>
does not.  For the older version there is a line for the CentOS 8 host in <br>
a gstat query of the Ubuntu server, but all the values were 0 and gexec <br>
status was "OFF" even though it was configured "ON".  Even though that <br>
most recent gmond version shares information with the other gmond on <br>
Ubuntu it still will not report that information to any gstat.<br>
<br>
There are packages for "zabbix" and "nagios" available, but not "icinga". <br>
Presumably those work. They are both massive overkill as I only use <br>
gmond and gstat in ganglia.  Which of those two other monitoring systems<br>
is simplest/lightest?  At first glance, they both look a lot more complicated<br>
than ganglia.<br>
<br>
Regards,<br>
<br>
David Mathog<br>
<a href="mailto:mathog@caltech.edu" rel="noreferrer" target="_blank">mathog@caltech.edu</a><br>
<br>
</blockquote></div>
</blockquote></div>