-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I could not make the script work. The config file is below
{
"name": "Download logs",
"script_path": "./scripts/download_logs.sh",
"group": "\ud83d\udcbbAdministration",
"description": "This script downloads the logs of the server",
"allowed_users": [
"*"
],
"output_files": [
"/var/log/${file}"
],
"parameters": [
{
"name": "file",
"param": "-f",
"type": "server_file",
"file_dir": "/var/log",
"excluded_files": [
"auth*",
"/var/**/user*"
]
}
]
}
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
No status