Mercurial > servermonitor
annotate ServerMonitor/Properties/Settings.settings @ 29:f6235dc0a8ec
Add ability to play a sound on check failure.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Fri, 14 Jun 2019 21:01:55 -0400 |
parents | 75ca86e0862c |
children |
rev | line source |
---|---|
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
1 <?xml version='1.0' encoding='utf-8'?> |
4 | 2 <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ServerMonitorApp.Properties" GeneratedClassName="Settings"> |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
3 <Profiles /> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
4 <Settings> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
5 <Setting Name="ConfirmDeleteCheck" Type="System.Boolean" Scope="User"> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
6 <Value Profile="(Default)">True</Value> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
7 </Setting> |
4 | 8 <Setting Name="ErrorAction" Type="ServerMonitorApp.FailAction" Scope="User"> |
9 <Value Profile="(Default)">FlashTaskbar</Value> | |
10 </Setting> | |
11 <Setting Name="WarningAction" Type="ServerMonitorApp.FailAction" Scope="User"> | |
12 <Value Profile="(Default)">NotificationBalloon</Value> | |
13 </Setting> | |
14 <Setting Name="InformationAction" Type="ServerMonitorApp.FailAction" Scope="User"> | |
15 <Value Profile="(Default)">NotificationBalloon</Value> | |
16 </Setting> | |
17 <Setting Name="MaxCheckId" Type="System.Int32" Scope="User"> | |
18 <Value Profile="(Default)">0</Value> | |
19 </Setting> | |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
20 <Setting Name="KeepLogDays" Type="System.Int32" Scope="User"> |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
21 <Value Profile="(Default)">30</Value> |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
22 </Setting> |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
23 <Setting Name="SummaryFormSize" Type="System.Drawing.Size" Scope="User"> |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
24 <Value Profile="(Default)">0, 0</Value> |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
25 </Setting> |
10 | 26 <Setting Name="IgnoreUpdate" Type="System.String" Scope="User"> |
27 <Value Profile="(Default)" /> | |
28 </Setting> | |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
10
diff
changeset
|
29 <Setting Name="HideToNotificationArea" Type="System.Boolean" Scope="User"> |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
10
diff
changeset
|
30 <Value Profile="(Default)">True</Value> |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
10
diff
changeset
|
31 </Setting> |
29
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
32 <Setting Name="ErrorSound" Type="System.String" Scope="User"> |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
33 <Value Profile="(Default)">0</Value> |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
34 </Setting> |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
35 <Setting Name="WarningSound" Type="System.String" Scope="User"> |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
36 <Value Profile="(Default)">0</Value> |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
37 </Setting> |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
38 <Setting Name="InformationSound" Type="System.String" Scope="User"> |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
39 <Value Profile="(Default)">0</Value> |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
40 </Setting> |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
41 </Settings> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
42 </SettingsFile> |