Ah, I didn't see you had InfluxDB output enabled (note that the InfluxDB output is incomplete and only includes daemon statistics). Your config is not right, please see the required parameters in the docs:
[influxdb]
enable =
false
# enable output to influxdb (not fully supported)
host =
localhost # influxdb host
port =
8086
# influxdb api port
db =
test # influxdb database
tags =
foo:bar # extra tags to include with all metrics (comma-separated key:value) export
INFLUXDB_USERNAME=<username> export
INFLUXDB_PASSWORD=<password>
Regards, Kevin
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Uchenna Ojiaku - NOAA Affiliate <uchenna.ojiaku@xxxxxxxx>
Sent: Monday, February 27, 2017 2:17 PM To: HTCondor-Users Mail List Subject: Re: [HTCondor-users] Grafana + HTCondor Job Metrics Hi Kevin,
I keep getting the same issue.(venv2.0)[xxxxxxxx@xxxxxxxx bin]# ./condor_probe.py --test /root/probes/etc/condor-probe.cfg Traceback (most recent call last): File "./condor_probe.py", line 147, in <module> opts = get_options() File "./condor_probe.py", line 135, in get_options 'influxdb_db': config.get("influxdb", "db"), File "/usr/lib64/python2.6/ConfigParser.py", line 565, in get raise NoOptionError(option, section) ConfigParser.NoOptionError: No option 'db' in section: 'influxdb' On Mon, Feb 27, 2017 at 2:03 PM, Kevin Retzke
<kretzke@xxxxxxxx> wrote:
|