Files
mapo-core/MP.Prog/Conf/Rule04.json
T
Samuele Locatelli f331967417 PROG
- fix esclusione file temp da regexp
- fix gestione delete
- test update/approve da REST
2024-10-29 10:41:30 +01:00

39 lines
663 B
JSON

{
"ExcludedTags": [],
"ExcludedFileExt": [
".bak",
".bck"
],
"FileNameExtReplace": {
".P-2": "",
".tim": ""
},
"MaxChar2Search": 0,
"Mode": 2,
"Name": "Tag da Tag2Collect",
"OutExcludeFileName": true,
"OutReplace": {
"(": " ",
")": " ",
"<": " ",
">": " "
},
"RegExPattern": "",
"RegExRepFileName": false,
"ReplaceCR": false,
"Tag2Collect": [
"CNCTYPE=",
"VENDOR=",
"MODEL=",
"MPIP=",
"Customer=",
"HostOS=",
"HostName=",
"HostAddr=",
"IP=",
"AUTO_CHANGE_ODL=",
"AUTO_SNAPSHOT_DOSSIER="
],
"ExclFileEnabled": true,
"ExclFileRegExPattern": "^~\\$"
}