11 Feb 2026 01:25 PM
Hi,
We have requirement to schedule/run custom scripts on OneAgent monitored hosts.
We dont want to use the OS native schedulers like Task scheduler/cron. Is there a way to schedule/run the scripts via OneAgent on the host (Windows server) like building custom extensions, etc?
Solved! Go to Solution.
11 Feb 2026 10:14 PM
The only method to execute anything from OneAgent is a OneAgent extension. With the Python code extensions, it's certainly possible to have any command executed automatically. You need to develop your extension (Extension SDK for Python has build in scheduler too). Writing it from scratch might require some learning curve and effort. If you are new to Python extension development, I recommend this video before jumping into it - docs are here - for the reference.
There is no other way of executing any command from OneAgent than your own Python extension.
Featured Posts