Generated from aind-library-template
Project description
aind_watchdog_service
Usage
Watchdog runs in the background, and watches a directory for newly-created yaml files containing instructions to transfer files. To use, pip install aind-watchdog-service and use the aind_watchdog_service.models.ManifestConfig object to write your manifest file in the proper format. See the examples/ folder in this repo for more details.
Configuration
Watchdog is configured using SIPE's configuration zookeeper server. The configuration options are listed in /src/aind_watchdog_service/models/watch_config.py.
Monitoring
Watchdog logs can be monitored from the main SIPE logserver (http://eng-logtools:8080/?channel_filter=watchdog&hide=location,count) or this grafana dashboard.
Deployment
Watchdog should be deployed on a SIPE-accessible rig via the install-aind_watchdog_service.yml ansible script. This will download the app and set up a windows scheduled task to run the service. By default, the scheduled task includes a nightly restart at 11:30pm. If the task is running, the scheduler will kill the old instance and start the new one - due to how task scheduler force kills processes, the death of an old process will not generate a stop log.
When deploying on a new rig that had previously had the non-SIPE version of watchdog installed, extra care must be taken.
- First, delete any scheduled tasks relating to watchdog. Some of these may be in a folder called "GUI Automation" or "AIND".
- Next, run
tasklistto check if there active watchdog processes, and kill them all with repeated use oftaskkill /F /PID pid_of_the_process.- One running instance of watchdog will have two processes listed by
tasklist
- One running instance of watchdog will have two processes listed by
- Install the new watchdog via ansible and check for a start log.
- SSH in and run a self test with
aind_watchdog_service.exe --test(see below) and make sure you see successful logs.
Testing
Watchdog has a bundled test function that will create some dummy data on the rig and create a manifest file to transfer that data. Once Run it with the below commands:
cd "C://Program Files/AIBS_MPE/aind_watchdog_service
aind_watchdog_service.exe --test
It will print something like the following:
Data created at C:\ProgramData\AIBS_MPE\aind_watchdog_service\logs\test_data
Manifest created at C:\Users\svc_mpe\Documents\aind_watchdog_service\manifest\test_manifest_2024-11-15_17-31-25.yml
Make sure that the running instance of watchdog picks up the manifest and completes the transfer.
Development
After cloning the repo, watchdog can be installed from source with pip install .[service], and run with python src/aind_watchdog_service/main.py.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aind_watchdog_service-0.1.6.dev9.tar.gz.
File metadata
- Download URL: aind_watchdog_service-0.1.6.dev9.tar.gz
- Upload date:
- Size: 392.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6b69633d857e730284184ec4914dad1f57103f49a31ad78fb43a9429570a243
|
|
| MD5 |
0f42593c7d3ab9e84efd7227a37a756e
|
|
| BLAKE2b-256 |
631841de4d02831bdee43ff89ce91307a595f68f9f4ae6730d628ff168fd31a1
|
File details
Details for the file aind_watchdog_service-0.1.6.dev9-py3-none-any.whl.
File metadata
- Download URL: aind_watchdog_service-0.1.6.dev9-py3-none-any.whl
- Upload date:
- Size: 48.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9aea13b144e523c81ddd41662319d0ec80e1ddd5417e2a9e6309a0ab1b17a5b
|
|
| MD5 |
14a8eb898f031ca4a830d7e1d2824740
|
|
| BLAKE2b-256 |
0e6d48d958535f01e79e8f367bd71d0174d230e370e8c34f65326ad09d154742
|