The config file looks fine, you just need to specify it as an argument to the probe on the command line, e.g. ./condor_probe.py --test ../etc/condor-probe.cfg Regards,
Kevin
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Uchenna Ojiaku - NOAA Affiliate <uchenna.ojiaku@xxxxxxxx>
Sent: Monday, February 27, 2017 12:11 PM To: HTCondor-Users Mail List Subject: Re: [HTCondor-users] Grafana + HTCondor Job Metrics Hi Kevin,
Thanks,I modified the etc/condor-probe.cfg file and the error was the result I got. Is how I modified the file the issue? [probe] interval = 240 retries = 10 delay = 30 test = false > [graphite] enable = true host = xxxxxxxxxxxxxxx port = 2004 namespace = clusters.mypool meta_namespace = probes.condor-mypool [influxdb] enable = true host = xxxxxxxxxxxxxxxxxxxxxxxx port = 8086 username = xxxxxxxxxxxxxxxxx password = xxxxxxxxxxxxxxxxxxx [condor] pool = localhost post_pool_status = true post_pool_slots = true post_pool_glideins = false post_pool_prio = false post_pool_jobs = true use_gsi_auth = false X509_USER_CERT = "" X509_USER_KEY = "" On Mon, Feb 27, 2017 at 12:53 PM, Kevin Retzke
<kretzke@xxxxxxxx> wrote:
|