Ok, some things to check on the graphite side: * Are there errors in /var/log/carbon/listener.log? * Are the new metrics listed in /var/log/carbon/creates.log? * Are there files in LOCAL_DATA_DIR (defined in /etc/carbon/carbon.conf)? * Do you have a whitelist set up? (/etc/carbon/whitelist.conf) Does it allow "^clusters\." and "^probes\."?
Try sending a metric with netcat, and then check the above, e.g.
echo "test.foo.bar 10 $(date +%s)" | nc MY_GRAPHITE_HOST 2003
Kevin
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Uchenna Ojiaku - NOAA Affiliate <uchenna.ojiaku@xxxxxxxx>
Sent: Wednesday, March 1, 2017 3:07 PM To: HTCondor-Users Mail List Subject: Re: [HTCondor-users] Grafana + HTCondor Job Metrics Yeah I'm not seeing data in graphite. I imported the batch jobs dashboard and changed the graphite datasource using sed but still not seeing data.
Thanks,On Wed, Mar 1, 2017 at 3:59 PM, Kevin Retzke
<kretzke@xxxxxxxx> wrote:
|