itk-dev-rpa / OpenOrchestrator

MIT License
1 stars 4 forks source link

Send heartbeat to database when Scheduler is running #56

Closed ghbm-itk closed 1 month ago

ghbm-itk commented 9 months ago

Create a sql table for computers that has polled via Scheduler.

Columns: Computer name / User name Ping date

ghbm-itk commented 9 months ago

A computer's name can be obtained by:

import platform
platform.node()