apache / hertzbeat

Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
https://hertzbeat.apache.org/
Apache License 2.0
5.45k stars 947 forks source link

[Task] Implementation of the official plugin execution script function #2629

Open zqr10159 opened 2 weeks ago

zqr10159 commented 2 weeks ago

Description

To make it easier to use, the official plugin should implement the ability to execute scripts at specific times.

It is recommended to use with a collector to allow the collector to execute the script on the specified target machine, you are welcome to claim it, you can claim the script language in the comments.

image

Task List

task assignee complete status
Groovy @LiuTianyou
Shell @zqr10159
JavaScript @zqr10159
Java @pwallk
QLExpress
Python @Calvin979
Lua @selectbook
Aviator
Kotlin

refer: https://juejin.cn/post/7174230017219264543, https://gitee.com/dromara/liteFlow/tree/master/liteflow-script-plugin

zqr10159 commented 2 weeks ago

I will implement the Shell and JavaScript script

LiuTianyou commented 2 weeks ago

I will implement the groovy script

Calvin979 commented 2 weeks ago

I will implement the python script

tomsun28 commented 2 weeks ago

hi, it is recommended to minimize the third-party dependency during coding.

zqr10159 commented 2 weeks ago

hi, it is recommended to minimize the third-party dependency during coding.

Sure.

selectbook commented 6 days ago

I will implement the Lua script

zqr10159 commented 6 days ago

I will implement the Lua script

You can follow my progress by referring to the script branch, which currently implements the execution of js scripts, and you can inherit the abstract class to implement lua

selectbook commented 6 days ago

I will implement the Lua script

You can follow my progress by referring to the script branch, which currently implements the execution of js scripts, and you can inherit the abstract class to implement lua

ok

pwallk commented 5 days ago

I will implement the Java script