You can run the probe on any machine that can talk to your central manager (it doesn't have to be part of of the pool itself), e.g. we monitor six or so pools from a dedicated VM. The version of condor installed on that machine doesn't have to be the same
as what your pool is running (there's probably some caveats). So my suggestion is to run a separate "monitoring" host (this can be a VM at first, at minimum I'd recommend 2 cores, 4 GB RAM, and 200 GB disk, SSD if possible). Unless you keep it hidden, you'll
probably soon find people saying "hey that's cool, can I send telemetry for my service x there?" so plan to scale up
A quick test to see if you can monitor a pool from a host would be to run 'condor_status -pool <cm host>'. If that works the probe should work.
Regards, Kevin From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Uchenna Ojiaku - NOAA Affiliate <uchenna.ojiaku@xxxxxxxx>
Sent: Friday, February 24, 2017 9:37 PM To: HTCondor-Users Mail List Subject: Re: [HTCondor-users] Grafana + HTCondor Job Metrics I'm currently using condor-8.4.2 el6, I see condor-python is for condor-8.4.9. On my other machines, I am able to install condor-python because they have a later version of condor. What do you suggest I do for my machines that have condor-8.4.2
installed?
On Fri, Feb 24, 2017 at 9:40 PM, Kevin Retzke
<kretzke@xxxxxxxx> wrote:
|