Linux Automated Task Runner #1692
Replies: 5 comments 4 replies
-
We are working on this but still experimenting with implementation so code is not public yet and will not be until we have finalized an implementation. In the meantime this is pretty simple to implement yourself using trmm's api. just write a python script or something that calls the trmm api to run the trmm script or command on the agent(s) you wish to run, then throw this python script in crontab somewhere. you have now implemented automated tasks for linux agents. |
Beta Was this translation helpful? Give feedback.
-
Please note: your definition and wh1te909s definition of "Pretty simple" may not completely match. 🙂 |
Beta Was this translation helpful? Give feedback.
-
The hardest part is getting the script id :)
Or was that added to the gui? Heh
…On Thu, Nov 30, 2023 at 15:50 Dan ***@***.***> wrote:
lol remind me to get an example of this on the docs. it really is trivial
xD
—
Reply to this email directly, view it on GitHub
<#1692 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQR2PMYWIYZUH2XLGJVKX3YHELS3AVCNFSM6AAAAABAB74CE6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TOMRTGM4TC>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Good Afternoon Just seeing if you have any update regarding this request for the gui ? |
Beta Was this translation helpful? Give feedback.
-
I have seen the roadmap that refers to this issue. I am very pleased that the Tasks function is coming to Linux systems, as I am currently missing this option a lot. In this context, I was wondering whether this would also include support for Collector Tasks. I think these are particularly important for gathering individual details about individual systems. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Seems that it wasn't quite clear for me that Automated Task Runner (Scheduled Tasks) was only working with Windows agents.
Now that I know that, I'm willing to work on making this work with linux agents as well, but I'd use some guidelines for where to start.
A link to the code that deals with tasks creation would work as well.
The use case is quite simple, I want to turn on and off devices at specific times during the day. In the future, maybe also create things like monthly updating some linux machines.
For now the alternative is to use https://github.com/ryanblenis/MeshCentral-ScriptTask for scheduling tasks in MeshCentral, but it doesn't have the flexibility of Tactical dashboard.
If you know about something in progress which I can check, that can also work.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions