update
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"ComputerName": "itdscmt1.nd.gov",
|
||||
"NotifyEmail": "zmeier@nd.gov",
|
||||
"Directory": [
|
||||
{
|
||||
"Path": "C:\\inetpub\\logs\\LogFiles",
|
||||
"DaysToKeep": 120,
|
||||
"Extension": "log",
|
||||
"Recursive": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ComputerName": "itdzmtest555.nd.gov",
|
||||
"NotifyEmail": "zmeier@nd.gov",
|
||||
"Directory": [
|
||||
{
|
||||
"Path": "C:\\windows\\temp",
|
||||
"DaysToKeep": 99,
|
||||
"Extension": "log",
|
||||
"Recursive": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,22 @@
|
||||
- ComputerName: itdscmt1.nd.gov
|
||||
Directory:
|
||||
- Path: C:\windows\temp
|
||||
DaysToKeep: 30
|
||||
Extension: txt
|
||||
Recursive: false
|
||||
- ComputerName: itdsccmp2.nd.gov
|
||||
Directory:
|
||||
- Path: C:\windows\temp
|
||||
DaysToKeep: 15
|
||||
Extension: txt
|
||||
Recursive: false
|
||||
- Path: C:\inetpub\logs
|
||||
DaysToKeep: 120
|
||||
Extension: txt
|
||||
Recursive: false
|
||||
- ComputerName: itdzmtest555.nd.gov
|
||||
Directory:
|
||||
- Path: "C:\windows\temp",
|
||||
DaysToKeep": 99,
|
||||
Extension": "log",
|
||||
Recursive": false
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"Path": "C:\\temp",
|
||||
"Extension": "log",
|
||||
"DaysToKeep": 30,
|
||||
"Recursive": true
|
||||
},
|
||||
{
|
||||
"Path": "C:\\temp2",
|
||||
"Extension": "txt",
|
||||
"DaysToKeep": 45,
|
||||
"Recursive": false
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user