-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config.json.sample
67 lines (55 loc) · 1.75 KB
/
Config.json.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
AppConfig:{
"VerboseLevel": {
"Description": "1=Recommended, 2=Informational, 3=Debug - Increase value if troubleshooting",
"Value": 1
},
"TestMode": {
"Description": "Changes email group",
"Value":false
},
"TestModeAdmin": {
"Description": "Test emails will go to this person only if test mode is turned on.",
"Value": "yourname@somewhere.com"
},
"AllowDuplicates": {
"Description": "Allows non-unique hostnames",
"Value":false
},
"HostName": {
"Description": "Used for SWISPowershell",
"Value": "localhost"
},
"PWFileDirectory": {
"Description": "Path where cached passwords will be stored",
"Value": "C:\\scripts\\"
},
"MuteLogging": {
"Description": "Mute Logging on/off",
"Value":true
},
"SNMPTo": {
"Description": "Mail To:,
"Value": ["yourname@somewhere.com, "yourname2@somewhere.com"]
},
"SNMPFrom": {
"Description": "Mail From:",
"Value": "yourname@somewhere.com,"
},
"SNMPServer": {
"Description": "Mail Server",
"Value": "relay.somewhere.com,"
},
"DefaultFileType": {
"Description": "Options: csv,html, and text",
"Value": "csv"
},
"DefaultCredentialName": {
"Description": "Enter here the name under which the WMI credentials are stored.",
"Value": "WindowsUserAccount"
}
},
"CachePassword": ["testuser1",
"testuser2"
]
}