文件名称:flea:Powershell 函数调度器
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-20 12:49:09
powershell powershell-script PowerShell
跳蚤 Flea 是 Powershell 函数调度程序,可以选择将函数结果发送到任意数量的后端。 函数作为 Powershell 后台作业执行。 Flea 需要最低 Powershell 3.0。 这是运行几个监控功能的简单脚本: . " $PSScriptRoot \inc\flea.ps1 " flea @ { freq = 10 ; backends = @ ( , (statsd " 11.22.33.44:8125 " " myapp.servers. $ ( $ Env: ComputerName ) " ) , (file " out.txt " ) , (console yellow red) ); debug = 1 ; monitors = @ (
【文件预览】:
flea-master
----inc()
--------Invoke-SqlCmd.ps1(4KB)
--------Send-Statsd.ps1(1KB)
--------backends.ps1(1KB)
--------common_metrics.ps1(953B)
--------flea.ps1(6KB)
----scheduled_task.xml(3KB)
----README.md(5KB)
----example.ps1(344B)
----install.ps1(853B)