Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] how to validate Collector and Schedd initilization with the python bindings?
- Date: Tue, 29 May 2018 15:19:16 -0400
- From: Jose Caballero <jcaballero.hep@xxxxxxxxx>
- Subject: Re: [HTCondor-users] how to validate Collector and Schedd initilization with the python bindings?
>
> Besides what Jason mentioned, you could use the htcondor.SecMan().ping()
> method, which does indeed throw an exception if the daemon fails to send an
> acknowledgement.
>
> For an example, see
> http://htcondor.org/python_notebook_examples/HOWTO_use_ping.html
>
> Or to grab the jupyter notebook I used for this, grab
> http://htcondor.org/python_notebook_examples/HOWTO_use_ping.ipynb
>
> regards,
> Todd
>
Thanks a lot, Todd.
Cheers,
Jose