Please put this folder in plugin.
You can use git to get this repository.
This is the repository about the timing script.This is repository is long-time timing script.We use ping & curl to get the result, and return the result to the server.
project
│ README.md
│
└───get-args
│ 60_get_curl_args.py
│ 60_get_ping_args.py
│
└───ubuntu-plugin
│ 60_curl_multi.py
│ 60_ping_multi.py
|
└───rasp-plugin
| 60_dht.py
│ 60_curl_multi.py
│ 60_ping_multi.py
this folder include the script get the args-list from the server.
those script put args-list in /opt folder
this folder inculde the script can run in ubuntu-server
this folder inculde the script can run in rasp-client
- apt install curl
- apt install iputils-ping
"plugin": {
"enabled": true,
"dir": "./plugin",
"git": "https://github.com/colabearwd/plugin.git",
"logs": "./logs"
}
please don`t change the script file name,these name make the OpenFalcon run them automatically